Cataclysm-dda: Blazemod json parsing problem

Created on 3 Jul 2018  路  2Comments  路  Source: CleverRaven/Cataclysm-DDA

Game version: 7525

Operating system: Windows

Tiles or curses: Tiles

Mods active: Blazemod and pretty much everything else

Expected behavior

Loading happens successfully

Actual behavior

Error which prevents the loading, in https://github.com/CleverRaven/Cataclysm-DDA/pull/24162/commits/bdcebe854c16160096755b85cfc0e98c1c4dbe8e all changes with "using" have triple square brackets, i guess it's just a typo and 2 brackets needed.

Steps to reproduce the behavior

Just load any save with BlazeMod active

Mods [JSON]

Most helpful comment

Fixed in #24184.

All 2 comments

Sorry if unclear, but the issue is - in the commit above all changes which add the "using", for example:

"using": [ [ [ "soldering_standard", 10 ], [ "adhesive", 1 ] ] ],

cause json parsing error. So removing one set of square brackets seems to fix the issue. Seems quite simple.

Fixed in #24184.

Was this page helpful?
0 / 5 - 0 ratings