Code: Select all
Rules: rules.yaml
Code: Select all
Rules: ra|rules/campaign-rules.yaml, rules.yaml
So, with it being clarified that I already understand this information, how could I go about having sub directories included within my maps folder?
For example;
appdata\roaming\openra\maps\ra\release**\MAPFOLDER\rules
If I had a subfolder called rules, and within that I had yaml files for infantry and structures, I'd like to be able to call those 2 files without moving them into the parent folder. I would imagine that the following would work, but it does not appear to.
Code: Select all
Rules: rules/infantry.yaml, rules/structures.yaml
map.yaml
Code: Select all
Rules: rules.yaml
Code: Select all
Rules: rules/infantry.yaml, rules/structures.yaml