alienbreed3d2 icon indicating copy to clipboard operation
alienbreed3d2 copied to clipboard

Feature Request: Configuration File

Open 0xABADCAFE opened this issue 2 years ago • 1 comments

It would be useful if the input control bindings and other options (render mode, audio mode etc) could be stored in a simple user editable text file that's loaded on startup.

As the game does not presently have a clean exit routine, there's no immediate need to make this auto save.

0xABADCAFE avatar Aug 13 '22 14:08 0xABADCAFE

There are some provisions to store the "preferences" in a file. The code has "Prefsname", "Prefshandle" symbols to open a file, but doesn't use them. "Prefsfile" stores 4 bytes of settings; but key assignments are not part of it yet.

mheyer32 avatar Aug 13 '22 22:08 mheyer32

I think it's time to pick this one up.

0xABADCAFE avatar Dec 01 '23 20:12 0xABADCAFE