PDA

View Full Version : After Burners


SuiCidAl-KiSmEt
12-04-2004, 6:25 PM
I edited the Valkrie to use AfterBurners. During the game, when I selected the Valkrie, the Afterburners Button said 75 Minerals and 1 Food. How do I remove it? I think I goto change the .rez files or something.

UED77
12-04-2004, 6:34 PM
Yes, such tooltips are specified in stat_txt.tbl.

UED77

StealthyDeath
12-04-2004, 7:18 PM
Here's part of a tutorial I made. You should be using <3> in your case.

Other
<0> is usually used on hotkeys that aren't any of the others below. E.G. a<0><3>A<1>ttack<0>
Units
<1> is used for units or buildings. E.G. <1>Train <3>M<1>arine<0>
Upgrades
<2> is used for upgrades. E.G. a<2>Upgrade Infantry <3>A<1>rmor<0>
Spell Casting
<3> is used on a button for spell casting. E.G. t<3>Psionic S<3>t<1>orm<0>
Technology
<4> is used for technology upgrades. E.G. p<4>Develop <3>P<1>sionic Storm(Templar ability)<0>
Morphing
<5> is used primarily used on the Guardian and Devourer Aspect on the Mutalisk. It shows the correct mineral and gas cost, but it does not show supply.
E.G. d<5><3>D<1>evourer Aspect<0>

For example, your tooltip would be f<3>A<3>f<1>terburners<0> in the stat_txt.tbl.

SuiCidAl-KiSmEt
12-04-2004, 7:31 PM
Hey, Thanks, the string I was using befor was "r<1>Turn on After Bu<3>r<1>ners<0>". Then I change it into "r<3>Turn on......". I thought I had the whole naming thing figured out by now, thanks.