From a1e4cb0c8d08c5863666cf133a045c8bae1413ca Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:43:20 +0300 Subject: [PATCH 1/7] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 157c82d..862db18 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,5 @@ Toggle replay | not specified ## Menu -![Repeating menu](https://github.com/MeexReay/repeating-mod/assets/127148610/da923fe5-d44d-421b-b601-2a65cb5543eb) +![Repeating mod menu](https://github.com/MeexReay/repeating-mod/assets/127148610/5af93d22-09ce-4d1c-9f07-f663227da364) + From f603f5ad2794edbfad17018a10743be92eb9db25 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:50:46 +0300 Subject: [PATCH 2/7] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 862db18..7d3ebba 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This mod can record your movements and play them back. ## Controls +Default Repeating Mod Buttons + ``` Menu | J Toggle recording | not specified @@ -16,3 +18,10 @@ Toggle replay | not specified ![Repeating mod menu](https://github.com/MeexReay/repeating-mod/assets/127148610/5af93d22-09ce-4d1c-9f07-f663227da364) +## Todo + +- fix "Space in record name deletes record 0_0" +- fix "Save record on recording crashes the game" +- select record on click (you can see start and finish points) +- change icon in mod menu to new one +- practice mode like in geometry dash for parkours From 3f3ce10d7f460d29840a8cc1b52d9d21659ca0b5 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:52:44 +0300 Subject: [PATCH 3/7] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d3ebba..05760dd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This mod can record your movements and play them back. ## Controls -Default Repeating Mod Buttons +Default Repeating Mod keys ``` Menu | J @@ -16,12 +16,15 @@ Toggle replay | not specified ## Menu +How menu looks like + ![Repeating mod menu](https://github.com/MeexReay/repeating-mod/assets/127148610/5af93d22-09ce-4d1c-9f07-f663227da364) ## Todo - fix "Space in record name deletes record 0_0" - fix "Save record on recording crashes the game" -- select record on click (you can see start and finish points) +- select record on click (you can see start and finish points when its selected) +- select record on import - change icon in mod menu to new one - practice mode like in geometry dash for parkours From e194d7f20478b6d839a4b2e8ec8f30d5105a1afa Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:55:50 +0300 Subject: [PATCH 4/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05760dd..7a41dc6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ How menu looks like ## Todo - fix "Space in record name deletes record 0_0" -- fix "Save record on recording crashes the game" +- fix "Save record (edit name) on recording crashes the game" - select record on click (you can see start and finish points when its selected) - select record on import - change icon in mod menu to new one From 70e97ecf92d5697f88f7d0b799d42f8186fa930e Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:38:08 +0300 Subject: [PATCH 5/7] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a41dc6..8673ff1 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,21 @@ How menu looks like ![Repeating mod menu](https://github.com/MeexReay/repeating-mod/assets/127148610/5af93d22-09ce-4d1c-9f07-f663227da364) ## Todo +Releases dont have striked lines -- fix "Space in record name deletes record 0_0" -- fix "Save record (edit name) on recording crashes the game" +- ~~fix "Space in record name deletes record 0_0"~~ +- ~~fix "Save record (edit name) on recording crashes the game"~~ - select record on click (you can see start and finish points when its selected) - select record on import - change icon in mod menu to new one - practice mode like in geometry dash for parkours + +## How to build + +How to build mod from source + +``` +gradlew build +``` + +Compiled .jar file you can find in `build/libs` From 3e96a7b3608f704eb2336363d5103711a36a2409 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:06:43 +0300 Subject: [PATCH 6/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8673ff1..c1ba7e5 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Releases dont have striked lines - ~~fix "Space in record name deletes record 0_0"~~ - ~~fix "Save record (edit name) on recording crashes the game"~~ -- select record on click (you can see start and finish points when its selected) -- select record on import +- ~~select record on click (you can see start and finish points when its selected)~~ +- ~~select record on import~~ - change icon in mod menu to new one - practice mode like in geometry dash for parkours From 74c061c29f990e00bfd1092cbb8e355f3b833fcd Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:08:26 +0300 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1ba7e5..e7a5de7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Releases dont have striked lines - ~~fix "Save record (edit name) on recording crashes the game"~~ - ~~select record on click (you can see start and finish points when its selected)~~ - ~~select record on import~~ -- change icon in mod menu to new one +- ~~change icon in mod menu to new one~~ - practice mode like in geometry dash for parkours ## How to build