Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryRomenskiy committed Dec 13, 2023
1 parent 1d7e6ff commit 753a426
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,28 @@
# BG3 XP Table Generator
# BG3 XP Table Generator

![](main.png)

This is a simple tool that generates expereince and treasure tables (Data.txt, XPData.txt, and TreasureTable.txt) for Baldur's Gate 3 in the required format.
This is a simple tool that generates expereince and treasure tables (Data.txt, XPData.txt, ExperienceRewards.lsx, and TreasureTable.txt) for Baldur's Gate 3 in the required format.

## Requirements

[.NET 7 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)

## How-To

1. Enter the required maximum XP number (the game's default is 100000);
1. Enter the required maximum XP number (the game's default is 200000);
2. Enter the required number of levels (the game's default is 12);
3. Click Generate;
4. Analyze generated data. You can adjust numbers in the grid if something looks off (especially early levels);
4. Click Export and select an export location.
5. Optionally, edit XP rewards for various actions in the game or the treasure table;
6. Click Export and select an export location.

You'll find three generated files in the set location.
You'll find generated files in the set location.

## What's Next?

Use a packaging tool ([LSLib](https://github.com/Norbyte/lslib)) to create a mod with your XP tables or place them in the override directory. Do not forget to create the required folder structure:

`Public\Mod_Name\Stats\Generated\TreasureTable.txt`

`Public\Mod_Name\Stats\Generated\Data\XPData.txt`

`Public\Mod_Name\Stats\Generated\Data\Data.txt`
Set LSLib (divine.exe) path in Settings and click pack to select the generated folder and package your mod. Alternatively, just
use [BG3 Modder's Multitool](https://github.com/ShinyHobo/BG3-Modders-Multitool).

## P.S.

Expand Down

0 comments on commit 753a426

Please sign in to comment.