Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I ran the mod loader on a clean windows game install acording to the instructions https://steamcommunity.com/app/516750/discussions/2/154641879461273794/
then copied the Assembly-CSharp.dll and the files for the modloader from that install into the Linux native MSC folder.
I later patched the MSCLoader.dll to better setup the mods folder on linux. You can just overwrite the original with it https://www.dropbox.com/s/i8rljzwkemyhhrv/MSCLoader.dll?dl=0
Then the mods folder will be located at ~/Documents/MySummerCar/Mods
As for textur/asset mods, I installed all of them to the windows game install using a virtual machine and then copied the sharedassets#.assets files over to the linux native install.
Here you can find all builds, but only for mac and windows: https://unity3d.com/ru/get-unity/download/archive
Got the link. Shows up when you quote xD
You'd have to get on Windows, download the specific unity version "5.0.0f4" then make a new project and export it to mac and just take those files generated and put them in My Summer Car.
Not sure if they're available elsewhere unless Mac uses the same as Linux for launcher.
It appears that as of now, the Steamworks.NET project on Github has removed the libCSteamworks.so, which is required for this to function properly. The installation script searches for this file to download, and if it doesn't find it, it will not be downloaded and the game will crash upon continuing or starting a new game.
I've found the legacy file on Github here: https://github.com/rlabrecque/Steamworks.NET/blob/7d079b2bfc2b40cc846af4edeb7c367680b14110/Plugins/x86_64/libCSteamworks.so?raw=true.
To make it work, just copy this into ~/mysummercar_linux/mysummercar_Data/Plugins/x86_64/ (assuming your system is 64 bit?) and you should be good to go. It took me a lot of banging my head on a wall to come up with this. I'm really not a software person.
Man, thanks a lot for report! I haven't install the game recently so didn't know about this problem. I will add this info in the main post to make it easy to find. Thx again