mirror of
https://github.com/H-uru/moul-assets.git
synced 2025-07-14 02:27:40 -04:00
Shorten the names of Mysterium rewards.
I seem to have forgotten that SDL `STRING32` variables have a fixed length of 32 bytes. Sigh. So we must limit our names to this. Therefore, I have renamed the shirts to "LSMysterium2021" and "SSMysterium2021". The SDL string "LSMysterium2021;SSMysterium2021" will use up the entirety of the 32 byte string buffer.
This commit is contained in:
BIN
compiled/dat/GlobalClothing_District_FemaleFan02.prp
(Stored with Git LFS)
BIN
compiled/dat/GlobalClothing_District_FemaleFan02.prp
(Stored with Git LFS)
Binary file not shown.
BIN
compiled/dat/GlobalClothing_District_MaleFan02.prp
(Stored with Git LFS)
BIN
compiled/dat/GlobalClothing_District_MaleFan02.prp
(Stored with Git LFS)
Binary file not shown.
@ -16,7 +16,7 @@
|
|||||||
],
|
],
|
||||||
"clItems": [
|
"clItems": [
|
||||||
{
|
{
|
||||||
"name": "MReward_ShortSleeve_Mysterium2021",
|
"name": "MReward_SSMysterium2021",
|
||||||
"type": "Shirt",
|
"type": "Shirt",
|
||||||
"group": "Male",
|
"group": "Male",
|
||||||
"icon": "Icon_UTorso_Shirt_Mysterium2021.png",
|
"icon": "Icon_UTorso_Shirt_Mysterium2021.png",
|
||||||
@ -48,7 +48,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "MReward_LongSleeve_Mysterium2021",
|
"name": "MReward_LSMysterium2021",
|
||||||
"type": "Shirt",
|
"type": "Shirt",
|
||||||
"group": "Male",
|
"group": "Male",
|
||||||
"icon": "Icon_UTorso_Shirt_Mysterium2021.png",
|
"icon": "Icon_UTorso_Shirt_Mysterium2021.png",
|
||||||
@ -157,7 +157,7 @@
|
|||||||
],
|
],
|
||||||
"clItems": [
|
"clItems": [
|
||||||
{
|
{
|
||||||
"name": "FReward_ShortSleeve_Mysterium2021",
|
"name": "FReward_SSMysterium2021",
|
||||||
"type": "Shirt",
|
"type": "Shirt",
|
||||||
"group": "Female",
|
"group": "Female",
|
||||||
"icon": "Icon_UTorso_Shirt_Mysterium2021.png",
|
"icon": "Icon_UTorso_Shirt_Mysterium2021.png",
|
||||||
@ -188,7 +188,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "FReward_LongSleeve_Mysterium2021",
|
"name": "FReward_LSMysterium2021",
|
||||||
"type": "Shirt",
|
"type": "Shirt",
|
||||||
"group": "Female",
|
"group": "Female",
|
||||||
"icon": "Icon_UTorso_Shirt_Mysterium2021.png",
|
"icon": "Icon_UTorso_Shirt_Mysterium2021.png",
|
||||||
|
Reference in New Issue
Block a user