Modding:Modding resources: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(81 intermediate revisions by 10 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 ==
{{DISPLAYTITLE:Modding resources}}
* LSLIB by Norbyte
{{#widget:ModdingIntroVideoBanner}}
** 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
* [OPTIONAL] Modders Multitool by ShinyHobo
** 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
== [[Modding:Creating mods|Creating mods: For creators]] ==
* [https://www.nexusmods.com/baldursgate3/mods/346?tab=files Padme's Blender Addons]
Want to create mods? Check out the [[Modding:Creating mods|mod creation homepage]]!
* [https://github.com/Norbyte/dos2de_collada_exporter BG3/DOS2 Collada Exporter for Blender 3.6]
* [https://mmemoli.gumroad.com/l/tOKEh Mesh Data Transfer for Blender] (with video!)


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


* [https://www.gimp.org/downloads/ LATEST] version
== Mod Requests ==
* [https://code.google.com/archive/p/gimp-dds/ DDS Plugin]
[https://www.nexusmods.com/baldursgate3/users/45273002 Djmr], in Larian's server, has set up a modding bounty board for the BG3 community.


=== Photoshop ===
Request form: http://bit.ly/3YfZ1yD<blockquote>'''Anyone''' can submit a request.</blockquote>Board: http://bit.ly/44M0hf0<blockquote>Modders can request edit access and assign themselves a posted request.</blockquote>
 
== Modding Sites ==
* [https://www.adobe.com/ca/products/photoshop.html LATEST] version or any version the DDS plugin(s) support
* [https://www.nexusmods.com/baldursgate3 Nexus Mods] (most popular)
* DDS Plugin (choose only ONE)
* [https://baldurs-gate-3.thunderstore.io Thunderstore]
** [https://gametechdev.github.io/Intel-Texture-Works-Plugin/ Intel® Texture Works Plugin for Photoshop]
* [https://www.curseforge.com/baldurs-gate-3 Curse Forge]
** [https://github.com/fnordware/AdobeDDS AdobeDDS]
* [https://steamcommunity.com/app/1086940/workshop/ Steam Workshop] (soon)
** [https://developer.nvidia.com/nvidia-texture-tools-exporter NVIDIA Texture Tools Exporter]


== 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]]

Latest revision as of 21:43, 13 April 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

Creating mods: For creators[edit | edit source]

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

Installing mods: For users[edit | edit source]

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

Mod Requests[edit | edit source]

Djmr, in Larian's server, has set up a modding bounty board for the BG3 community.

Request form: http://bit.ly/3YfZ1yD
Anyone can submit a request.
Board: http://bit.ly/44M0hf0
Modders can request edit access and assign themselves a posted request.

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