Text modification

All about Chaos for Unreal... (UT3, UT2004, UT2003, UT)
Post Reply
bebertc
Posts: 7
Joined: Sun Nov 02, 2003 12:33 am

Text modification

Post 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
halprin
MAC Daddy
Posts: 905
Joined: Tue Jul 15, 2003 2:18 am
Location: Austin, Texas
Contact:

Post 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?
Image
Next PR release date: 2 weeks
Kyllian
Posts: 1181
Joined: Thu Dec 04, 2003 1:13 pm
Location: 29.229.90

Post 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."
Image
(Melaneus) Dammit, don't you know Furrysound's actually this hot anthro cat goddess? Who does server administration?
bebertc
Posts: 7
Joined: Sun Nov 02, 2003 12:33 am

Post by bebertc »

yes it's chaosut.int and not .ini

So it's only available for the Rocket L...
Kyllian
Posts: 1181
Joined: Thu Dec 04, 2003 1:13 pm
Location: 29.229.90

Post by Kyllian »

It appears so.
And I have no clue if there will be more AWO strings in the patch or not
Image
(Melaneus) Dammit, don't you know Furrysound's actually this hot anthro cat goddess? Who does server administration?
jb
Posts: 9825
Joined: Fri May 03, 2002 12:29 am
Location: Coral Springs, FL
Contact:

Re: Text modification

Post 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.
Jb
Post Reply