Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T17:14:35.000Z (12 months ago)
- Last Synced: 2024-11-13T00:19:38.810Z (3 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)