A downloadable tool for Windows

Buy Now$1.00 USD or more

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
StatusReleased
CategoryTool
PlatformsWindows
Authormoonbase420
Tagsdialogue, Game Design, game-dev, Loot
ContentNo generative AI was used

Purchase

Buy Now$1.00 USD or more

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:

game_dev_tools.zip 20 MB

Leave a comment

Log in with itch.io to leave a comment.