201
editsAd placeholder
Modding:Sample Templates: Difference between revisions
Jump to navigation
Jump to search
Amended outfits section
(Amended outfits section) |
|||
Line 18: | Line 18: | ||
** This is a Sample Mod + Tutorial on how to change VFX ingame | ** This is a Sample Mod + Tutorial on how to change VFX ingame | ||
== Outfits | == Outfits and Armours == | ||
[https://www.nexusmods.com/baldursgate3/mods/3862 Mod Builder] by ReallyLazyIcarus. A python script that generates a folder workspace and empty lsx in the correct format to be converted with the multitool. Recommended. | |||
Unfortunately a lot of template armour mods are out of date, usually because the mod tools became more efficient. For example most of the [https://bg3.wiki/wiki/Modding:Race_UUID race UUIDS] mentioned on these are defunct and some of the metas don't work. They are still useful to learn from and much of the code will still work, but it is not recommended to use them as a template. | |||
* [https://www.nexusmods.com/baldursgate3/mods/400 Sample 3D Edited Equipment Mod] by AnteMaxx | * [https://www.nexusmods.com/baldursgate3/mods/400 Sample 3D Edited Equipment Mod] by AnteMaxx | ||
Line 28: | Line 29: | ||
* [https://www.nexusmods.com/baldursgate3/mods/249 Sample Equipment Mod] by AnteMaxx | * [https://www.nexusmods.com/baldursgate3/mods/249 Sample Equipment Mod] by AnteMaxx | ||
** A template mod for Armor and Weapon modding, and for implementing custom icons. Contains 3 armors, 1 weapon and 1 backpack. Mainly a modder's resource, but can be enjoyed by players as well. | ** A template mod for Armor and Weapon modding, and for implementing custom icons. Contains 3 armors, 1 weapon and 1 backpack. Mainly a modder's resource, but can be enjoyed by players as well. | ||
* [https://www.nexusmods.com/baldursgate3/mods/ | * [https://www.nexusmods.com/baldursgate3/mods/1508 Modding BG3 Tutorial - New Armour From Existing Assets] by tepkunset. A tutorial on creating new armour from existing assets in the game. | ||
* [https://www.nexusmods.com/baldursgate3/mods/1409 Druu's Custom Armour Template] | * [https://www.nexusmods.com/baldursgate3/mods/1409 Druu's Custom Armour Template] | ||
** Contains a link to Druu’s tutorial series on how to create custom meshes, textures and how to get your custom mesh into the game, as well as the Tutorial Folder Druu uses in the videos. | ** Contains a link to Druu’s tutorial series on how to create custom meshes, textures and how to get your custom mesh into the game, as well as the Tutorial Folder Druu uses in the videos. | ||
== Dyes == | |||
** Adds Padme’s custom dyes to the game. Infinite uses. Black with other colours and such. Includes a sample template for those wanting to make their own dyes | |||
* [https://www.nexusmods.com/baldursgate3/mods/1280 Dye Template as Optional File] by Padme4000 | |||
== Character Creation Sample Mods == | == Character Creation Sample Mods == |