Skip to content

Commit e3ccab2

Browse files
Update cstp script to patch the correct files (oops)
1 parent 512529e commit e3ccab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_modpacks/resources/cswt/cstppycsmm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ def replUiMessages(msgDict, toReplaceWith):
9090
msgDict[k] = v
9191

9292
def replTitleImages(locale, arcDir, modpackDir):
93-
gameSeqTitleAll = os.path.join(modpackDir, 'cswtpycsmm/game_sequence_title_ALL.arc')
93+
gameSeqTitleAll = os.path.join(modpackDir, 'cstppycsmm/game_sequence_title_ALL.arc')
9494
for dirEntry in os.scandir(gameSeqTitleAll):
9595
tplPath = os.path.join(arcDir, 'arc/timg', os.path.splitext(dirEntry.name)[0] + '.tpl')
9696
#print(tplPath, file=sys.stderr)
9797
pycsmm.convertPngToTpl(dirEntry.path, tplPath)
9898
if locale == 'de':
99-
gameSeqTitleDe = os.path.join(modpackDir, 'cswtpycsmm/game_sequence_title_DE.arc')
99+
gameSeqTitleDe = os.path.join(modpackDir, 'cstppycsmm/game_sequence_title_DE.arc')
100100
for dirEntry in os.scandir(gameSeqTitleDe):
101101
tplPath = os.path.join(arcDir, 'arc/timg', os.path.splitext(dirEntry.name)[0] + '.tpl')
102102
#print(tplPath, file=sys.stderr)

0 commit comments

Comments
 (0)