Posted by Lilwolf on January 08, 2002 at 21:47:33:
In Reply to: Front End configuration poll.... posted by Howard Casto on January 08, 2002 at 21:02:38:
I started with ini files (java property files... same thing) and it was nice for tons of stuff. But I'm starting to rethink it. Mainly because some things kinda suck in ini files (like every component on the screen could be moved, resized, font selected, ect...)
So I started making things configurable in game and saved them in ini files
now I want to get rid of all the ini files and just serialize the objects that store the info.
but I haven't decided how long my frontend will last. It needs an overhaul (after seeing arcadefx) and it always need a configuration overhaul. Maybe even a language overhaul