Kenan2000 / BL9

A huge content mod for Cataclysm Dark Days Ahead greatly inspired by Resident Evil series by Capcom along with Half Life series as well - more than 175 new overmaps, new guns, unique melee weapons, dangerous monsters to fight, elaborate biomes and structures to explore, roaming patrols to fight and a quite interesting lore with NPCs
36 stars 12 forks source link

error upon attempting character creation #18

Closed silvermistshadow closed 2 years ago

silvermistshadow commented 2 years ago

Just grabbed the latest version, it's the only mod that isn't included with the 0.F2 release. Enabled a few mods I always use, as well as BL9. World creation went fine, but the moment I try to make a custom character, I get an error. Can't just go past it either, it prevents character creation.

ERROR : src/main_menu.cpp:865 [bool main_menu::new_character_tab()] Error: Json error: data/mods/BL9-100%_monster_resilience_version/Furniture-Terrain/terrain.json:735:23: expected string but got '{'

    "move_cost": 0,
    "flags": [ "NOITEM", "CONNECT_TO_WALL" ],
    "examine_action": {
                      ^

      "type": "cardreader",
      "flags": [ "SCIENCE_CARD" ],
Kenan2000 commented 2 years ago

@silvermistshadow I will hopefully fix this when I have time, meanwhile, here's a fix, remove entire line that goes after "examine_action": (removing flags, brackets, etc, so that all is left after is what I specify next) with "examine_action": "cardreader", do this for all card readers defined in this file using Notepad as well