Hi, in my mod i would like to use this command: readJsonFile("/mods/sirenmod/config/settings.json") and i would to know if it's possible to get the .zip path of my mod for exemple: mods/mymodZIPpath/... Thanks in advance
Code: readJsonFile("file.json") Returns directly a table with the data from your json file for the mod folder : the argument is the zip filename without path or extension Code: core_modmanager.getModDB("maluch").dirname --"mods/repo/" core_modmanager.getModDB("maluch").fullpath --"mods/repo/maluch.zip"