From e25be22ad013583c11a41babefae0064fa513b10 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 23 Jun 2021 01:24:40 -0400 Subject: [PATCH] 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. --- compiled/dat/GlobalClothing_District_FemaleFan02.prp | 4 ++-- compiled/dat/GlobalClothing_District_MaleFan02.prp | 4 ++-- sources/avatar/clothing_fan02/Fan02.json | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/compiled/dat/GlobalClothing_District_FemaleFan02.prp b/compiled/dat/GlobalClothing_District_FemaleFan02.prp index 6396d3b7..3a16ea51 100644 --- a/compiled/dat/GlobalClothing_District_FemaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_FemaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5efee991c8b3d831765163dafca80524d2a0f60e60e644deaebd1d07315a6da1 -size 549889 +oid sha256:c63f745646c1d762cc6b1be15bceb8a41998974cd1f001dce6e513e1694655fa +size 549813 diff --git a/compiled/dat/GlobalClothing_District_MaleFan02.prp b/compiled/dat/GlobalClothing_District_MaleFan02.prp index 27cf35fc..a63a7d4f 100644 --- a/compiled/dat/GlobalClothing_District_MaleFan02.prp +++ b/compiled/dat/GlobalClothing_District_MaleFan02.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d1953c008315ad62ccd3f605da6386aab280f0e2c1b18c78a6c6727579194d92 -size 550003 +oid sha256:34e72a50422f1643867b6a9cf949bf66c99856f05262e1b91d59492129d9d1ad +size 549927 diff --git a/sources/avatar/clothing_fan02/Fan02.json b/sources/avatar/clothing_fan02/Fan02.json index b6aaf472..9e8bb65b 100644 --- a/sources/avatar/clothing_fan02/Fan02.json +++ b/sources/avatar/clothing_fan02/Fan02.json @@ -16,7 +16,7 @@ ], "clItems": [ { - "name": "MReward_ShortSleeve_Mysterium2021", + "name": "MReward_SSMysterium2021", "type": "Shirt", "group": "Male", "icon": "Icon_UTorso_Shirt_Mysterium2021.png", @@ -48,7 +48,7 @@ ] }, { - "name": "MReward_LongSleeve_Mysterium2021", + "name": "MReward_LSMysterium2021", "type": "Shirt", "group": "Male", "icon": "Icon_UTorso_Shirt_Mysterium2021.png", @@ -157,7 +157,7 @@ ], "clItems": [ { - "name": "FReward_ShortSleeve_Mysterium2021", + "name": "FReward_SSMysterium2021", "type": "Shirt", "group": "Female", "icon": "Icon_UTorso_Shirt_Mysterium2021.png", @@ -188,7 +188,7 @@ ] }, { - "name": "FReward_LongSleeve_Mysterium2021", + "name": "FReward_LSMysterium2021", "type": "Shirt", "group": "Female", "icon": "Icon_UTorso_Shirt_Mysterium2021.png",