Difference between revisions of "Modding"

From Captain of Industry Wiki
Jump to: navigation, search
(Created WIP page)
 
m
Line 2: Line 2:


Modding is an exciting endeavor! Hopefully this page can serve as a quick-start on how you can do it to!
Modding is an exciting endeavor! Hopefully this page can serve as a quick-start on how you can do it to!
Use `dotnet build /p:LangVersion=10.0` for building mod, as otherwise it'll throw errors about too new language features being used.




References:
References:





Revision as of 01:30, 16 January 2023

PAGE IS WIP AND UNDER CONSTRUCTION!

Modding is an exciting endeavor! Hopefully this page can serve as a quick-start on how you can do it to!

Use `dotnet build /p:LangVersion=10.0` for building mod, as otherwise it'll throw errors about too new language features being used.


References:


- https://github.com/MaFi-Games/Captain-of-industry-modding - Official quick-start template

- https://github.com/altmank/CaptainOfCheats - Example mod using a lot of functionality as a sort of cheat engine