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:

4 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


The project only loads main menu scene when you click “Play”.

2 Likes

Can you even interact with anything in the menu?

no
(post must be 20 characters)

1 Like

Is it just uninteractable or does it crash when you try doing anything?

No, it does not crash.

1 Like

Every release, it’s going to become less and less helpful until it no longer is of any use.

This is what happens when the game runs into an error during startup. Only part of the code has run so the main menu is not setup properly. If you run the game in terminal / command prompt or through the launcher the game print output should have errors that prevented the game from working.

2 Likes

I always get this I think it’s a c# compilation issue, I remember fixing some of it by using jetbrains even though I dislike it, so that might help some

1 Like

You said “some of it”, how functional was the game after you used the jetbrains?

1 Like

…barely

however, it would help, and if you’ve only got a few problems it could help a lot. I have more problems but it’s basically all my fault lol

1 Like

You can supplement eachother with the solutions you’ve found as it seems…