Translations:Modding:Developing a Content Mod/22/en: Difference between revisions

From Vintage Story Wiki
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
For example, let us assume that '<nowiki/>''Asset A''<nowiki/>' in the '<nowiki/>''examplecontentmod'<nowiki/>'' domain wishes to access the default copper texture, which is located at '''block/metal/ingot/copper'.'' If you put that reference inside ''Asset A,'' Vintage Story will change that to "''examplecontentmod:block/metal/ingot/copper','' which will proceed to not work due to the file not existing in that domain. To counter this, you need to prefix that reference manually with the default game prefix, and place it as "''game:block/metal/ingot/copper''". This can also be used with other mod domains to use assets from other mods.
For example, let us assume that '<nowiki/>''Asset A''<nowiki/>' in the '<nowiki/>''examplecontentmod'<nowiki/>'' domain wishes to access the default copper texture, which is located at '''block/metal/ingot/copper'.'' If you use that asset location inside ''Asset A,'' Vintage Story will change it to "''examplecontentmod:block/metal/ingot/copper','' which will proceed to not work due to the file not existing in that domain. To counter this, you need to prefix the asset location manually with the default game prefix, and place it as "''game:block/metal/ingot/copper''". This can also be used with other mod domains to use assets from other mods.

Latest revision as of 09:49, 7 April 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:Developing a Content Mod)
For example, let us assume that '<nowiki/>''Asset A''<nowiki/>' in the '<nowiki/>''examplecontentmod'<nowiki/>'' domain wishes to access the default copper texture, which is located at '''block/metal/ingot/copper'.'' If you use that asset location inside ''Asset A,'' Vintage Story will change it to "''examplecontentmod:block/metal/ingot/copper','' which will proceed to not work due to the file not existing in that domain. To counter this, you need to prefix the asset location manually with the default game prefix, and place it as "''game:block/metal/ingot/copper''". This can also be used with other mod domains to use assets from other mods.

For example, let us assume that 'Asset A' in the 'examplecontentmod' domain wishes to access the default copper texture, which is located at 'block/metal/ingot/copper'. If you use that asset location inside Asset A, Vintage Story will change it to "examplecontentmod:block/metal/ingot/copper', which will proceed to not work due to the file not existing in that domain. To counter this, you need to prefix the asset location manually with the default game prefix, and place it as "game:block/metal/ingot/copper". This can also be used with other mod domains to use assets from other mods.