hide patches from menu if they should only run in lobby/game

This commit is contained in:
Martin Michelsen
2023-02-17 22:07:09 -08:00
parent ba4a017ffb
commit 1394dd681e
5 changed files with 21 additions and 4 deletions
+10 -1
View File
@@ -1,4 +1,13 @@
# This patch gives you the maximum number of each card in Episode 3 USA.
# This patch gives you the maximum number of each card. It only works if used
# in-game, which means it must be used with the $patch command (and not selected
# from the Patches menu).
# This patch is only for PSO Episode 3 USA, which means it requires the
# EnableEpisode3SendFunctionCall option to be enabled in config.json. If that
# option is disabled, the Patches menu won't appear for the client. If this
# patch is run on a different client version, it will do nothing.
hide_from_patches_menu:
entry_ptr:
reloc0:
+2
View File
@@ -12,6 +12,8 @@
# $patch command, since the client will likely crash if the player is not in a
# game or lobby when the patch runs.
hide_from_patches_menu:
entry_ptr:
reloc0:
.offsetof start
+1 -1
View File
@@ -1,4 +1,4 @@
# This gives you a VIP card in PSO Episode 3 USA.
# This patch gives you a VIP card in PSO Episode 3 USA.
# This patch is only for PSO Episode 3 USA, which means it requires the
# EnableEpisode3SendFunctionCall option to be enabled in config.json. If that