Modding:Creating Hair Mods: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
(added tools)
Line 3: Line 3:


# 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.
# 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
# [[Modding:Hair Mod Mesh Setup|Hair Mod Mesh Setup]]
# [[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.
## This is where you set up the mesh itself, which is the visible part of your hair.

Revision as of 19:48, 2 April 2024

EmeraldTechnoDnBHairBanner.jpg

This page lays out the steps for creating your very own Baldur’s Gate 3 Hair Mod.

  1. Always check Permissions before starting to mod if you are using non-vanilla assets.
  2. Download these essential hair modding tools:
    1. Blender (version 3.6 recommended)
      1. For importing, editing, and exporting the hair mesh itself
    2. Lslib by Norbyte
      1. For conforming your custom hair to a vanilla hair
    3. BG3 Multi-Tool by ShinyHobo
      1. For searching the game files
    4. Collada/GR2 import/export Blender plugin by Norbyte
      1. For importing/exporting .GR2 files, which BG3 uses
  3. Hair Mod Mesh Setup
    1. This is where you set up the mesh itself, which is the visible part of your hair.
  4. Hair Mod File Setup
    1. This is where you set up the code for inclusion into the game.
  5. Profit!