How to rename items in tp2?
Wizer13
Member Posts: 65
I found out, sorry for the inconvenience.
Post edited by Wizer13 on
0
Comments
SAY 0xc -> SAY NAME2
WRITE_ASCII 0x50 -> SAY DESC
Please don't edit your posts, without your question the answers don't make sense any more and others can't profit from them.
After they say I have parsing error if I place the command REPLACE directly after COPY_EXISTING, so I erased it from my .tp2.
Changing NAME1 AND NAME2 worked perfectly, but the command SAY DESC doesn't change the descriptions once I try the mod. I figured it must have something to do with the stref and it must be linked to a string in my lang.tra if I want it to be replaced. Then again, no luck there because I also get a parsing error if I follow a SAY command with a @ stref
Example : SAY DESC @1 \\~description~
I'm just confused. I've read several tutorials, but not one is able to teach me this basic stuff ( I am no programmer mind you, been less than a year since I began modding
This syntax should work, though:
COPY_EXISTING ~item.itm~ ~override/item.itm~
SAY NAME1 ~new name~
SAY NAME2 ~new name~
SAY UNIDENTIFIED_DESC ~new unidentified description~
SAY DESC ~new identified description~
If you still have a parse error or don't see the new description in the game, post your tp2 content here.