hide patches from menu if they should only run in lobby/game
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user