Page 1 of 1

Files for text corrections?

Posted: Fri Aug 02, 2013 8:36 pm
by VGSailor
Hello,

I have been playing Vega Strike for about a week now and, although I am still waiting for help to fix a bug that keeps me from jumping to certain systems, I am enjoying the game and experiencing as much of it as I can.

My question is, if I want to correct the name of one of the systems ("Bernard's Star" to the more Terran-friendly "Barnard's Star"), in which file or files would I have to look to make the correction? Is it a situation where I can just change a data file and have the game use the corrected data? Or is it something where I would have to change the source code and re-compile. I compiled my engine from scratch to begin with, so re-compiling wouldn't be too big of a deal.

Thanks for the help!

Re: Files for text corrections?

Posted: Fri Aug 02, 2013 8:40 pm
by klauss
Well, if you had a pristine installation, you can fix it in milky_way.xml or galaxy.xml, I forget which. Thing is, you most likely don't have a pristine installation, and the old name will be creeping into generated system files and save game. I don't think it's such a good idea to change the name at this point (ie: without reinstalling or resetting savegame stuff and generated content).

Re: Files for text corrections?

Posted: Sat Aug 03, 2013 10:48 pm
by VGSailor
Actually, it seems to have worked fine. I changed it in the milky_way.xml file, as you suggested, and then I changed it in all of the .system files in the sectors directory under share/vegastrike. Then, I changed it in all of the .system files in the sectors directory in my .vegastrike directory. And then I just used sed to replace it in my savegame files. I haven't yet seen any trace of the old name.

Thank you! :)

Re: Files for text corrections?

Posted: Sun Aug 04, 2013 1:55 am
by klauss
Yeah, that sounds thorough ;)