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)
 
(4 intermediate revisions by one other user not shown)
Line 3: Line 3:
|description=This page is a hub for everything related to Modding Baldur's Gate 3. Check out the following guides to learn how to mod BG3.
|description=This page is a hub for everything related to Modding Baldur's Gate 3. Check out the following guides to learn how to mod BG3.
|image=Modding_resources.webp
|image=Modding_resources.webp
}}{{NavModding}}
}}{{Modding box}}{{Modding sidebar}}


== Tools ==
A meta.lsx file is a necessity if you plan on making .pak mods. Here's how to set one up.
 
== Tools You'll Need ==


* [https://github.com/ShinyHobo/BG3-Modders-Multitool BG3 Modders Multitool]
* [https://github.com/ShinyHobo/BG3-Modders-Multitool BG3 Modders Multitool]
* [https://www.nexusmods.com/baldursgate3/mods/502 BG3 Mini Tool]
* [https://www.nexusmods.com/baldursgate3/mods/502 BG3 Mini Tool]
* [https://code.visualstudio.com/ VSCode] or [https://notepad-plus-plus.org/ Notepad++]
* [https://code.visualstudio.com/ VSCode] or [https://notepad-plus-plus.org/ Notepad++]
* UUID Generator Extension in VScode OR ToolBucket & XML Tools in Notepad++ found via Plugins > Plugins Admin then search for it and install.
* UUID Generator Extension in VSCode OR ToolBucket & XML Tools in Notepad++ found via Plugins > Plugins Admin then search for it and install.




Line 18: Line 20:


[[File:Toolbucketuuid.webp]]
[[File:Toolbucketuuid.webp]]
Or use an online [https://generateuuid.net/#UUIDv4 UUID-Generator].


== Meta.lsx ==
== Meta.lsx ==
Line 107: 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 197: Line 201:


Unique UUID
Unique UUID
* use the generate unique uuid button and then click update once its generated.
* 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


Line 205: Line 209:
Now you can click save as and go save your file in the ModName/Mods/YourShared folder.
Now you can click save as and go save your file in the ModName/Mods/YourShared folder.


Congrats your meta.lsx is ready to go.
Congrats! Your meta.lsx is ready to go.


{{Modding navbox}}
[[Category: Modding guides]]
[[Category: Modding guides]]
[[Category:Hair modding]]
[[Category:Head modding]]
[[Category:Armor modding]]
Anonymous user

Navigation menu