Progress Bars

VerthandiVerthandi Join Date: 2002-12-12 Member: 10687Members, NS1 Playtester
edited January 2004 in NS Customization
A few people expressed an interest in modifying the little progress bar that's shown when researching or evolving. Well, here we go...

Find the <b>ui.txt</b> file in the NS root directory. Within, find the following:
<i>start ProgressBar ResearchProgress</i>

Following that section, should be a similar one, headed as GenericProgress. The former is for the Commander to see while researching something, and the latter is for the Aliens while evolving.

The only flags that seem to have any effect are:
<i>xpos</i> - Defines the origin of the progress bar; 0 is left edge of screen, 1 is right edge
<i>ypos</i> - Similarly; 0 is top, 1 is bottom
<i>width</i> - How wide the whole progress bar is; 0 is 0%, and 1 is 100% (of the whole screen)
<i>height</i> - Similarly...
<i>segments</i> - How many steps the bar is split into; a larger amount means that you'll have a more finer indication of progress. However, don't make this number too high (stay within 100), because each segment is separated by a white gap, and at high numbers, the white gaps take up all the space, and you won't see the blue indicators.

The flags for color are apparently there, but non-functional.

For those (blessed) with NS3.x:
I've just noticed a third section headed as AlienProgress, and I'm assuming that it replaces GenericProgress in function. Further testing pending.

Comments

  • CoolCookieCooksCoolCookieCooks Pretty Girl Join Date: 2003-05-18 Member: 16446Members, NS1 Playtester, Contributor, Constellation
    wudnt that be the combat experience bar?
  • RideRide Join Date: 2003-11-11 Member: 22511Members
    No way to replace the Evolving-progressbar with the XP-bar from combat?

    I would really love to see this.. Not just editing the properties of that white thing!
    Anyhow, thank you <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
Sign In or Register to comment.