I want to have a file which will hold some configurations, like the INI file in Windows but I want it to be cross-platform.
I wonder if there is a format I am unfamiliar with which is what I need here so I wont just end up making a simple text file which will have me duplicating the behavior of a INI file.
There had been threads on several ini-file parsers in the forums. Both based on text files or based on XML. As long as you only use Irrlicht methods to access files all code will be quite platform independent.