chaosvolt / cdda-arcana-mod

Arcana and Magic Items mod for Cataclysm: Dark Days Ahead
Other
164 stars 62 forks source link

Can't start up game with arcana enabled on the newest experimental #320

Closed Beans142 closed 1 year ago

Beans142 commented 1 year ago

Hello after updating to version 79a4e9f I've been unable to play with the arcana mod in both old and new saves I get the following error after which the save boots me to the main menu. DEBUG : Error: Json error: data/mods/cdda-arcana-mod-master/Arcana/materials.json:19:29: Expected a string, got a 1

"bash_dmg_verb": "damaged",
"cut_dmg_verb": "damaged",
"fuel_data": { "energy":
                        ^
                         1 }

}, {

FUNCTION : bool main_menu::load_game(const string&, const save_t&) FILE : src/main_menu.cpp LINE : 1038 VERSION : 79a4e9f

debug.log

chaosvolt commented 1 year ago

Did you make sure you're actually using the master branch of Arcana, and not any of the releases? image

Beans142 commented 1 year ago

Yes ,Yes i did .Here's an image of it in the mods folder MODS

chaosvolt commented 1 year ago

Well for one, you dumped the wrong folder in there. Make sure it's just the Arcana folder, not the entire repo's folder.

Beans142 commented 1 year ago

First that shouldn't affect it cause it worked just fine before updating, but sure i've extracted the arcana folder to the main mods one as well as the patchmods and it still gives me the same error.

Beans142 commented 1 year ago

Ok i think i've found the issue .For some reason when i download the master repo the materials file doesn't have the energy paramater thingy set to kj which apparently confuses the game since it expects units for the energy (i think) and shuts down the save

Beans142 commented 1 year ago

Yup changing the energy parameters to the ones in the github repo fixed it .

chaosvolt commented 1 year ago

First that shouldn't affect it cause it worked just fine before updating, but sure i've extracted the arcana folder to the main mods one as well as the patchmods and it still gives me the same error.

It will break the hell out of things because the folders include both the DDA version of the mod AND the BN version.

Ok i think i've found the issue .For some reason when i download the master repo the materials file doesn't have the energy paramater thingy set to kj which apparently confuses the game since it expects units for the energy (i think) and shuts down the save

You had an older version, likely one of the releases, kicking around in there. :V