File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,13 @@ def replUiMessages(msgDict, toReplaceWith):
9090 msgDict [k ] = v
9191
9292def 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)
You can’t perform that action at this time.
0 commit comments