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
Text modification
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
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."
Re: Text modification
This was hard coded in to the RL file: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
Code: Select all
var localized string AWOString[2];
Jb