Game Dev Tools — Loot Generator & Dialogue Converter
A downloadable tool for Windows
Two small Windows tools that do one job each and do it well. No Python, no
subscriptions, no accounts. Download, double-click, done. Your files never
leave your computer.
WHAT'S INSIDE
1) Loot Table Generator
You have items with drop weights. This turns them into a balanced loot table
with the exact drop percentage for each item, then simulates rolls so you can
see the real distribution before you ship.
How it works:
- Make a CSV like:
name,weight
Common Sword,70
Rare Shield,25
Epic Crown,5
- Run: lootgen.exe yourfile.csv
- Get: a JSON + CSV with drop percentages, plus a roll simulation.
Great for Unity, Godot, or any engine where you'd otherwise hand-calculate odds.
2) Dialogue Tree Converter
You write branching dialogue like a script. This turns it into engine-ready
JSON you can drop into Unity, Godot, or Ren'Py.
How it works:
- Write:
start: You wake in a cell.
-> [a] Look around -> cell_search
-> [b] Shout for help -> shout
cell_search: A rusty key glints in the corner.
-> [a] Take key -> escape
escape: The door creaks open.
-> END
- Run: dialogue.exe yourscript.txt
- Get: dialogue.json with nodes + options.
INCLUDED
- lootgen.exe
- dialogue.exe
- sample_loot.csv
- sample_dialogue.txt
- README.md
REQUIREMENTS
Windows. That's it. No runtime, no install, no internet.
If a tool doesn't fit your exact setup, tell me and I'll tweak it.
| Published | 23 hours ago |
| Status | Released |
| Category | Tool |
| Platforms | Windows |
| Author | moonbase420 |
| Tags | dialogue, Game Design, game-dev, Loot |
| Content | No generative AI was used |
Purchase
In order to download this tool you must purchase it at or above the minimum price of $1 USD. You will get access to the following files:

Leave a comment
Log in with itch.io to leave a comment.