-
Notifications
You must be signed in to change notification settings - Fork 28
Home
Dumb Bird edited this page Jun 11, 2024
·
29 revisions
Note
Documentation has been moved! Please go to https://wiki.godotmodding.com/!
This wiki covers aspects of ModLoader in depth.
- Decompile the Game
- Install GodotSteam (mandatory if the game has Steam support)
- Set up your Godot project for modding
- Create your Mod Structure
- Create your Mod Files
- Use the API Methods
- Check if the ModLoader is already integrated into the game you want to mod. Only continue if that is not the case
- Set up the ModLoader
- Add ModLoader to your Godot Project.
- Also feel free to join our discord for any support questions.
- Decompiling Games
- GodotSteam
- Global Classes & Child Nodes
- Overwriting Game Resources
- Creating a Mod Config Schema
ModLoader is based on the brilliant work done for Delta-V-Modding.
The core developers are: KANA, Darkly77, Ste, and otDan.
Additional code contributions by: Dami, Blade67, Ategon, and boardengineer.
Home ~ Setup ~ Mod Structure ~ Mod Files ~ API Methods ~ Logging