Jump to content

Oficial Orr Blog

  • entries
    33
  • comments
    75
  • views
    11,830

Ini File Support


Addictgamer

793 views

 Share

Currently, I am working on adding Ini file support to orr.

That way, it will load all the configurations, like the resolution, from an ini and make it easier for people who want to adjust some settings without compiling.

Made good proggress, although no full working version yet.

I can either reinvent the wheel, or use google to find examples and code snippets for the Loader.

The latter being what I am now doing after epically failing all morning with the former.

Also, I want to see how I can make the title screen work the way I want when I add the movie Eagle made...

Questions? Comments? Tips? Advice? HELP!?!?!?

 Share

4 Comments


Recommended Comments

XML. :D

jk, there are like no simple libraries for xml.

We'll have to make our own format, preferably one that supports including other config files, or even whole folders (e.g. at the top of the config file you have a directive, for example "include tunneltrans.cfg", or for folders "include mods/", allowing you to simply place cfg files for mods in the mods folder and they'll be automatically included).

I'm just saying .cfg for no particular reason, I just don't like the file extension .ini, it sounds bad IMO :D

So, whatcha think?

Link to comment

It doesn't have to end in Ini, it just has to work like an ini.

It can end in .cfg, but still be structured and read like an ini.

Anyway, no new updates on success for this...

Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.