Ad placeholder
Modding:Creating meta.lsx: Difference between revisions
Jump to navigation
Jump to search
Grammar fixes and link to generate UUIDs online
(Grammar fixes and link to generate UUIDs online) |
|||
Line 20: | Line 20: | ||
[[File:Toolbucketuuid.webp]] | [[File:Toolbucketuuid.webp]] | ||
Or use an online [https://generateuuid.net/#UUIDv4 UUID-Generator]. | |||
== Meta.lsx == | == Meta.lsx == | ||
Line 109: | Line 111: | ||
</node> | </node> | ||
This version number is the version it was when published. Can remain this number even when updating. However you can make it the same number as the update number. The reason this exists is for Larian more than it is us. This is because if they ever make a new pak during development their ``PublishVersion`` will be whatever their current game version is when that pak is created. | This version number is the version it was when published. Can remain this number even when updating. However, you can make it the same number as the update number. The reason this exists is for Larian more than it is for us. This is because if they ever make a new pak during development their ``PublishVersion`` will be whatever their current game version is when that pak is created. | ||
If your mod is dependent on another mods assets (remember get permission) it is best to add that mod as a dependency learn how [[Modding:Dependencies|here.]] | If your mod is dependent on another mods assets (remember get permission) it is best to add that mod as a dependency learn how [[Modding:Dependencies|here.]] | ||
Line 199: | Line 201: | ||
Unique UUID | Unique UUID | ||
* use the | * use the generated unique uuid button and then click update once it's generated. | ||
** you want this to be unique so it doesn't clash with other mods | ** you want this to be unique so it doesn't clash with other mods | ||