Programs and Files
This page contains information on the programs and files that are needed to work on the project, split into separate categories based on what you're planning to do. Of course, make sure you're on the Discord server and have access to the GitHub page.
If you're working on the game's assets directly, you'll also need access to the Assets GitHub page.
Note: If you're an advanced user you can replace some of these programs for your own personal preferences. However, these are the baselines that I recommend for all new contributors.
Common Programs
Everybody working on the project is going to need these.
GitHub Desktop - You'll need this to send any changes to the project.
Godot v4.4.1 Mono - MAKE SURE YOU'RE ON THE CORRECT VERSION!
.NET SDK - Required for building the project. Grab the latest version and downgrade as necessary if Godot complains about it.
Programming
Visual Studio Code (VSC) - Make sure you change VSC's default dotnet server to "Omnisharp" so C# autocomplete works properly with Godot (tutorial for how to do that can be found here).
3D Models
Blender v3.3.5 - MAKE SURE YOU'RE ON THE CORRECT VERSION!
Asset Ripping
Dolphin - You'll need this to extract the original ROM files.
Original Game's ISO - Region doesn't matter.
SEGA NN Tools v0.7.5 - Used to import the original game's models into Blender. MAKE SURE YOU'RE ON THE CORRECT VERSION!
Last updated