Currently, you can define a new PCK file in a ruleset; like:
- type: XCOM_4.PCK
width: 32
height: 40
files:
0: Resources/CombatArmor/XCOM_4/
whereas you have 288 files within that folder going from xcom_4_000_0.gif to xcom_4_287_0.gif
As more and more mods are created, file #s are going to go up -- my colored power suit mod has 2,311
files.
I'm wondering if it's possible to use the ZIP format (with stored format / no compression) to replace PCK -- meaning we wouldn't need to maintain specialist tools for OXCOM modding; so our rulesets would look like this instead:
- type: XCOM_4.PCK
width: 32
height: 40
files:
0: Resources/CombatArmor/XCOM4.zip