The Ur-Quan Masters Discussion Forum

The Ur-Quan Masters Re-Release => Technical Issues => Topic started by: Nicholai on May 23, 2006, 05:22:52 pm



Title: Question about modifying the source code!
Post by: Nicholai on May 23, 2006, 05:22:52 pm
Hey everyone,

I'm fairly new to modifying the source code, so this question probably has a pretty simple answer that I've just been overlooking due to lack of experience... but;

1. Does anyone out there know how I might go about moving the location of the starbase?

2. How might you be able to change the starting location to somewhere other than Sol?  (say, Vela, perhaps)

Any help would be greatly appreciated!  Thanks!

         ~ Nicholai


Title: Re: Question about modifying the source code!
Post by: Novus on May 23, 2006, 08:09:40 pm
1. Does anyone out there know how I might go about moving the location of the starbase?
Take a look at src/sc2code/plandata.c, src/sc2code/planets/gensol.c and src/sc2code/gendef.c. You should be able to move stuff from Sol into other solar systems that way.