• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

How to override definitions using aux or ext files?

metagamer

New member
I want to change the definitions for some items in the data files without editing the base data files, so that if new version are released I don't have to re-do my changes. From the documentation, either .aux or .ext files should do the trick, but I'm not sure which, or how to create one.

For example, from the 40K Ork data files, if I want to over-ride the definition
Code:
<option id="orGitF" name="Gitfinda" abbrev="Gitfinda"
description="(see C:O, pg. 56 and 6E FAQ)." category="wargear"
equipment="yes" footnote="yes" cost="0"/>

with this definition:
Code:
<option id="orGitF" name="Gitfinda" abbrev="Gitfinda"
description="Ignores Cover: no cover saves allowed. (see C:O, pg. 56 and 6E FAQ)." category="wargear" 
equipment="yes" footnote="yes" cost="0"/>

how do I do it without editing the original .dat file?
 
Back
Top