-
Notifications
You must be signed in to change notification settings - Fork 31
Home
steen edited this page Apr 16, 2023
·
29 revisions
This wiki covers aspects of ModLoader in depth.
- Set up your Godot project for modding
- Create your Mod Structure
- Create your Mod Files
- Use the API Methods
- Use the Logs
- 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.
ModLoader is based on the brilliant work done for Delta-V-Modding.
The core developers are KANA, Darkly77, Ste, and otDan, with additional code contributions by Dami.
Home ~ Setup ~ Mod Structure ~ Mod Files ~ API Methods ~ Logging