-
removed since #416
ref this part only checking if in the editor:
https://github.com/GodotModding/godot-mod-loader/blob/766ee3e22ea39b30e1dd5d5d2c1aca0d97df0170/addons/mod_loader/mod_loader.gd#L7…
-
This seems to cause issues with mods that edit `ship-ctrl.gd`.
[Taken from one of the modding Git mods: ](https://gitlab.com/Delta-V-Modding/Mods/-/blob/main/mods/AlertSounds/ModMain.gd)
```
# En…
-
**Is your feature request related to a problem? Please describe.**
Due top the nature of Godot and overwriting scripts if we have two mods `ModA` and `ModB` loaded. If they both contain a file called…
-
It just happened to me that when I open geode and start gd the screen goes black, after some tests I found that it was the texture loader that was causing that.
The mod was updated and only after tha…
-
I have Data.gd **inside my mod** containing :
```
extends Node2D
class_name Data
const my_int : = 1
```
In godot editor, I can use anywhere Data.my_int without ever instantiating any Da…
-
### Geode Issue
- [X] I confirm that this crash is NOT related to a mod but directly to Geode Loader itself.
### Platform
Windows
### Geode Version
v3.1.1
### Mods Installed
_No response_
### …
-
Whenever I download the mod it stop GD from loading entirely and it will never open no matter what I do. Any fixes?
-
### Geode Issue
- [X] I confirm that this bug is NOT related to a mod but directly to Geode Loader itself.
### Platform
Android64
### SDK commit
_No response_
### Geode Version
4.…
-
From [thundersnore](https://github.com/NotNite/thundersnore), there are multiple issues with your mod and repackaged assets:
- You are exporting a lot of vanilla game assets. This is legally questi…
-
In the process of extending a script, this is run:
https://github.com/GodotModding/godot-mod-loader/blob/e3e795bd040de157c4b996ed50d4bd670132b8b6/addons/mod_loader/internal/script_extension.gd#L100-L…