Okay! This is my first TUTS!
This tut will show u how to change the label in the game....THIS INCLUDE the main menu,character selection,buy menu and description of the stuff in menu!
REQUIREMENT
- Knowing what weapon is called in files. I mean like when u do the models.. V_galil etc.
- Notepad...
NOTICE
- Changing the LABEL dose NOT change the weapon power,fire rate,ammo, etc!
- Changing the '&' does NOT re align it!
-----
Lets get started
First go to...
cstrike > resources > cstrike_english.txt
--------------------------------------------------
Open it.....don't tell me u don't have the programme to open TXT file! ^^
Now this file is quiet BIG as u can see soooo many lines in it.
----------------------------------------------------------
// scoreboard stings = WHEN U PRESS 'TAB'
Eg : If u change the 'DEAD' in "Cstrike_DEAD" line to 'In Heaven...' and save then press tab in the game the CT side once die will show 'In heaven..' in stead of 'Dead'
// Scoreboard strings
"Cstrike_ScoreBoard_Ter" "Terrorists"
"Cstrike_ScoreBoard_CT" "Counter-Terrorists"
"Cstrike_ScoreBoard_Player" "%s1 - %s2 player"
"Cstrike_ScoreBoard_Players" "%s1 - %s2 players"
"Cstrike_DEAD" "Dead"
"Cstrike_VIP" "VIP"
"Cstrike_BOMB" "Bomb"
----------------------------------------------------------
Next...oh! //class menu
Here u will find a very long list of label
At 3rd paragraph....here will be the description of the character...
*i cant put it all here too long.....*
"Cstrike_Terror_Label" "Having established a reputation for killing anyone that \ngets in their way, the Phoenix Faction is one of \nthe most feared terrorist groups in Eastern Europe. \nFormed shortly after the breakup of the USSR. "
Now that's interesting huh? well if u do this...
"Cstrike_Terror_Label" "WE ARE NUB "
Then ppl will know that they are nub.....LOL
Well once saved and go to character selection u will see that when u move your mouse over Terro on T team the description under the render will be 'WE ARE NUB'
----------------------------------------------------------
Now this is my FAV part.....BUY menu!
At line
//main menu is the line that contain label of the MAIN menu of the BUY menu...eh..lol just know it as MAIN then...
I guess u know what to do here....just change it like u have done before! ^^
----------------------------------------------------------
After the main menu u will find SUB-BUY menu....-.-
Of coz its like PISTOL,SHOTGUNS,SMG blah blah blah
**ONE IMPORTANT THINGS U NEED TO KNOW HERE DONT DELETE '"&'!!! U CAN CHANGE THE NUMBER BUT DONT DELETE**
This part is divided into type of weapon [Pistols,Shotguns,SMG,Rifles,Machine Gun,Equiptment]
At this part you can change the label of the guns!!
Here an example
//machine guns
"Cstrike_M249" "&1 M249"
If u change the name to 'Mini Gun'. Then in the menu will show as 'Mini Gun'
-----------------------------------------------------------
Last part in this tut is weapon description
Where is that in game???
Its under the render when u move your mouse over the weapon name.
Its doesn't Mather if u change the price label....the label will only change price still the same.
CStrike_PriceLabel = Price
CStrike_OriginLabel = Country of Origin
CStrike_CalibreLabel = Calibre
CStrike_ClipCapacityLabel = Clip Capacity(How many ammo in ya clip)
CStrike_RateOfFireLabel = Fire rate
CStrike_WeightLoadedLabel = Loaded Weight
CStrike_WeightEmptyLabel = Weight when its empty
CStrike_ProjectileWeightLabel = Weight
CStrike_MuzzleVelocityLabel = Muzzle Velocity
CStrike_MuzzleEnergyLabel = Muzzle Energy
Cstrike_DescriptionLabel = Description
Now when u SAVE its and restart ya game...it should be like screenshot B