Skip to content

Commit

Permalink
add support for 3.8 teapot binout files (scene 2005, 2204) (Grasscutt…
Browse files Browse the repository at this point in the history
  • Loading branch information
pfyy committed Jul 23, 2023
1 parent 27d4957 commit ae2ab20
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,49 +11,49 @@
@FieldDefaults(level = AccessLevel.PRIVATE)
public class HomeworldDefaultSaveData {

@SerializedName(value = "KFHBFNPDJBE", alternate = "PKACPHDGGEI")
@SerializedName(value = "KFHBFNPDJBE", alternate = {"PKACPHDGGEI", "AKOLOBLHDFK"})
List<HomeBlock> homeBlockLists;

@SerializedName(value = "IJNPADKGNKE", alternate = "MINCKHBNING")
@SerializedName(value = "IJNPADKGNKE", alternate = {"MINCKHBNING", "MBICDPDEKDM"})
Position bornPos;

@SerializedName("IPIIGEMFLHK")
@SerializedName(value = "IPIIGEMFLHK", alternate = {"EJJIOJKFKCO"})
Position bornRot;

@SerializedName("HHOLBNPIHEM")
@SerializedName(value = "HHOLBNPIHEM", alternate = {"CJAKHCIFHNP"})
Position djinPos;

@SerializedName("KNHCJKHCOAN")
@SerializedName(value = "KNHCJKHCOAN", alternate = {"AMDNOHPGKMI"})
HomeFurniture mainhouse;

@SerializedName("NIHOJFEKFPG")
@SerializedName(value = "NIHOJFEKFPG", alternate = {"BHCPEAOPIDC"})
List<HomeFurniture> doorLists;

@SerializedName("EPGELGEFJFK")
@SerializedName(value = "EPGELGEFJFK", alternate = {"AABEPENIFLN"})
List<HomeFurniture> stairLists;

@Data
@FieldDefaults(level = AccessLevel.PRIVATE)
public static class HomeBlock {

@SerializedName(value = "FGIJCELCGFI", alternate = "PGDPDIDJEEL")
@SerializedName(value = "FGIJCELCGFI", alternate = {"PGDPDIDJEEL", "ANICBLBOBKD"})
int blockId;

@SerializedName("BEAPOFELABD")
@SerializedName(value = "BEAPOFELABD", alternate = {"NCIMIKKFLOH"})
List<HomeFurniture> furnitures;

@SerializedName("MLIODLGDFHJ")
@SerializedName(value = "MLIODLGDFHJ", alternate = {"GJGNLIINBGB"})
List<HomeFurniture> persistentFurnitures;
}

@Data
@FieldDefaults(level = AccessLevel.PRIVATE)
public static class HomeFurniture {

@SerializedName(value = "ENHNGKJBJAB", alternate = "KMAAJJHPNBA")
@SerializedName(value = "ENHNGKJBJAB", alternate = {"KMAAJJHPNBA", "FFLCGFGGGND"})
int id;

@SerializedName(value = "NGIEEIOLPPO", alternate = "JFKAHNCPDME")
@SerializedName(value = "NGIEEIOLPPO", alternate = {"JFKAHNCPDME", "BPCGGBKIAMG"})
Position pos;
// @SerializedName(value = "HEOCEHKEBFM", alternate = "LKCKOOGFDBM")
Position rot;
Expand Down

0 comments on commit ae2ab20

Please sign in to comment.