26,156
editsno edit summary
(Blanked the page) Tags: Blanking Visual edit |
No edit summary |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Modding box}} | |||
[[File:EmeraldTechnoCreatingHairMods.png|center|frameless|1000x1000px]] | |||
This page lays out the steps for creating your very own Baldur’s Gate 3 hair mod. | |||
# Always check [https://bg3.wiki/wiki/Modding:Getting_Started_with_BG3_Modding#Example_of_Permissions Permissions] before starting to mod if you are using non-vanilla assets. | |||
# Download these essential hair modding tools: | |||
## [https://www.blender.org/download/lts/3-6/ Blender] (version 3.6 recommended) | |||
### For importing, editing, and exporting the hair mesh itself | |||
##[https://github.com/Norbyte/lslib Lslib] by Norbyte | |||
###For conforming your custom hair to a vanilla hair | |||
##[https://github.com/ShinyHobo/BG3-Modders-Multitool BG3 Multi-Tool] by ShinyHobo | |||
###For searching the game files | |||
##[https://github.com/Norbyte/dos2de_collada_exporter Collada/GR2 import/export Blender plugin] by Norbyte | |||
###For importing/exporting .GR2 files, which BG3 uses | |||
##[https://code.visualstudio.com/ VSCode] or [https://notepad-plus-plus.org/ Notepad++] | |||
###For editing code files | |||
# [[Modding:Hair Mod Mesh Setup|Hair Mod Mesh Setup]] | |||
## This is where you set up the mesh itself, which is the visible part of your hair. | |||
# [[Guide:Hair Mod File Setup|Hair Mod File Setup]] | |||
## This is where you set up the code for inclusion into the game. | |||
#[[Modding:Packaging mods|Package your mod for installation]] | |||
#Profit! | |||
{{Modding navbox}} | |||
[[Category:Modding]] | |||
[[Category:Hair modding]] |