Skip to content

Commit

Permalink
updata v1.3.3-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
AUSTIN2526 committed Feb 19, 2023
1 parent ef8cd0d commit 6ea06f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ https://github.com/AUSTIN2526/holocure-trainer/releases
3.Click on the function when you need.

## Please Note
1.Don't use HoloCure Launcher open the game(will cause the locked fail).
2.Unlocking the collabs recipe may cause the trainer to fail, you need to restart the stage to solve it.
3.If function don't work in stage, press esc can help you solve the problem.
4.The value of some functions needs to exceed 0 to be able to use.
1. Don't use HoloCure Launcher open the game(will cause the locked fail).
2. Unlocking the collabs recipe may cause the trainer to fail, you need to restart the stage to solve it.
3. If function don't work in stage, press esc can help you solve the problem.
4. The value of some functions needs to exceed 0 to be able to use.
5. Delete all functions before opening the stage.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self):
#if you want to add new function modify here
self.modify_data = {
#dynamic editor(format function_name:[QCheckBox object, interlock object, value, base address, offsets])
'func_name_1_hP':[self.ui.func_group_1[0], None, 1090021872, 0x00A1EFD8, [0x70,0x18,0x170,0x98,0x48,0x10,0x11A0,0x04]],
'func_name_1_hP':[self.ui.func_group_1[0], None, 1090021872, 0x00A1EFD8, [0x70,0x18,0x170,0x98,0x48,0x10,0x11B0,0x04]],
'func_name_1_range':[self.ui.func_group_1[1], None, 1090021872, 0x00A1EFD8, [0x70,0x18,0x170,0x98,0x48,0x10,0x500,0x04]],
'func_name_1_atk':[self.ui.func_group_1[2], None, 1090021872, 0x00A1EFD8, [0x70,0x18,0x170,0x98,0x48,0x10,0x16C0,0x04]],
'func_name_1_haste':[self.ui.func_group_1[3], None, 1083127808, 0x00A1EFD8, [0x70,0x18,0x170,0x98,0x48,0x10,0x1430,0x04]],
Expand Down

0 comments on commit 6ea06f5

Please sign in to comment.