chore: better patch installation message

This commit is contained in:
tretrauit 2023-06-21 04:41:28 +07:00
parent 4eba9e595b
commit 95bad06295

View File

@ -45,18 +45,24 @@ class HSR:
return return
print("OK") print("OK")
exe_path = jadeite_dir.joinpath("jadeite.exe") exe_path = jadeite_dir.joinpath("jadeite.exe")
print()
print("Jadeite executable is located at:", exe_path) print("Jadeite executable is located at:", exe_path)
print() print()
print("=" * 15)
print( print(
"Installation succeeded, but note that you need to run the game using " "Installation succeeded, but note that you need to run the game using "
+ "Jadeite to use the patch." + "Jadeite to use the patch."
) )
print()
print(f'E.g: I_WANT_A_BAN=1 {exe_path} "{self._game.path}"') print(f'E.g: I_WANT_A_BAN=1 {exe_path} "{self._game.path}"')
print()
print(
"Please don't spread this project to public, we just want to play the game."
)
print( print(
"And for your own sake, please only use testing accounts, as there is an " "And for your own sake, please only use testing accounts, as there is an "
+ "extremely high risk of getting banned." + "extremely high risk of getting banned."
) )
print("=" * 15)
def __patch_astra(self): def __patch_astra(self):
try: try: