Skip to content

Can anyone guide me in making item description?

BubblesBubbles Member Posts: 589
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.

Comments

  • ErgErg Member Posts: 1,756
    edited January 2016
    Get the most recent version of WeiDU for your OS here.

    Read this (at least the first post) to learn the basics about WeiDU and tp2 files.

    Use the following code in your tp2 file:
    BACKUP ~your_mod_name/backup~
    AUTHOR ~Bubbles, at some forum~
    BEGIN ~Your mod name~
    COPY ~your_mod_name/items/your_file.ITM~ ~override~
    SAY NAME1 ~put here the general name~
    SAY NAME2 ~put here the identified name~
    SAY UNIDENTIFIED_DESC ~put here the general description~
    SAY IDENTIFIED_DESC ~put here the identified description~
    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.
  • BubblesBubbles Member Posts: 589
    @Erg
    Thank you very much.
Sign In or Register to comment.