• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

yupog2003

Corporal
11 Badges
Jan 29, 2015
39
1
  • Cities: Skylines Deluxe Edition
  • Cities: Skylines
  • Cities: Skylines - After Dark
  • Cities: Skylines - Snowfall
  • Cities: Skylines - Natural Disasters
  • Cities: Skylines - Mass Transit
  • Cities: Skylines - Green Cities
  • Cities: Skylines - Parklife Pre-Order
  • Cities: Skylines - Parklife
  • Cities: Skylines Industries
  • Cities: Skylines - Campus
Since some mods can be a dll file. I am wondering whether I could use these mods in Linux.

Like this All Spaces Unlockable mod on steam. http://steamcommunity.com/sharedfiles/filedetails/?id=403798635&searchtext=

Edit: I found this message from mod wiki:The game ships with a C# compiler which allows for automatic script compiling at game start. So I think most of mods are script files and can be compiled by a C# compiler provided by the game. But how about the dll file?
 
Last edited:
Hi,

Do not let the file extension fool you. DLL files produced by the mono compiler are C# assemblies. All the mods made using only the officially supported API will work on Mac, PC and Linux. Even though their extension is DLL. :)
 
Hi,

Do not let the file extension fool you. DLL files produced by the mono compiler are C# assemblies. All the mods made using only the officially supported API will work on Mac, PC and Linux. Even though their extension is DLL. :)

OH ya! Thanks for your answer. I know everything would be fine when I see the "mono". Great job, CO.