I am building a data file for a new game system.
When I select a unit and add it to the roster, the first line of the unit in the roster view is "Squad (1[stick figure], 25 ap)".
Two questions:
1. How do I change "squad" to something else? For example, if I'm building a list for 40k, and I select a Lord Commissar, that first line reads, "HQ: Lord Commissar (1[stick figure], 70 pts)" Or if I select an Infantry Platoon it'll read "Troops: Infantry Platoon (25[stick figure],130 pts)" The game I'm writing the files for uses platoons as a basic unit, and I like that little header to read "Platoon" instead of "Squad." I've pored over the 40k data/definition files, and I'm at a loss as to how this is done.
2. Is there any way to have the "ap" capitalized? the system I'm writing for uses Army Points, abbreviated as "AP." However, entering "AP" in the points abbreviation field of the definition file results in "aP." I'm assuming that the Army Builder program is responsible, and is automatically placing the first letter in lowercase. (I tried entering "DDD" as the abbreviation, as a test, and it shows up as "dDD.")
When I select a unit and add it to the roster, the first line of the unit in the roster view is "Squad (1[stick figure], 25 ap)".
Two questions:
1. How do I change "squad" to something else? For example, if I'm building a list for 40k, and I select a Lord Commissar, that first line reads, "HQ: Lord Commissar (1[stick figure], 70 pts)" Or if I select an Infantry Platoon it'll read "Troops: Infantry Platoon (25[stick figure],130 pts)" The game I'm writing the files for uses platoons as a basic unit, and I like that little header to read "Platoon" instead of "Squad." I've pored over the 40k data/definition files, and I'm at a loss as to how this is done.
2. Is there any way to have the "ap" capitalized? the system I'm writing for uses Army Points, abbreviated as "AP." However, entering "AP" in the points abbreviation field of the definition file results in "aP." I'm assuming that the Army Builder program is responsible, and is automatically placing the first letter in lowercase. (I tried entering "DDD" as the abbreviation, as a test, and it shows up as "dDD.")