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
aah31415
(The maker of SitF, Radiostrocity, The Lifenote and TGBing; The Second Ascended...; And just maybe a security warning come alive...?)
January 10, 2025, 10:26am
65
It apparently is rather easy to mod simple stuff. But the more complex it gets, the more experience it requires.
woejoe
(woejoe)
January 11, 2025, 12:33pm
66
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
woejoe
(woejoe)
January 11, 2025, 12:45pm
68
couldn’t find source file “\Thrive\third_party.…/RevolutionaryGames/stylecop.json” (0,0)
but it’s here
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
What's this?
============
These are the setup instructions for working with and compiling Thrive.
Important Note: If you run into any trouble with the setup process, please
bring them up [on the forums](https://community.revolutionarygamesstudio.com/c/dev-help),
or if you are a team member you can ask on the development discord or open a github issue.
If you are a team member you can ask for help on the [Private
Developer
Forums](https://forum.revolutionarygamesstudio.com/c/programming/14)
You can also join and ask on our [community
discord](https://discordapp.com/invite/FZxDQ4H) please use the
#modding or #development channels for that, depending on why you are trying to compile the game
(to make a mod, or to contribute to the development).
Thank you!
This file has been truncated. show original
2 Likes
woejoe
(woejoe)
January 11, 2025, 2:05pm
70
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:
What's this?
============
These are the setup instructions for working with and compiling Thrive.
Important Note: If you run into any trouble with the setup process, please
bring them up [on the forums](https://community.revolutionarygamesstudio.com/c/dev-help),
or if you are a team member you can ask on the development discord or open a github issue.
If you are a team member you can ask for help on the [Private
Developer
Forums](https://forum.revolutionarygamesstudio.com/c/programming/14)
You can also join and ask on our [community
discord](https://discordapp.com/invite/FZxDQ4H) please use the
#modding or #development channels for that, depending on why you are trying to compile the game
(to make a mod, or to contribute to the development).
Thank you!
This file has been truncated. show original
Especially the section on " Native Libraries" as the error message is quite indicative of missing native libraries.
2 Likes