Page 1 of 1

Text modification

Posted: Wed Jun 30, 2004 9:40 pm
by bebertc
How can I modify the text which is shown when I press the AWO key?
I found it in chaosut.ini for the Rocket L, but not for other weapons.
Thanks

Posted: Wed Jun 30, 2004 10:17 pm
by halprin
I wouldn't think that just he RL would be in the ini file. If I am correct it is in the inner working of CUT2 that you would UnrealED for it. But then you would get a mismatch so you wouldn't be able to play w/ anyone. Why would you want to change it anyway?

Posted: Wed Jun 30, 2004 10:30 pm
by Kyllian
Actually, he means the ChaosUT.Int
In my experience, Int's contain client-side info and rarely(if ever)give you a mismatch if you edit them

I believe the Int's are being rebuilt a bit for the patch, so you might be able to change stuff like that after its out
ChaosUT.Int
[CUTRocketLauncher]
AWOString[0]="Selecting laser-guided rocket system."
AWOString[1]="Selecting normal rocket system."

Posted: Wed Jun 30, 2004 10:41 pm
by bebertc
yes it's chaosut.int and not .ini

So it's only available for the Rocket L...

Posted: Thu Jul 01, 2004 12:18 am
by Kyllian
It appears so.
And I have no clue if there will be more AWO strings in the patch or not

Re: Text modification

Posted: Fri Jul 02, 2004 6:30 pm
by jb
bebertc wrote:How can I modify the text which is shown when I press the AWO key?
I found it in chaosut.ini for the Rocket L, but not for other weapons.
Thanks
This was hard coded in to the RL file:

Code: Select all

var localized string AWOString[2];
The other weapons that Use the AWO String dont use localized strings so they don't show up in the int's or ini's I guess we got a bit sloppy as there is no reason why we did it this way for the ChaosRL and not the others weapons. We can see about adding them for all of the weapons as its a minor thing to do...not in time for this patch.