Modding:Modding resources: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
(Fixed link & added larian resources)
 
(91 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:Modding Resources}}
{{PageSeo
== Guides ==
|title=Modding resources
* [[Guide:Creating Mods|Creating Mods]]
|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.
* [[Guide:Packaging Mods|Packaging Mods]]
|image=Modding_resources.webp
* [[Guide:Installing Mods|Installing Mods]]
}}
== Required Tools ==
{{#widget:ModdingIntroVideoBanner}}
* LSLIB by Norbyte
{{DISPLAYTITLE:Modding resources}}
** Install [https://github.com/Norbyte/lslib/releases/tag/v1.15.13 1.15.13] first, then install whichever is the [https://github.com/Norbyte/lslib/releases LATEST] release
{{Modding box}}
* [OPTIONAL] Modders Multitool by ShinyHobo
{{Modding sidebar}}
** Install [https://github.com/ShinyHobo/BG3-Modders-Multitool/releases LATEST] release
*[OPTIONAL] BG3 Mini Tool by Padme4000
**Install [https://www.nexusmods.com/baldursgate3/mods/502?tab=files LATEST] main file
*A text editor, some of these may be cross-platform
**Windows: [https://code.visualstudio.com VS Code], [https://notepad-plus-plus.org Notepad++], [https://brackets.io Brackets], [https://atom-community.github.io Atom Community]
**Mac: [https://espressoapp.com Espresso], [https://www.barebones.com BBedit]
**Linux: [https://apps.kde.org/en-gb/kwrite/ KWrite], [https://apps.kde.org/en-gb/kate/ Kate], [https://wiki.gnome.org/Apps/Gedit Gedit], [https://vscodium.com VS Codium]


=== Blender ===
This is BG3Wiki's ''Modding resources'' hub. They can be easily linked to with the following address:
<div style="text-align: center;">{{InfoBlob|<nowiki>https://bg3.wiki/wiki/Modding:Modding_resources</nowiki>}}</div>


* [https://www.blender.org/download/ LATEST] version from Blender.org or Steam
You can find Larians Modding resources in their [https://larian.club/Patch7 Patch 7] rundown and on their [https://baldursgate3.game/news/community-update-29-playing-with-mods_124 Community Update #29 - Playing With Mods].
* [https://www.nexusmods.com/baldursgate3/mods/346?tab=files Padme's Blender Addons]
== Creating mods ==
* [https://github.com/Norbyte/dos2de_collada_exporter BG3/DOS2 Collada Exporter for Blender 3.6]
Want to create mods? Check out the [[Modding:Creating mods|mod creation homepage]]!
* [https://mmemoli.gumroad.com/l/tOKEh Mesh Data Transfer for Blender] (with video!)


=== GnuIMP ===
== Installing mods ==
Need help installing mods? Check out the [[Modding:Installing mods|mod installation and troubleshooting homepage]]


* [https://www.gimp.org/downloads/ LATEST] version
== Tools ==
* [https://code.google.com/archive/p/gimp-dds/ DDS Plugin]
You’re gonna need some tools in order to start modding. Make sure you download the following, as they’re basically mandatory for modding:


=== Photoshop ===
* [https://github.com/ShinyHobo/BG3-Modders-Multitool BG3 Multitool] by ShinyHobo
**The multitool is an awesome tool that provides several important functions, chief among them the ability to search the game files, and to pack your mod into a format ready to be imported into BG3MM.
* [https://github.com/Norbyte/lslib Lslib] by Norbyte
** Lslib allows you to convert files between editable formats and game-ready formats. See [[Modding:Unpacking and converting files]] for more details.
* [https://github.com/Norbyte/bg3se ScriptExtender] by Norbyte
** The Script Extender adds Lua/Osiris scripting support to the game.
*[https://www.blender.org/download/lts/3-6/ Blender] (version 3.6 recommended)
**This is needed only if you plan to do any kind of mesh editing (hair, heads, clothes, weapons, etc.)
**[https://github.com/Norbyte/dos2de_collada_exporter Collada/GR2 import/export Blender plugin] by Norbyte
***For importing/exporting .GR2 files, which BG3 uses
* [https://github.com/LaughingLeader/BG3ModManager BG3 ModManager (BG3MM)] by LaughingLeader
** A portable mod manager for BG3


* [https://www.adobe.com/ca/products/photoshop.html LATEST] version or any version the DDS plugin(s) support
== Modding Sites ==
* DDS Plugin (choose only ONE)
* [https://www.nexusmods.com/baldursgate3 Nexus Mods] (most popular)
** [https://gametechdev.github.io/Intel-Texture-Works-Plugin/ Intel® Texture Works Plugin for Photoshop]
* [https://baldurs-gate-3.thunderstore.io Thunderstore]
** [https://github.com/fnordware/AdobeDDS AdobeDDS]
* [https://www.curseforge.com/baldurs-gate-3 Curse Forge]
** [https://developer.nvidia.com/nvidia-texture-tools-exporter NVIDIA Texture Tools Exporter]
 
=== Noesis ===
 
* [https://richwhitehouse.com/index.php?content=inc_projects.php&showproject=91 LATEST] version
 
Convert <nowiki><code>.DAE</code></nowiki> to <nowiki><code>.FBX</code></nowiki>.


== Paths ==
== Paths ==
=== Windows ===
=== Windows ===
==== Profiles ====
* Profiles: {{InfoBlob|%LocalAppdata%\Larian Studios\Baldur's Gate 3\PlayerProfiles\Public}}
AppData/Local/Larian Studios/Baldur's Gate 3/PlayerProfiles/Public
* Mods (.PAK files): {{InfoBlob|%LocalAppdata%\Larian Studios\Baldur's Gate 3\Mods}}
==== Mods ====
* Mods (loose files): {{InfoBlob|<path to game installation>\Baldur's Gate 3\Data}}
AppData/Local/Larian Studios/Baldur's Gate 3/Mods
* Tools (script extender, native mod loader): {{InfoBlob|<path to game installation>\Baldur's Gate 3\bin}}
 
=== Mac ===
=== Mac ===
==== Profiles ====
* Profiles: {{InfoBlob|User/Documents/Larian Studios/Baldur's Gate 3/PlayerProfiles/Public}}
User/Documents/Larian Studios/Baldur's Gate 3/PlayerProfiles/Public
* Mods: {{InfoBlob|User/Documents/Larian Studios/Baldur's Gate 3/Mods}}
==== Mods ====
 
User/Documents/Larian Studios/Baldur's Gate 3/Mods
=== Linux ===
=== Linux ===
==== Profiles ====
* Profiles: {{InfoBlob|SteamLibrary/steamapps/compatdata/1086940/pfx/drive_c/users/steamuser/AppData/Local/Larian Studios/Baldur's Gate 3/PlayerProfiles/Public}}
SteamLibrary/steamapps/compatdata/1086940/pfx/drive_c/users/steamuser/AppData/Local/Larian Studios/Baldur's Gate 3/PlayerProfiles/Public
* Mods: {{InfoBlob|SteamLibrary/steamapps/compatdata/1086940/pfx/drive_c/users/steamuser/AppData/Local/Larian Studios/Baldur's Gate 3/Mods}}
==== Mods ====
 
SteamLibrary/steamapps/compatdata/1086940/pfx/drive_c/users/steamuser/AppData/Local/Larian Studios/Baldur's Gate 3/Mods
<div style="text-align: center;"></div>{{Modding navbox}}
{{DEFAULTSORT:Modding_Resources}}
{{DEFAULTSORT:Modding_Resources}}
[[Category:Modding]]
[[Category:Modding guides]]

Latest revision as of 21:48, 13 November 2024

This is BG3Wiki's Modding resources hub. They can be easily linked to with the following address:

https://bg3.wiki/wiki/Modding:Modding_resources

You can find Larians Modding resources in their Patch 7 rundown and on their Community Update #29 - Playing With Mods.

Creating mods[edit | edit source]

Want to create mods? Check out the mod creation homepage!

Installing mods[edit | edit source]

Need help installing mods? Check out the mod installation and troubleshooting homepage

Tools[edit | edit source]

You’re gonna need some tools in order to start modding. Make sure you download the following, as they’re basically mandatory for modding:

  • BG3 Multitool by ShinyHobo
    • The multitool is an awesome tool that provides several important functions, chief among them the ability to search the game files, and to pack your mod into a format ready to be imported into BG3MM.
  • Lslib by Norbyte
  • ScriptExtender by Norbyte
    • The Script Extender adds Lua/Osiris scripting support to the game.
  • Blender (version 3.6 recommended)
    • This is needed only if you plan to do any kind of mesh editing (hair, heads, clothes, weapons, etc.)
    • Collada/GR2 import/export Blender plugin by Norbyte
      • For importing/exporting .GR2 files, which BG3 uses
  • BG3 ModManager (BG3MM) by LaughingLeader
    • A portable mod manager for BG3

Modding Sites[edit | edit source]

Paths[edit | edit source]

Windows[edit | edit source]

  • Profiles: %LocalAppdata%\Larian Studios\Baldur's Gate 3\PlayerProfiles\Public
  • Mods (.PAK files): %LocalAppdata%\Larian Studios\Baldur's Gate 3\Mods
  • Mods (loose files): <path to game installation>\Baldur's Gate 3\Data
  • Tools (script extender, native mod loader): <path to game installation>\Baldur's Gate 3\bin

Mac[edit | edit source]

  • Profiles: User/Documents/Larian Studios/Baldur's Gate 3/PlayerProfiles/Public
  • Mods: User/Documents/Larian Studios/Baldur's Gate 3/Mods

Linux[edit | edit source]

  • Profiles: SteamLibrary/steamapps/compatdata/1086940/pfx/drive_c/users/steamuser/AppData/Local/Larian Studios/Baldur's Gate 3/PlayerProfiles/Public
  • Mods: SteamLibrary/steamapps/compatdata/1086940/pfx/drive_c/users/steamuser/AppData/Local/Larian Studios/Baldur's Gate 3/Mods