You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/make-a-bg3-mod-with-lua/make-a-bg3-mod-with-lua.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ By the end of this tutorial, you’ll know how to:
55
55
56
56
**Note:** Special thanks to [Jon Hinkerton](https://www.nexusmods.com/baldursgate3/mods/5366) for creating the original mod that inspired this tutorial.
57
57
58
-
## Getting Started
58
+
## Setting Up
59
59
60
60
Make sure you have Baldur's Gate 3 installed on your machine! If not, start [installing](https://store.steampowered.com/app/1086940/Baldurs_Gate_3) it in the background while you create your mod.
61
61
@@ -80,7 +80,7 @@ Here's the structure you'll be working with inside the **Mods** folder (you'll l
80
80
81
81
[Here’s a zip folder](https://drive.google.com/drive/folders/1JOE5uq8Ky6MKy3agzan6Zqdr7Z2HAYtJ?usp=sharing) containing the starter files for this project! It contains the basic file structure you’ll be working with.
82
82
83
-
```
83
+
```output
84
84
Mods/Frog/
85
85
├── Mods
86
86
└── Frog
@@ -367,7 +367,7 @@ We created a frog companion that can fight by your side in battle!
367
367
368
368
May you win every battle, and have fun breaking Faerûn!
0 commit comments