Modding Questions

how does one even mod

1 Like

I still haven’t heard of anyone else writing any instructions (or a tutorial video), so all that’s there is, is this wiki page written by me:

3 Likes

It apparently is rather easy to mod simple stuff. But the more complex it gets, the more experience it requires.

Project fails to run C# scripts even though I installed .NET SDK 9 and Godot Mono

1 Like

Scroll down to the actual error, those are style warnings shown in the screenshot (which should not prevent running the game).

1 Like

image

couldn’t find source file “\Thrive\third_party.…/RevolutionaryGames/stylecop.json” (0,0)
but it’s here
image

1 Like

The filename that is missing is stylecop.json. Make sure you have initialized git submodules (and updated them if you cloned the repo a while ago so that there might be important updates) as that’s the most likely problem with any build error containing RevolutionaryGamesCommon

2 Likes

Thanks, it worked and project runs now, but immideately pauses with this error message

Edit: found a helpful tutorial

2 Likes

You should read our most up to date setup instructions:

Especially the section on " Native Libraries" as the error message is quite indicative of missing native libraries.

2 Likes