Jump to content

How can I change the desc of Catalog Items?


Recommended Posts

I looked in catalog_sp.ymt but anything with "DESC_" is surrounded by hashes, where are the descriptions stored in readable text form? 
Can I change them and How is that achieved?

 

Thx in advance

Could contain: text, printing, screenshot

Could contain: text, screenshot, indoor

Link to comment
Share on other sites

  • 1 month later...

Hey mate!

I figured this out today. I'm not sure how to customize them, but I know how to remove them.

ITEM DESCRIPTION in your inventory wheel, eg. "Slightly Restores Health Core"...

<description>CONSUMABLE_WHISKEY_DESC</description> 
this whole line can be replaced with:
<description />

CATALOGUE BOOK Description in the shop catalog, eg. "Big Valley Apricots, the finest...."

           <item>
              <type>LABEL_TYPE_CATALOGUEDESC</type>
              <values>
                <item>CONSUMABLE_STRAWBERRIES_CAN_CATALOGUEDESC</item>
              </values>
            </item>

But im not sure if its as simple as remving it, I don't know how to edit it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...