From 20147b0acf970c9cd2ec736a126021d892474d39 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Sun, 16 Nov 2025 10:16:53 -0600 Subject: [PATCH] Small stuff --- modules/rpgmakermvmz.py | 2 +- requirements.txt | 2 +- util/translation.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/rpgmakermvmz.py b/modules/rpgmakermvmz.py index 1d38acd..bfd3609 100644 --- a/modules/rpgmakermvmz.py +++ b/modules/rpgmakermvmz.py @@ -1814,7 +1814,7 @@ def searchCodes(page, pbar, jobList, filename): "DarkPlasma_CharacterText": ("text", None), "DTextPicture": ("text", None), "TextPicture": ("text", None), - "TRP_SkitMZ": ("name", None), + # "TRP_SkitMZ": ("name", None), "LogWindow": ("text", None), "BattleLogOutput": ("message", None), "TorigoyaMZ_NotifyMessage_CommandMessage": ("message", None), diff --git a/requirements.txt b/requirements.txt index 84e0a9c..b68f4a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ retry==0.9.2 ruamel.yaml==0.17.32 tiktoken==0.8.0 tqdm==4.65.0 -pillow==10.4.0 +pillow==11.0.0 PyQt5>=5.15.0 diff --git a/util/translation.py b/util/translation.py index 8341a46..5e63e8f 100644 --- a/util/translation.py +++ b/util/translation.py @@ -24,6 +24,7 @@ PROTECTED_PATTERNS = [ r'\\BGM\[[^\]]+\]', # \BGM[background_music_name] r'\\BGS\[[^\]]+\]', # \BGS[background_sound_name] r'_pum\[[^\]]+\]', # \BGS[background_sound_name] + r'\\VS\[[^\]]+\]', # \BGS[background_sound_name] ] def protect_script_codes(text):