In AH there are many different config files for various items. These of course are very important, and needed.
My question is, is there a reason that they are all separate files? Ie: view.kmp; gunner.kmp; global.kmp and so on.
All those files (including the HPS and others) make backing up the data a little confusing sometimes. You want to keep most, but delete the video8.cfg and things like that.
Is it possible to make the CFG’s 1 file?
For example:
Keymap.kmp
[Global]
data
data
data
data
data
data
data
data
data
[Gunner]
data
data
data
data
data
data
data
data
data
[View]
data
data
data
data
data
data
data
data
data
In 1 file, you get the idea.
Also, the plane HPS or config’s maybe in 1 file
Planes.cfg
[Plane1]
data
data
data
data
data
data
[Plane2]
data
data
data
data
data
data
[Plane3]
data
data
data
data
data
data
again you get the idea. For backing up the plain data it would be a lot easier, and I think save some space since it would be 3 or 4 larger files instead of 100’s of small files. maybe a HPS one, a CFG one, a KMP one, a Video one, and a Joystick one.
you could put some miscellaneous stuff in the CFG one too, like the favorites, and pwl's whatever.
dunno maybe too complicated to write the code that way.