DF-Wiki/DFRawFunctions

Disabled Masterwork raws

lethosor opened this issue · 3 comments

Because of Masterwork DF's settings, there are numerous objects that could potentially be enabled, but are disabled by default (such as PLANT:BLACK_CAP in plant_standard.txt). This makes these raws inaccessible to DFRawFunctions, even though some people would want information on them (Masterwork-only items, that is, since black-caps are in vanilla DF).
Would replacing all occurrences of these tags in the raws included with the extension (for example, !NOTREEPLANT! with YESTREEPLANT[) be a better way of doing this? (I can make a script that does this fairly easily.)
cc: @asvae

Take a look at Meph post. I decided to ignore broken tags till he arrives. And instead - will polish parser.
Fixing them is rather easy, yes.
@lethosor

For future reference (just so it's in this thread as well), it's been suggested that something like this be implemented in loadFile(), which would avoid the need to run a script on every new set of raws.

Implemented: f59c3ef