Gen.Montgomery 0 Posted June 10, 2004 Share Posted June 10, 2004 Can anyone please teach me on making a string for a weapon file, i have no idea how to make one. Thanks!! Quote Link to post Share on other sites
ogre_h 0 Posted June 10, 2004 Share Posted June 10, 2004 (edited) Do you mean so that the name of the weapon will show up in the game? To get a weapon name in the game Look at a GUN file and look at the first few lines, they tell you want 3d model will be used in modelfilename and where the game can find the name of the weapon in the Strings.TXT file in NameToken. <GunFile> <VersionNumber>1.400000</VersionNumber> <ModelFileName>m16.qob</ModelFileName> <NameToken>WPN_m16</NameToken> If you just want to change the name of the weapon, look up the entry in the Strings.TXT file which is in the SHELL directory and change it. You can use any text editor like Notepad for this. You can also add a new entry if you are creating a totally new weapon. I hope this is what you are looking for. Edited June 10, 2004 by ogre_h Quote Link to post Share on other sites
Gen.Montgomery 0 Posted June 11, 2004 Author Share Posted June 11, 2004 Thank you very much sir!! I finally made my first string!! Thanks!! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.