Translations:Modding:Content Tutorial Simple Item/38/en: Difference between revisions

From Vintage Story Wiki
(Importing a new version from external source)
 
(No difference)

Latest revision as of 13:14, 28 March 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Modding:Content Tutorial Simple Item)
Change the color of the wand
{| class="wikitable mw-collapsible mw-collapsed"
|To achieve this...
|-
|Modify the ''simplewand.png'' texture to a different color.
|}
Change your modid and domain to something else
{| class="wikitable mw-collapsible mw-collapsed"
|To achieve this...
|-
|Modify both the modid entry in ''modinfo.json'', and change the name of the '<nowiki/>''simpleitem''<nowiki/>' folder in '''assets''<nowiki/>'.
|}
Rename your 'Simple Wand'
{| class="wikitable mw-collapsible mw-collapsed"
|To achieve this...
|-
|Change the entry for simplewand in your ''en.json'' lang file.
|}
Create another wand with a different color
{| class="wikitable mw-collapsible mw-collapsed"
|To achieve this...
|-
|Create a copy of the texture with a different name and color, and a duplicate itemtype file. In the new itemtype file, change the item code and change the texture property to your new texture path. Don't forget to add new lang translation entries! 
|}

Change the color of the wand

To achieve this...
Modify the simplewand.png texture to a different color.

Change your modid and domain to something else

To achieve this...
Modify both the modid entry in modinfo.json, and change the name of the 'simpleitem' folder in 'assets'.

Rename your 'Simple Wand'

To achieve this...
Change the entry for simplewand in your en.json lang file.

Create another wand with a different color

To achieve this...
Create a copy of the texture with a different name and color, and a duplicate itemtype file. In the new itemtype file, change the item code and change the texture property to your new texture path. Don't forget to add new lang translation entries!