1
0

add Galdur and DebugPlus

This commit is contained in:
Ö. Efe D.
2025-01-29 17:40:38 +01:00
parent 1924daeefe
commit 27ae3c8826
5 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Galdur - An Enhanced Run Setup Tool
Galdur sets out to improve the usability of the run setup screen. Once you begin to add decks and stakes, the default selector quickly becomes arduous to navigate. Galdur dramatically improves this experience.

View File

@@ -0,0 +1,9 @@
{
"title": "Galdur",
"requires-steamodded": true,
"requires-talisman": false,
"categories": ["Content"],
"author": "Eremel",
"repo":"https://github.com/Eremel/Galdur",
"downloadURL": "https://github.com/Eremel/Galdur/archive/refs/heads/master.zip"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 KiB

View File

@@ -0,0 +1,13 @@
# DebugPlus
DebugPlus is a Balatro mod that adds a bunch of additional debug tools on top of Balatro's built in ones. Below are some of the highlights:
- Console for logging and commands
- Win blind button
- Support for spawning vouchers, boosters, tags and blinds
- Save states
- A comically oversized spoonful of [new keybinds](https://github.com/WilsontheWolf/DebugPlus/blob/master/keys.txt)
DebugPlus has a configuration UI which you can access from Mods > DebugPlus if Steamodded is installed, or Options > Settings > DebugPlus otherwise.
## Development
For more information on the DebugPlus features and apis for mod developers see the [dev docs](https://github.com/WilsontheWolf/DebugPlus/blob/master/docs/dev.md).

View File

@@ -0,0 +1,9 @@
{
"title": "DebugPlus",
"requires-steamodded": false,
"requires-talisman": false,
"categories": ["Technical"],
"author": "WilsontheWolf",
"repo":"https://github.com/Eremel/Galdur",
"downloadURL": "https://github.com/Eremel/Galdur/archive/refs/heads/master.zip"
}