This commit is contained in:
dazedanon 2025-10-29 06:05:11 -05:00
parent 8f4c1ff35d
commit ccb7384360

View file

@ -1338,7 +1338,7 @@ def searchCodes(page, pbar, jobList, filename):
# Remove any RPGMaker Code at start
ffMatch = re.search(
r"^((?:[\\]+[^cCnNiIkKvV]+\[[\d\w]+\])+)",
r"^((?:[\\]+[^cCnNiIkKvVrRlL]+\[[\d\w]+\])+)",
jaString,
)
if ffMatch != None:
@ -1401,7 +1401,7 @@ def searchCodes(page, pbar, jobList, filename):
# Remove any RPGMaker Code at start
ffMatchNS = re.search(
r"^((?:[\\]+[^cCnNiIkKvVSs{}]+?\[[\d\w\W]+?\]?\])+)",
r"^((?:[\\]+[^cCnNiIkKvVSsrRlL{}]+?\[[\d\w\W]+?\]?\])+)",
nextString,
)
if ffMatchNS != None:
@ -1540,7 +1540,7 @@ def searchCodes(page, pbar, jobList, filename):
# Remove any RPGMaker Code at start
ffMatch = re.search(
r"^((?:[\\]+[^cCnNiIkKvVSs{}]+?\[[\d\w\W]+?\]?\])+)",
r"^((?:[\\]+[^cCnNiIkKvVSsrRlL{}]+?\[[\d\w\W]+?\]?\])+)",
finalJAString,
)
if ffMatch != None: