Hello, I am brand new to modding so I am quite inexperienced. So I copied the contents of the public file into a new mod file that I created, then I went into the mod json file and wrote this
{
"name": "Test Mod",
"version": "0.01",
"label": "Label",
"url": "https://play0ad.com",
"description": "Description",
"dependencies": ["0ad=0.0.25"]
,"type": "game"
}
the difference between my mod and the main game is that it changed the menu music as a test, and, when I started it, the game allowed me to select and enable the mod, but once I did, it showed an error to small and fast to read, and the mod did not work. So I went to the crash logs and it said this
(error while dumping stack: No stack frames found)
errno = 2 (Error during IO)
OS error = 0 (no error code was set)
I really would like to make a mod for this game so I would be glad if you told what I am doing wrong, thank for your time.
also, every time I open the game, it brings me to the mod selection menu and says incompatible or missing mods, then it has me enable it again, but not before having deactivate it as well