Search found 96 matches

by swick
01 Apr 2012, 11:44
Forum: General Development
Topic: Write an Morrowind.ini to openmw.cfg converter
Replies: 53
Views: 28229

Re: Write an Morrowind.ini to openmw.cfg converter

just to make clear I understand everything: * use the ini importer to import fallback values to a cfg file and flag them as such (prefix or sth) * merge the fallback values from all cfg files and from the command line * provide an interface for World subsystems to receive the values right? (I bet I'...
by swick
31 Mar 2012, 22:17
Forum: General Development
Topic: Write an Morrowind.ini to openmw.cfg converter
Replies: 53
Views: 28229

Re: Write an Morrowind.ini to openmw.cfg converter

done (there was also a bug so that only the first 10 game files were noticed).
Yes to the follow up task :)
by swick
31 Mar 2012, 18:34
Forum: General Development
Topic: Write an Morrowind.ini to openmw.cfg converter
Replies: 53
Views: 28229

Re: Write an Morrowind.ini to openmw.cfg converter

maybe you should tell me what you mean with master/plugin because it seems like I dont know it ;)
by swick
31 Mar 2012, 11:33
Forum: General Development
Topic: Write an Morrowind.ini to openmw.cfg converter
Replies: 53
Views: 28229

Re: Write an Morrowind.ini to openmw.cfg converter

Also, your merge function needs to be rewritten. The key names in openmw.cfg and Morrowind.ini do not necessarily match. Does it work if I just delete all spaces in the ini-keys? Also I need to know if the ini keys are case sensetive (I can't check, lost my 2 cds somehow). And even when a key is no...
by swick
30 Mar 2012, 22:24
Forum: General Development
Topic: Write an Morrowind.ini to openmw.cfg converter
Replies: 53
Views: 28229

Re: Write an Morrowind.ini to openmw.cfg converter

That's it for today. It allready works, sort of. I'm not sure about spaces in keys and error handling is definitly wrong. Is it better to throw an error and/or exit if the syntax of a file is wrong or silently ignore it?
btw, branch is here: https://github.com/swick/openmw/tree/initocfg