Unrecognized Tokens & Tokens with invalid values or types in Dwarf Fortress steam v50.11
I am using the VS code extension version 0.4.1 and the steam version of Dwarf Fortress (v50.11-r4). Thought I'd list the tokens that seem to be giving trouble. Didn't include any of the graphics tokens. Did one example for each token.
"owner": "_generated_diagnostic_collection_name_#0"
"code": "unknown_token"
Error type: Unrecognized token.
data\vanilla\vanilla_creatures\objects\creature_large_temperate.txt:
[ANTLER] (Line 387)
data\vanilla\vanilla_creatures\objects\creature_standard.txt
[SLAIN_SPEECH:SLAIN_DWARF] (Line 286 , "SLAIN_SPEECH")
data\vanilla\vanilla_materials\objects\material_template_default.txt
[MEAT_CATEGORY:STANDARD] (Line 305, "MEAT_CATEGORY")
[CARTILAGE] (Line 448)
[HAIR] (Line 494)
[FEATHER] (Line 539)
[SCALE] (Line 584)
[NERVOUS_TISSUE] (Line 772)
[HOOF] (Line 1475)
[CHITIN] (Line 1983)
"owner": "_generated_diagnostic_collection_name_#0",
"code": "invalid_second_par_type",
Error type: not a valid type in `OBJECT`.
data\vanilla\vanilla_creatures\objects\text_dwarf.txt
[OBJECT:TEXT_SET] (Line 3)
data\vanilla\vanilla_music\objects\music_standard.txt
[OBJECT:MUSIC] (Line 3)
data\vanilla\vanilla_music\objects\sound_standard.txt
[OBJECT:SOUND] (Line 3)
"owner": "_generated_diagnostic_collection_name_#0",
"code": "wrong_enum_value",
Error type: "The value `HOSPITAL` is not allowed in this enum. Allowed value are: `ALL`, `REMAINING`, `BATTLE`, `BRIDGE`, `CIV`, `CRAFT_GUILD`, `LIBRARY`, `MERCHANT_COMPANY`, `MILITARY_UNIT`, `RELIGION`, `ROAD`, `SIEGE`, `SITE`, `TEMPLE`, `TUNNEL`, `VESSEL`, `WALL`, `WAR`."
data\vanilla\vanilla_entities\objects\entity_default.txt
[SELECT_SYMBOL:HOSPITAL:NAME_BUILDING_HOSPITAL] (Line 96)
Edited by Eldresh