地球不屈 Terra Invicta

地球不屈 Terra Invicta

Earth Unconquered
Customize your Terra Invicta experience by exploring the mods created and shared by the community. Mods are created by and for the community and are not officially supported by Pavonis Interactive.
limith 2023 年 7 月 28 日 下午 6:52
Possible to dll mod on linux?
Is it possible to modify the dll on linux? The instructions I found on github are windows only. Visual Studio only runs on windows iirc. My hardware from 2010 doesn't run on windows 10 and win7 no longer supported by steam :x (game runs fine on linux, it's not a toaster just old)

I want to change some formulas for economy growth that can't be modded in the template jsons.
最后由 limith 编辑于; 2023 年 7 月 28 日 下午 6:54
< >
正在显示第 1 - 3 条,共 3 条留言
limith 2023 年 7 月 31 日 上午 7:12 
Answer is no need to be windows.
Strap me to a Missile 2023 年 8 月 5 日 下午 1:14 
It is possible. You might be able to compile c# dlls using one of the native linux toolchains from Microsoft, but it will require a lot more fiddling than using visual studio. You could also run various c# compilers and dissassemblers under wine. You are unlikely to be able to run visual studio itself on linux, even with wine.
limith 2023 年 8 月 6 日 下午 1:30 
引用自 isaacssv
It is possible. You might be able to compile c# dlls using one of the native linux toolchains from Microsoft, but it will require a lot more fiddling than using visual studio. You could also run various c# compilers and dissassemblers under wine. You are unlikely to be able to run visual studio itself on linux, even with wine.
It's not possible because the game references C# libraries from microsoft's .NET framework which is only available on Windows, and not just .NET Core (which is cross platform). I used Jetbrains Rider which works on Linux. Linux compilers won't work because of the windows only references.
最后由 limith 编辑于; 2023 年 8 月 6 日 下午 1:30
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50