https://github.com/godotmodding/godot-mod-loader-examples
Example mods for ModLoader
https://github.com/godotmodding/godot-mod-loader-examples
example godot godot-modding
Last synced: 7 months ago
JSON representation
Example mods for ModLoader
- Host: GitHub
- URL: https://github.com/godotmodding/godot-mod-loader-examples
- Owner: GodotModding
- Created: 2023-01-23T21:25:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T17:14:35.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T13:11:14.429Z (10 months ago)
- Topics: example, godot, godot-modding
- Language: GDScript
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mod Loader Examples
This repo has a basic template you can reference when building your own mod. It has lots of comments to help you along the way.
The `root` folder is the same as the root folder in Godot's filesystem.
Download from [Releases](https://github.com/GodotModding/godot-mod-loader-examples/releases).
### Other Games
For other games, see the example mods on their own repo or GitHub organisation. Note that game-specific examples strip away the basics, so this example is always a great place to start.
- [Brotato](https://github.com/BrotatoMods/Brotato-Example-Mods)