Skip to content

Commit 8e7de91

Browse files
Replace title screen logo of CSWT test, now called CSTP
1 parent 5097dbb commit 8e7de91

File tree

9 files changed

+7
-7
lines changed

9 files changed

+7
-7
lines changed

_modpacks/packs/cswt/2.0_SF/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version":"2.0",
77
"entity":"modpack",
88
"type":"primary",
9-
"last_updated":"2024/07/25",
9+
"last_updated":"2024/11/28",
1010
"resources":"cswt"
1111
}
1212
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"cswt_test":
2+
"cstp":
33
{
4-
"name":"Custom Street World Tour (Tester's Pack)",
4+
"name":"Custom Street Tester's Pack",
55
"description":"A version of CSWT containing only new boards that need testing.",
66
"version":"1.0",
77
"entity":"modpack",
88
"type":"primary",
9-
"last_updated":"2024/07/30",
9+
"last_updated":"2024/11/28",
1010
"resources":"cswt"
1111
}
1212
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
+cswtpycsmm
1+
+cstppycsmm
22
+ChangeCurtain
33
+NewTitleScreen

_modpacks/packs/cswt/stable/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version":"2.0",
77
"entity":"modpack",
88
"type":"primary",
9-
"last_updated":"2024/07/25",
9+
"last_updated":"2024/11/28",
1010
"resources":"cswt"
1111
}
1212
}

_modpacks/packs/cswt/development/other_files/cswtpycsmm.py renamed to _modpacks/resources/cswt/cstppycsmm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def __init__(self):
109109
pycsmm.ArcFileInterface.__init__(self)
110110
pycsmm.UiMessageInterface.__init__(self)
111111
def modId(self):
112-
return "cswtpycsmm"
112+
return "cstppycsmm"
113113
def saveFiles(self, root, gameInstance, modList):
114114
mapper = gameInstance.addressMapper()
115115
with open(os.path.join(root, 'sys/main.dol'), 'rb+') as mainDol:
657 KB
Binary file not shown.
36.8 KB
Loading
1.99 MB
Loading
14.1 KB
Loading

0 commit comments

Comments
 (0)