Skip to content

Commit

Permalink
Update 5.1 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Deuteriunt authored Oct 21, 2024
1 parent 8441df5 commit 375a6c0
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions src/main/java/emu/grasscutter/server/http/dispatch/hotfix.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,26 @@
public class hotfix {

public static class ResVersionConfig {
public int version = 26458901;
public int version = 27462100;
public String md5 =
"{\"remoteName\": \"res_versions_external\", \"md5\": \"5f1ba25c0da41520d3d3057b1a32fd29\", \"hash\": \"ed66319e5bf7ec7e\", \"fileSize\": 153828}\r\n{\"remoteName\": \"res_versions_medium\", \"md5\": \"5907101204778f6b2f4bf3d8e4251d42\", \"hash\": \"5369f779aa07021d\", \"fileSize\": 8988}\r\n{\"remoteName\": \"res_versions_streaming\", \"md5\": \"bb50a573cbe1c9a5360578f006016a78\", \"hash\": \"a12089af1c385746\", \"fileSize\": 1833}\r\n{\"remoteName\": \"base_revision\", \"md5\": \"149cad27b543e345df504a496949ec7d\", \"hash\": \"8bb70126e5cd8ba0\", \"fileSize\": 19}\r\n{\"remoteName\": \"patch_node_versions\", \"md5\": \"68df81e80dd3e13bb8b55d4794b9948e\", \"hash\": \"38e59d29a11bdeaf\", \"fileSize\": 1751}\r\n{\"remoteName\": \"audio_diff_versions_26458901-24822834\", \"md5\": \"8d3b4e9a18b8ef5932287fc68106e63e\", \"hash\": \"6d6877dd57e08f73\", \"fileSize\": 36439}";
public String releaseTotalSize = "0";
public String versionSuffix = "befdda25ff";
public String branch = "5.0_live";
"{\"remoteName\": \"res_versions_external\", \"md5\": \"e77b6fe9721084d090192ecdd02834b3\", \"hash\": \"7524340ad5389e98\", \"fileSize\": 225777}\r\n{\"remoteName\": \"res_versions_medium\", \"md5\": \"7e207aa54d87487c4f1e380c7bc0a116\", \"hash\": \"050c0c315f029b49\", \"fileSize\": 143029}\r\n{\"remoteName\": \"res_versions_streaming\", \"md5\": \"f5233549c6c4d8d6594a9bdb51f7176d\", \"hash\": \"1d4b6079c06f88bf\", \"fileSize\": 130764}\r\n{\"remoteName\": \"base_revision\", \"md5\": \"624e2652c9dec9d593bdb8e2a655f87c\", \"hash\": \"81fac9c629364770\", \"fileSize\": 19}\r\n{\"remoteName\": \"patch_node_versions\", \"md5\": \"364387f95f037cc87874225eaac1248d\", \"hash\": \"78e46d3389e2f5eb\", \"fileSize\": 2577}", public String releaseTotalSize = "0";
public String versionSuffix = "72287fac61";
public String branch = "5.1_live";
}

public static class Resource {
public String resourceUrl = "https://autopatchhk.yuanshen.com/client_game_res/5.0_live";
public String dataUrl = "https://autopatchhk.yuanshen.com/client_design_data/5.0_live";
public String resourceUrlBak = "5.0_live";
public int clientDataVersion = 26487341;
public int clientSilenceDataVersion = 26368837;
public String resourceUrl = "https://autopatchhk.yuanshen.com/client_game_res/5.1_live";
public String dataUrl = "https://autopatchhk.yuanshen.com/client_design_data/5.1_live";
public String resourceUrlBak = "5.1_live";
public int clientDataVersion = 27787359;
public int clientSilenceDataVersion = 27760956;
public String clientDataMd5 =
"{\"remoteName\": \"data_versions\", \"md5\": \"88a0d1f6825ec3b6aaf9ea39a02f78da\", \"hash\": \"a72baf3b5c76f0ac\", \"fileSize\": 68545}\r\n{\"remoteName\": \"data_versions_medium\", \"md5\": \"9429b4e9dd8cbdaf19c41ff05f18b384\", \"hash\": \"a79950c775cf1630\", \"fileSize\": 6662}";
public String clientSilenceDataMd5 =
"{\"remoteName\": \"data_versions\", \"md5\": \"8ae3d12ddeffa27349ab306ce05ec0b7\", \"hash\": \"ef8cb53633584c7a\", \"fileSize\": 522}";
"{\"remoteName\": \"data_versions\", \"md5\": \"79591908993f065a54e943fe83827963\", \"hash\": \"6938dd03b8759fc9\", \"fileSize\": 68578}\r\n{\"remoteName\": \"data_versions_medium\", \"md5\": \"8f94e0936e1c38dc8e1ede1646de9b89\", \"hash\": \"0ab1c86ac0e9b9ba\", \"fileSize\": 6664}", public String clientSilenceDataMd5 =
"{\"remoteName\": \"data_versions\", \"md5\": \"e1a639c0ab1e41e8db0cd4bf7a9798b2\", \"hash\": \"623fc7528efb10a5\", \"fileSize\": 523}",
public ResVersionConfig resVersionConfig = new ResVersionConfig();
public String clientVersionSuffix = "57a90bbd52";
public String clientSilenceVersionSuffix = "0af120923b";
public String nextResourceUrl = "https://autopatchhk.yuanshen.com/client_game_res/5.0_live";
public String clientVersionSuffix = "c3a3d67960";
public String clientSilenceVersionSuffix = "1a3d165f06";
public String nextResourceUrl = "https://autopatchhk.yuanshen.com/client_game_res/5.1_live";
public ResVersionConfig nextResVersionConfig = new ResVersionConfig();
}
}

0 comments on commit 375a6c0

Please sign in to comment.