Skip to content

Commit

Permalink
Merge pull request #264 from ZiLko/main
Browse files Browse the repository at this point in the history
d
  • Loading branch information
ZiLko authored Nov 30, 2024
2 parents 3167f3e + 78af5df commit 6c82700
Show file tree
Hide file tree
Showing 37 changed files with 711 additions and 1,056 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
bindings: geode-sdk/bindings
bindings-ref: main
combine: true
combine: false
target: ${{ matrix.config.target }}

package:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- "none"
- "main"

jobs:
build:
Expand Down
72 changes: 72 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,75 @@
# v2.1.3

* Fixed GUI being shy and running a way.

# v2.1.2

* Made BetterInputs warning only happen for the first time.

# v2.1.1

* gode 4.0.0-beta.1

# v2.1.0

* 2.207

# v2.0.3

* Fixed render record audio desync i think xD.

# v2.0.2

* Added render audio record.
* Improved render shaders.
* Made it possible to continue platformer macros.

# v2.0.1

* Fixed crash if some macro info was null for whatever reason.
* Fixed macro bot info saving bug.
* Fixed practice rotation bug.
* Actually capped render fps to 240 now lmao.
* I think render fps were never saving so it was always 60 no matter what u set it to.

# v2.0.0

* Changed render FPS cap to 240 (more than 240 fps would need tps bypass lol).
* Changed speedhack limit to 10 (it was 9 for some reason).
* Changed frame offset setting limit to 8 instead of 60.
* Changed render error id 12 message.
* Made speedhack work everywhere.
* Fixed macros importing as .gdr instead of .gdr.json.
* Added warning when rendering if CBF is loaded.
* Added render save location setting.

# v2.0.0-beta.7

* Fixed show trajectory not working.
* Fixed spider being flipped when show trajectory is on.

# v2.0.0-beta.6

* Fixed more settings popup being brown.
* Fixed crash when searching macros in the merge layer.
* Added recording only keybinds setting.
* Added button in endscreen setting.
* Added fade in and fade out to renderer videos if the level has it.
* Made auto safe mode text hide when hiding the endscreen.

# v2.0.0-beta.5

* Fixed render restore defaults button setting the wrong args.
* Fixed triggers stopping on death when not recording a macro.
* Fixed crash on level complete if you had practice attempts installed.
* Fixed holding on checkpoint respawn bug.
* Made auto safe mode text appear instantly instead of dropping down and lowered its opacity.

# v2.0.0-beta.4

* Fixed dual bug when replaying a macro.
* Fixed not being able to import .json macros (with the import button).

# v2.0.0-beta.3

* Fixed rotation bug.
Expand Down
38 changes: 27 additions & 11 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
{
"geode": "3.7.1",
"geode": "4.0.1",
"gd": {
"win": "2.206",
"android": "2.206"
"win": "2.2074",
"android": "2.2074"
},
"version": "v2.0.0-beta.3",
"version": "v2.1.3",
"id": "zilko.xdbot",
"name": "xdBot",
"developer": "Zilko",
"description": "Best Free Bot fr",
"dependencies": [
{
"id": "geode.custom-keybinds",
"version": ">=v1.9.0",
"version": ">=v1.10.0",
"importance": "required",
"platforms": ["win"]
}
],
"settings": {
"button": {
"type": "custom"
},
"frame_fixes": {
"name": "Frame Fixes",
"description": "Records the players position every frame",
Expand All @@ -32,8 +29,14 @@
"description": "Adds a frame offset when recording or playing macros",
"type": "int",
"default": 0,
"min": -60,
"max": 60
"min": -8,
"max": 8
},
"endscreen_button": {
"name": "Button at Endscreen",
"description": "Shows the menu button at the endscreen.",
"type": "bool",
"default": false
},
"ffmpeg_path": {
"name": "ffmpeg.exe Path",
Expand All @@ -42,6 +45,12 @@
"default": "",
"platforms": ["win"]
},
"render_folder": {
"name": "Render Save Location",
"type": "folder",
"default": "{gd_dir}/renders",
"platforms": ["win"]
},
"background_color": {
"name": "Menu background color",
"type": "color",
Expand Down Expand Up @@ -79,6 +88,13 @@
"default": false,
"platforms": ["win"]
},
"recording_only_keybinds": {
"name": "Keybinds only while recording",
"description": "Keybinds only work while recording a macro.",
"type": "bool",
"default": false,
"platforms": ["win"]
},
"restore_page": {
"name": "Restore Settings Page",
"description": "Saves the page you were in when you closed the menu.",
Expand All @@ -101,6 +117,6 @@
]
},
"repository": "https://github.com/ZiLko/xdBot/",
"tags": ["gameplay", "utility", "cheats"]
"tags": ["gameplay", "utility", "cheat"]

}
Loading

0 comments on commit 6c82700

Please sign in to comment.