Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error upon attempting character creation #18

Closed
silvermistshadow opened this issue Oct 25, 2021 · 1 comment
Closed

error upon attempting character creation #18

silvermistshadow opened this issue Oct 25, 2021 · 1 comment

Comments

@silvermistshadow
Copy link

silvermistshadow commented Oct 25, 2021

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
Copy link
Owner

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants