Those settings certainly deserve digging up,
Britisheh. With
OFFice it'd be easy to program them as rules that automatically get implemented for your OFF campaign, just as
OlPaint01 and I built for
Bletchley's ammo loadout rules.
Just a quick example:
; default rule
[true] [
offsettings/GroundGunEasy: true
offsettings/GroundGunNormal: false
offsettings/GroundGunHard: false
]
; gets harder in 1917
[date > 1-Jan-1917] [
offsettings/GroundGunEasy: false
offsettings/GroundGunNormal: true
offsettings/GroundGunHard: false
]
; and even harder for Germans in 1918
[(date > 1-Jan-1918) and (nation = "Germany")] [
offsettings/GroundGunEasy: false
offsettings/GroundGunNormal: false
offsettings/GroundGunHard: true
]
Simple enough for both a human and a computer to understand, I think. It's almost trivially easy to do all kinds of crazy things to OFF Workshop and CFS3Config settings, as well as changing OFF core files by hi-jacking JSGME.
Takes a little bit more code to hook into the Mod Manager screen to add options to disable/customize these mods and save user settings, but overall
OFFice's pluginable scripting engine opens a crazy new world of possibilities to OFF modders.
But I don't have time to write and test all these rules. Any interested parties?
OlPaint01's been thinking of trying to program historical rate-of-fire rules for guns, but needs someone to make sound mods that can be triggered to match. It'd be great if someone could also work up DID/RSS modrule profiles that automatically set those settings when you launch OFF.