Can anyone guide me in making item description?
![Bubbles](https://forums.beamdog.com/uploads/userpics/601/nNJH1NW4IKFLS.jpg)
in BGII:EE Mods
Hi all,
I would like to make a description for an item I have modded.
How do I go about doing it right? Anyone can provide a link to a guide or something?
Just for info, the item has a different item code to existing game items, so it is not design to replace existing item.
Item is modified from existing game item.
I would like to make a description for an item I have modded.
How do I go about doing it right? Anyone can provide a link to a guide or something?
Just for info, the item has a different item code to existing game items, so it is not design to replace existing item.
Item is modified from existing game item.
0
Comments
Read this (at least the first post) to learn the basics about WeiDU and tp2 files.
Use the following code in your tp2 file: Just replace the yellow text with the actual one. For example, the template assumes that the new item is stored in a subfolder called "items" inside the main mod folder called "your_mod_name", so if you are using different folder names, just change the yellow text accordingly.
Thank you very much.