├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── Version 1.3.2.md ├── Version 1.3.md ├── Version 1.4.0.md ├── Version 1.5.0.md ├── Version 1.6.0.md ├── Version 1.6.1.md ├── Version 2.0.0.md ├── Version 2.1.0.md ├── Version 2.2.0.md ├── Version 2.3.0.md ├── Version 2.4.0.md ├── Version 2.5.0.md ├── Version 2.6.0.md ├── Version 2.7.0.md ├── Version 2.8.0.md ├── Version 3.0.0.md ├── Version 3.1.0.md ├── Version 3.2.0.md ├── Version 3.3.0.md └── getfromapi.php /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 | patreon: # Replace with a single Patreon username 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: rapdodge # Replace with a single Ko-fi username 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | liberapay: rapdodge # Replace with a single Liberapay username 10 | issuehunt: # Replace with a single IssueHunt username 11 | otechie: # Replace with a single Otechie username 12 | custom: ['https://www.paypal.me/rapdodge','https://trakteer.id/rapdodge','https://saweria.co/rapdodge'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] 13 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Attribution-NonCommercial-ShareAlike 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 58 | Public License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-NonCommercial-ShareAlike 4.0 International Public License 63 | ("Public License"). To the extent this Public License may be 64 | interpreted as a contract, You are granted the Licensed Rights in 65 | consideration of Your acceptance of these terms and conditions, and the 66 | Licensor grants You such rights in consideration of benefits the 67 | Licensor receives from making the Licensed Material available under 68 | these terms and conditions. 69 | 70 | 71 | Section 1 -- Definitions. 72 | 73 | a. Adapted Material means material subject to Copyright and Similar 74 | Rights that is derived from or based upon the Licensed Material 75 | and in which the Licensed Material is translated, altered, 76 | arranged, transformed, or otherwise modified in a manner requiring 77 | permission under the Copyright and Similar Rights held by the 78 | Licensor. For purposes of this Public License, where the Licensed 79 | Material is a musical work, performance, or sound recording, 80 | Adapted Material is always produced where the Licensed Material is 81 | synched in timed relation with a moving image. 82 | 83 | b. Adapter's License means the license You apply to Your Copyright 84 | and Similar Rights in Your contributions to Adapted Material in 85 | accordance with the terms and conditions of this Public License. 86 | 87 | c. BY-NC-SA Compatible License means a license listed at 88 | creativecommons.org/compatiblelicenses, approved by Creative 89 | Commons as essentially the equivalent of this Public License. 90 | 91 | d. Copyright and Similar Rights means copyright and/or similar rights 92 | closely related to copyright including, without limitation, 93 | performance, broadcast, sound recording, and Sui Generis Database 94 | Rights, without regard to how the rights are labeled or 95 | categorized. For purposes of this Public License, the rights 96 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 97 | Rights. 98 | 99 | e. Effective Technological Measures means those measures that, in the 100 | absence of proper authority, may not be circumvented under laws 101 | fulfilling obligations under Article 11 of the WIPO Copyright 102 | Treaty adopted on December 20, 1996, and/or similar international 103 | agreements. 104 | 105 | f. Exceptions and Limitations means fair use, fair dealing, and/or 106 | any other exception or limitation to Copyright and Similar Rights 107 | that applies to Your use of the Licensed Material. 108 | 109 | g. License Elements means the license attributes listed in the name 110 | of a Creative Commons Public License. The License Elements of this 111 | Public License are Attribution, NonCommercial, and ShareAlike. 112 | 113 | h. Licensed Material means the artistic or literary work, database, 114 | or other material to which the Licensor applied this Public 115 | License. 116 | 117 | i. Licensed Rights means the rights granted to You subject to the 118 | terms and conditions of this Public License, which are limited to 119 | all Copyright and Similar Rights that apply to Your use of the 120 | Licensed Material and that the Licensor has authority to license. 121 | 122 | j. Licensor means the individual(s) or entity(ies) granting rights 123 | under this Public License. 124 | 125 | k. NonCommercial means not primarily intended for or directed towards 126 | commercial advantage or monetary compensation. For purposes of 127 | this Public License, the exchange of the Licensed Material for 128 | other material subject to Copyright and Similar Rights by digital 129 | file-sharing or similar means is NonCommercial provided there is 130 | no payment of monetary compensation in connection with the 131 | exchange. 132 | 133 | l. Share means to provide material to the public by any means or 134 | process that requires permission under the Licensed Rights, such 135 | as reproduction, public display, public performance, distribution, 136 | dissemination, communication, or importation, and to make material 137 | available to the public including in ways that members of the 138 | public may access the material from a place and at a time 139 | individually chosen by them. 140 | 141 | m. Sui Generis Database Rights means rights other than copyright 142 | resulting from Directive 96/9/EC of the European Parliament and of 143 | the Council of 11 March 1996 on the legal protection of databases, 144 | as amended and/or succeeded, as well as other essentially 145 | equivalent rights anywhere in the world. 146 | 147 | n. You means the individual or entity exercising the Licensed Rights 148 | under this Public License. Your has a corresponding meaning. 149 | 150 | 151 | Section 2 -- Scope. 152 | 153 | a. License grant. 154 | 155 | 1. Subject to the terms and conditions of this Public License, 156 | the Licensor hereby grants You a worldwide, royalty-free, 157 | non-sublicensable, non-exclusive, irrevocable license to 158 | exercise the Licensed Rights in the Licensed Material to: 159 | 160 | a. reproduce and Share the Licensed Material, in whole or 161 | in part, for NonCommercial purposes only; and 162 | 163 | b. produce, reproduce, and Share Adapted Material for 164 | NonCommercial purposes only. 165 | 166 | 2. Exceptions and Limitations. For the avoidance of doubt, where 167 | Exceptions and Limitations apply to Your use, this Public 168 | License does not apply, and You do not need to comply with 169 | its terms and conditions. 170 | 171 | 3. Term. The term of this Public License is specified in Section 172 | 6(a). 173 | 174 | 4. Media and formats; technical modifications allowed. The 175 | Licensor authorizes You to exercise the Licensed Rights in 176 | all media and formats whether now known or hereafter created, 177 | and to make technical modifications necessary to do so. The 178 | Licensor waives and/or agrees not to assert any right or 179 | authority to forbid You from making technical modifications 180 | necessary to exercise the Licensed Rights, including 181 | technical modifications necessary to circumvent Effective 182 | Technological Measures. For purposes of this Public License, 183 | simply making modifications authorized by this Section 2(a) 184 | (4) never produces Adapted Material. 185 | 186 | 5. Downstream recipients. 187 | 188 | a. Offer from the Licensor -- Licensed Material. Every 189 | recipient of the Licensed Material automatically 190 | receives an offer from the Licensor to exercise the 191 | Licensed Rights under the terms and conditions of this 192 | Public License. 193 | 194 | b. Additional offer from the Licensor -- Adapted Material. 195 | Every recipient of Adapted Material from You 196 | automatically receives an offer from the Licensor to 197 | exercise the Licensed Rights in the Adapted Material 198 | under the conditions of the Adapter's License You apply. 199 | 200 | c. No downstream restrictions. You may not offer or impose 201 | any additional or different terms or conditions on, or 202 | apply any Effective Technological Measures to, the 203 | Licensed Material if doing so restricts exercise of the 204 | Licensed Rights by any recipient of the Licensed 205 | Material. 206 | 207 | 6. No endorsement. Nothing in this Public License constitutes or 208 | may be construed as permission to assert or imply that You 209 | are, or that Your use of the Licensed Material is, connected 210 | with, or sponsored, endorsed, or granted official status by, 211 | the Licensor or others designated to receive attribution as 212 | provided in Section 3(a)(1)(A)(i). 213 | 214 | b. Other rights. 215 | 216 | 1. Moral rights, such as the right of integrity, are not 217 | licensed under this Public License, nor are publicity, 218 | privacy, and/or other similar personality rights; however, to 219 | the extent possible, the Licensor waives and/or agrees not to 220 | assert any such rights held by the Licensor to the limited 221 | extent necessary to allow You to exercise the Licensed 222 | Rights, but not otherwise. 223 | 224 | 2. Patent and trademark rights are not licensed under this 225 | Public License. 226 | 227 | 3. To the extent possible, the Licensor waives any right to 228 | collect royalties from You for the exercise of the Licensed 229 | Rights, whether directly or through a collecting society 230 | under any voluntary or waivable statutory or compulsory 231 | licensing scheme. In all other cases the Licensor expressly 232 | reserves any right to collect such royalties, including when 233 | the Licensed Material is used other than for NonCommercial 234 | purposes. 235 | 236 | 237 | Section 3 -- License Conditions. 238 | 239 | Your exercise of the Licensed Rights is expressly made subject to the 240 | following conditions. 241 | 242 | a. Attribution. 243 | 244 | 1. If You Share the Licensed Material (including in modified 245 | form), You must: 246 | 247 | a. retain the following if it is supplied by the Licensor 248 | with the Licensed Material: 249 | 250 | i. identification of the creator(s) of the Licensed 251 | Material and any others designated to receive 252 | attribution, in any reasonable manner requested by 253 | the Licensor (including by pseudonym if 254 | designated); 255 | 256 | ii. a copyright notice; 257 | 258 | iii. a notice that refers to this Public License; 259 | 260 | iv. a notice that refers to the disclaimer of 261 | warranties; 262 | 263 | v. a URI or hyperlink to the Licensed Material to the 264 | extent reasonably practicable; 265 | 266 | b. indicate if You modified the Licensed Material and 267 | retain an indication of any previous modifications; and 268 | 269 | c. indicate the Licensed Material is licensed under this 270 | Public License, and include the text of, or the URI or 271 | hyperlink to, this Public License. 272 | 273 | 2. You may satisfy the conditions in Section 3(a)(1) in any 274 | reasonable manner based on the medium, means, and context in 275 | which You Share the Licensed Material. For example, it may be 276 | reasonable to satisfy the conditions by providing a URI or 277 | hyperlink to a resource that includes the required 278 | information. 279 | 3. If requested by the Licensor, You must remove any of the 280 | information required by Section 3(a)(1)(A) to the extent 281 | reasonably practicable. 282 | 283 | b. ShareAlike. 284 | 285 | In addition to the conditions in Section 3(a), if You Share 286 | Adapted Material You produce, the following conditions also apply. 287 | 288 | 1. The Adapter's License You apply must be a Creative Commons 289 | license with the same License Elements, this version or 290 | later, or a BY-NC-SA Compatible License. 291 | 292 | 2. You must include the text of, or the URI or hyperlink to, the 293 | Adapter's License You apply. You may satisfy this condition 294 | in any reasonable manner based on the medium, means, and 295 | context in which You Share Adapted Material. 296 | 297 | 3. You may not offer or impose any additional or different terms 298 | or conditions on, or apply any Effective Technological 299 | Measures to, Adapted Material that restrict exercise of the 300 | rights granted under the Adapter's License You apply. 301 | 302 | 303 | Section 4 -- Sui Generis Database Rights. 304 | 305 | Where the Licensed Rights include Sui Generis Database Rights that 306 | apply to Your use of the Licensed Material: 307 | 308 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 309 | to extract, reuse, reproduce, and Share all or a substantial 310 | portion of the contents of the database for NonCommercial purposes 311 | only; 312 | 313 | b. if You include all or a substantial portion of the database 314 | contents in a database in which You have Sui Generis Database 315 | Rights, then the database in which You have Sui Generis Database 316 | Rights (but not its individual contents) is Adapted Material, 317 | including for purposes of Section 3(b); and 318 | 319 | c. You must comply with the conditions in Section 3(a) if You Share 320 | all or a substantial portion of the contents of the database. 321 | 322 | For the avoidance of doubt, this Section 4 supplements and does not 323 | replace Your obligations under this Public License where the Licensed 324 | Rights include other Copyright and Similar Rights. 325 | 326 | 327 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 328 | 329 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 330 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 331 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 332 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 333 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 334 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 335 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 336 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 337 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 338 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 339 | 340 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 341 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 342 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 343 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 344 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 345 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 346 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 347 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 348 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 349 | 350 | c. The disclaimer of warranties and limitation of liability provided 351 | above shall be interpreted in a manner that, to the extent 352 | possible, most closely approximates an absolute disclaimer and 353 | waiver of all liability. 354 | 355 | 356 | Section 6 -- Term and Termination. 357 | 358 | a. This Public License applies for the term of the Copyright and 359 | Similar Rights licensed here. However, if You fail to comply with 360 | this Public License, then Your rights under this Public License 361 | terminate automatically. 362 | 363 | b. Where Your right to use the Licensed Material has terminated under 364 | Section 6(a), it reinstates: 365 | 366 | 1. automatically as of the date the violation is cured, provided 367 | it is cured within 30 days of Your discovery of the 368 | violation; or 369 | 370 | 2. upon express reinstatement by the Licensor. 371 | 372 | For the avoidance of doubt, this Section 6(b) does not affect any 373 | right the Licensor may have to seek remedies for Your violations 374 | of this Public License. 375 | 376 | c. For the avoidance of doubt, the Licensor may also offer the 377 | Licensed Material under separate terms or conditions or stop 378 | distributing the Licensed Material at any time; however, doing so 379 | will not terminate this Public License. 380 | 381 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 382 | License. 383 | 384 | 385 | Section 7 -- Other Terms and Conditions. 386 | 387 | a. The Licensor shall not be bound by any additional or different 388 | terms or conditions communicated by You unless expressly agreed. 389 | 390 | b. Any arrangements, understandings, or agreements regarding the 391 | Licensed Material not stated herein are separate from and 392 | independent of the terms and conditions of this Public License. 393 | 394 | 395 | Section 8 -- Interpretation. 396 | 397 | a. For the avoidance of doubt, this Public License does not, and 398 | shall not be interpreted to, reduce, limit, restrict, or impose 399 | conditions on any use of the Licensed Material that could lawfully 400 | be made without permission under this Public License. 401 | 402 | b. To the extent possible, if any provision of this Public License is 403 | deemed unenforceable, it shall be automatically reformed to the 404 | minimum extent necessary to make it enforceable. If the provision 405 | cannot be reformed, it shall be severed from this Public License 406 | without affecting the enforceability of the remaining terms and 407 | conditions. 408 | 409 | c. No term or condition of this Public License will be waived and no 410 | failure to comply consented to unless expressly agreed to by the 411 | Licensor. 412 | 413 | d. Nothing in this Public License constitutes or may be interpreted 414 | as a limitation upon, or waiver of, any privileges and immunities 415 | that apply to the Licensor or You, including from the legal 416 | processes of any jurisdiction or authority. 417 | 418 | ======================================================================= 419 | 420 | Creative Commons is not a party to its public 421 | licenses. Notwithstanding, Creative Commons may elect to apply one of 422 | its public licenses to material it publishes and in those instances 423 | will be considered the “Licensor.” The text of the Creative Commons 424 | public licenses is dedicated to the public domain under the CC0 Public 425 | Domain Dedication. Except for the limited purpose of indicating that 426 | material is shared under a Creative Commons public license or as 427 | otherwise permitted by the Creative Commons policies published at 428 | creativecommons.org/policies, Creative Commons does not authorize the 429 | use of the trademark "Creative Commons" or any other trademark or logo 430 | of Creative Commons without its prior written consent including, 431 | without limitation, in connection with any unauthorized modifications 432 | to any of its public licenses or any other arrangements, 433 | understandings, or agreements concerning use of licensed material. For 434 | the avoidance of doubt, this paragraph does not form part of the 435 | public licenses. 436 | 437 | Creative Commons may be contacted at creativecommons.org. 438 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # GenshinRepository - Unmaintained 2 | This repository includes direct links to Genshin Impact updates. With this, it allows you to download Genshin Impact updates without a launcher, but using a download manager (like IDM, FDM, XDM, uGet, etc.). 3 | 4 | Thank you for entrusting this repository to download Genshin Impact data directly. With a heavy heart, I have to stop this for personal reasons. But don't worry; I'm sure you can do it yourself. Once again, thank you for trusting this repository. 5 | 6 | API response 7 | ````markdown 8 | { 9 | "data": { 10 | "game": { 11 | "latest": { 12 | "version": "", 13 | "path": "", 14 | "md5": "", 15 | "voice_packs": [ 16 | { 17 | "language": "", 18 | "name": "", 19 | "path": "", 20 | "md5": "" 21 | } 22 | ] 23 | }, 24 | "diffs": [ 25 | { 26 | "version": "", 27 | "name": "", 28 | "path": "", 29 | "md5": "", 30 | "voice_packs": [ 31 | { 32 | "language": "", 33 | "name": "", 34 | "path": "", 35 | "md5": "" 36 | } 37 | ] 38 | } 39 | ] 40 | }, 41 | "plugin": { 42 | "plugins": [ 43 | { 44 | "name": "", 45 | "path": "", 46 | "md5": "" 47 | } 48 | ] 49 | }, 50 | "pre_download_game": { 51 | "version": "", 52 | "path": "", 53 | "md5": "", 54 | "voice_packs": [ 55 | { 56 | "language": "", 57 | "name": "", 58 | "path": "", 59 | "md5": "" 60 | } 61 | ] 62 | } 63 | } 64 | } 65 | ```` 66 | 67 |
68 | 69 | Shield: [![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa] 70 | 71 | This work is licensed under a 72 | [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa]. 73 | 74 | [![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa] 75 | 76 | [cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/ 77 | [cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png 78 | [cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg 79 | -------------------------------------------------------------------------------- /Version 1.3.2.md: -------------------------------------------------------------------------------- 1 | # Version 1.3.2 2 | 3 | ###### Pre-Install Section 4 | [Version 1.2.0 to 1.3.2](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/1.2.0_1.3.2_diff_sHu9eOFd.zip) 5 | 6 | [Version 1.3.0 to 1.3.2](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/1.3.0_1.3.2_diff_ryqTKPYO.zip) 7 | 8 | ###### Full Install Section 9 | [Version 1.3.2](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210210_b0516858014fc457/GenshinImpact_1.3.2.zip) -------------------------------------------------------------------------------- /Version 1.3.md: -------------------------------------------------------------------------------- 1 | # Version 1.3 2 | 3 | [Launcher](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/update_20210122154904.zip) 4 | 5 | ###### Pre-Install Section 6 | [Version 1.1 to 1.3](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/1.1.0_1.3.0_diff_8cyweCdQ.zip) 7 | 8 | [Version 1.2 to 1.3](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/1.2.0_1.3.0_diff_sBM8DJZc.zip) 9 | 10 | ###### Full Install Section 11 | [Version 1.3](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210203_f97a39582b45649f/GenshinImpact_1.3.0.zip) -------------------------------------------------------------------------------- /Version 1.4.0.md: -------------------------------------------------------------------------------- 1 | # Version 1.4.0 2 | 3 | [Launcher](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/update_20210304190611.zip) 4 | 5 | ###### Pre-Install Section 6 | [Version 1.2.0 to 1.4.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/1.2.0_1.4.0_diff_kO7vMycf.zip) 7 | 8 | [Version 1.3.0 to 1.4.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/1.3.0_1.4.0_diff_hLOEnPIc.zip) 9 | 10 | [Version 1.3.2 to 1.4.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/1.3.2_1.4.0_diff_1P539V4J.zip) 11 | 12 | ###### Full Install Section 13 | [Version 1.4.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210317_67c8f1002bb26672/GenshinImpact_1.4.0.zip) -------------------------------------------------------------------------------- /Version 1.5.0.md: -------------------------------------------------------------------------------- 1 | # Version 1.5.0 2 | 3 | [Launcher](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/update_20210413104427.zip) 4 | 5 | ###### Pre-Install Section 6 | [Game Data from 1.4.0 to 1.5.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_1.4.0_1.5.0_diff_H8LGSgKU.zip) 7 | 8 | [Audio CN from 1.4.0 to 1.5.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_1.4.0_1.5.0_diff_NcX8UP1L.zip) 9 | 10 | [Audio EN from 1.4.0 to 1.5.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_1.4.0_1.5.0_diff_KdXT5Pi0.zip) 11 | 12 | [Audio JP from 1.4.0 to 1.5.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_1.4.0_1.5.0_diff_hfBOW6ym.zip) 13 | 14 | [Audio KO from 1.4.0 to 1.5.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_1.4.0_1.5.0_diff_hvg2F3QM.zip) 15 | 16 | ###### Full Install Section 17 | [Version 1.5.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210428_de80a243f7474c39/GenshinImpact_1.5.0.zip) -------------------------------------------------------------------------------- /Version 1.6.0.md: -------------------------------------------------------------------------------- 1 | # Version 1.6.0 2 | 3 | [Launcher](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/update_20210525213303_d009a819aTBew3U6.zip) 4 | 5 | ###### Pre-Install Section 6 | [Game Data from 1.5.1 to 1.6.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_1.5.1_1.6.0_diff_jVasZSurGCqb1PYx.zip) 7 | 8 | [Audio CN from 1.5.1 to 1.6.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_1.5.1_1.6.0_diff_jXGDLg1FMVdYZrRQ.zip) 9 | 10 | [Audio EN from 1.5.1 to 1.6.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_1.5.1_1.6.0_diff_LvqpG1Srcm72t6YF.zip) 11 | 12 | [Audio JP from 1.5.1 to 1.6.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_1.5.1_1.6.0_diff_mdLSj8pM1ANnHZTB.zip) 13 | 14 | [Audio KO from 1.5.1 to 1.6.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_1.5.1_1.6.0_diff_HJxsoPmCvqB2liEA.zip) 15 | 16 | ###### Full Install Section 17 | [Game Data 1.6.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210609_15f555799e5d6233/GenshinImpact_1.6.0.zip) 18 | 19 | [Audio CN 1.6.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210609_15f555799e5d6233/Audio_Chinese_1.6.0.zip) 20 | 21 | [Audio EN 1.6.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210609_15f555799e5d6233/Audio_English(US)_1.6.0.zip) 22 | 23 | [Audio JP 1.6.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210609_15f555799e5d6233/Audio_Japanese_1.6.0.zip) 24 | 25 | [Audio KO 1.6.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210609_15f555799e5d6233/Audio_Korean_1.6.0.zip) -------------------------------------------------------------------------------- /Version 1.6.1.md: -------------------------------------------------------------------------------- 1 | # Version 1.6.1 2 | 3 | [Launcher](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/update_20210525213303_d009a819aTBew3U6.zip) 4 | 5 | ###### Pre-Install Section 6 | [Game Data from 1.6.0 to 1.6.1](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_1.5.1_1.6.0_diff_jVasZSurGCqb1PYx.zip) 7 | 8 | [Audio CN from 1.6.0 to 1.6.1](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_1.5.1_1.6.0_diff_jXGDLg1FMVdYZrRQ.zip) 9 | 10 | [Audio EN from 1.6.0 to 1.6.1](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_1.5.1_1.6.0_diff_LvqpG1Srcm72t6YF.zip) 11 | 12 | [Audio JP from 1.6.0 to 1.6.1](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_1.5.1_1.6.0_diff_mdLSj8pM1ANnHZTB.zip) 13 | 14 | [Audio KO from 1.6.0 to 1.6.1](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_1.5.1_1.6.0_diff_HJxsoPmCvqB2liEA.zip) 15 | 16 | ###### Full Install Section 17 | [Game Data 1.6.1](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210609_15f555799e5d6233/GenshinImpact_1.6.0.zip) 18 | 19 | [Audio CN 1.6.1](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210609_eea40505c6337fd1/Audio_Chinese_1.6.1.zip) 20 | 21 | [Audio EN 1.6.1](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210609_eea40505c6337fd1/Audio_English(US)_1.6.1.zip) 22 | 23 | [Audio JP 1.6.1](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210609_eea40505c6337fd1/Audio_Japanese_1.6.1.zip) 24 | 25 | [Audio KO 1.6.1](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210609_eea40505c6337fd1/Audio_Korean_1.6.1.zip) -------------------------------------------------------------------------------- /Version 2.0.0.md: -------------------------------------------------------------------------------- 1 | # Version 2.0.0 2 | 3 | [Launcher](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/update_20210707145437_906c4d25PUR1BSt7.zip) 4 | 5 | ###### Pre-Install Section 6 | [Game Data from 1.6.0 to 2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_1.6.0_2.0.0_diff_NmOQGgYFcB60KLzk.zip) 7 | 8 | [Audio CN from 1.6.0 to 2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_1.6.0_2.0.0_diff_w4oOYzASepP9Rlc0.zip) 9 | 10 | [Audio EN from 1.6.0 to 2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_1.6.0_2.0.0_diff_F9KsGgq5duEzpVi2.zip) 11 | 12 | [Audio JP from 1.6.0 to 2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_1.6.0_2.0.0_diff_bGKRLxOIFYU740nT.zip) 13 | 14 | [Audio KO from 1.6.0 to 2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_1.6.0_2.0.0_diff_VoMeKwuyAZ1jRItk.zip) 15 | 16 | [Game Data from 1.6.1 to 2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_1.6.1_2.0.0_diff_GLrkVi02eEIJHmoZ.zip) 17 | 18 | [Audio CN from 1.6.1 to 2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_1.6.1_2.0.0_diff_kxn7JGptOMsUWeXf.zip) 19 | 20 | [Audio EN from 1.6.1 to 2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_1.6.1_2.0.0_diff_pa7XSfuvwheYHlR4.zip) 21 | 22 | [Audio JP from 1.6.1 to 2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_1.6.1_2.0.0_diff_Rr1nlK3O0Wjgo4M2.zip) 23 | 24 | [Audio KO from 1.6.1 to 2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_1.6.1_2.0.0_diff_YHsxbir0lqzcvNIk.zip) 25 | 26 | ###### Full Install Section 27 | [Game Data 2.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210721_3a3ca8dfe8b26ea2/GenshinImpact_2.0.0.zip) 28 | 29 | [Audio CN ](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210721_3a3ca8dfe8b26ea2/Audio_Chinese_2.0.0.zip) 30 | 31 | [Audio EN](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210721_3a3ca8dfe8b26ea2/Audio_English(US)_2.0.0.zip) 32 | 33 | [Audio JP](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210721_3a3ca8dfe8b26ea2/Audio_Japanese_2.0.0.zip) 34 | 35 | [Audio KO](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210721_3a3ca8dfe8b26ea2/Audio_Korean_2.0.0.zip) 36 | -------------------------------------------------------------------------------- /Version 2.1.0.md: -------------------------------------------------------------------------------- 1 | # Version 2.1.0 2 | 3 | ###### Pre-Install Section 4 | [Game data from 2.0.0 to 2.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.0.0_2.1.0_diff_kYU5QpgOiPB1woI4.zip) 5 | 6 | [Audio CN from 2.0.0 to 2.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.0.0_2.1.0_diff_UCr51Zxdu9aAjGYg.zip) 7 | 8 | [Audio EN from 2.0.0 to 2.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.0.0_2.1.0_diff_n8EeG923ZU1BPcgq.zip) 9 | 10 | [Audio JP from 2.0.0 to 2.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.0.0_2.1.0_diff_Ub6DpehQk19xKEVa.zip) 11 | 12 | [Audio KO from 2.0.0 to 2.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.0.0_2.1.0_diff_SYrI5qspl1z4tBRn.zip) 13 | 14 | [Game data from 1.6.1 to 2.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_1.6.1_2.1.0_diff_lEOthRaCuMIB4rTN.zip) 15 | 16 | [Audio CN from 1.6.1 to 2.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_1.6.1_2.1.0_diff_vh3oYQe1kctqNIbO.zip) 17 | 18 | [Audio EN from 1.6.1 to 2.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_1.6.1_2.1.0_diff_VLagihjWn3rFAm8X.zip) 19 | 20 | [Audio JP from 1.6.1 to 2.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_1.6.1_2.1.0_diff_uFVREQ8SgUcOlNoP.zip) 21 | 22 | [Audio KO from 1.6.1 to 2.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_1.6.1_2.1.0_diff_XyfOJVYxLSlR21zA.zip) 23 | 24 | ###### Full Install Section 25 | [Game data 2.1.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210901_db535e31166295ac/GenshinImpact_2.1.0.zip) 26 | 27 | [Audio CN 2.1.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210901_db535e31166295ac/Audio_Chinese_2.1.0.zip) 28 | 29 | [Audio EN 2.1.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210901_db535e31166295ac/Audio_English(US)_2.1.0.zip) 30 | 31 | [Audio JP 2.1.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210901_db535e31166295ac/Audio_Japanese_2.1.0.zip) 32 | 33 | [Audio KO 2.1.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20210901_db535e31166295ac/Audio_Korean_2.1.0.zip) 34 | -------------------------------------------------------------------------------- /Version 2.2.0.md: -------------------------------------------------------------------------------- 1 | # Version 2.2.0 2 | 3 | ###### Pre-Install Section 4 | [Game data from 2.1.0 to 2.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.1.0_2.2.0_diff_4v9prHYT3QOD628M.zip) 5 | 6 | [Audio CN from 2.1.0 to 2.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.1.0_2.2.0_diff_OQanfLW1ClY5hswv.zip) 7 | 8 | [Audio EN from 2.1.0 to 2.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.1.0_2.2.0_diff_e8pIgj039NSGh7i4.zip) 9 | 10 | [Audio JP from 2.1.0 to 2.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.1.0_2.2.0_diff_UC6QMjzTyguFKomW.zip) 11 | 12 | [Audio KO from 2.1.0 to 2.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.1.0_2.2.0_diff_rynlNTw32CAubHjk.zip) 13 | 14 | [Game data from 2.0.0 to 2.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.0.0_2.2.0_diff_4fBjlXcqzgVsQ5ZG.zip) 15 | 16 | [Audio CN from 2.0.0 to 2.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.0.0_2.2.0_diff_E7gjdsbeBx3InRhH.zip) 17 | 18 | [Audio EN from 2.0.0 to 2.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.0.0_2.2.0_diff_7lxrW0qg8M9mRCwj.zip) 19 | 20 | [Audio JP from 2.0.0 to 2.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.0.0_2.2.0_diff_e4x8DkLvUHPuiZEJ.zip) 21 | 22 | [Audio KO from 2.0.0 to 2.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.0.0_2.2.0_diff_hrUCmFj4qz83XSwJ.zip) 23 | 24 | ###### Full Install Section 25 | [Game data 2.2.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20211013_407d783aa6b98191/GenshinImpact_2.2.0.zip) 26 | 27 | [Audio CN 2.2.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20211013_407d783aa6b98191/Audio_Chinese_2.2.0.zip) 28 | 29 | [Audio EN 2.2.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20211013_407d783aa6b98191/Audio_English(US)_2.2.0.zip) 30 | 31 | [Audio JP 2.2.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20211013_407d783aa6b98191/Audio_Japanese_2.2.0.zip) 32 | 33 | [Audio KO 2.2.0](https://autopatchhk.yuanshen.com/client_app/pc_mihoyo/20211013_407d783aa6b98191/Audio_Korean_2.2.0.zip) 34 | -------------------------------------------------------------------------------- /Version 2.3.0.md: -------------------------------------------------------------------------------- 1 | # Version 2.3.0 2 | 3 | ###### Pre-Install Section 4 | [Game data from 2.2.0 to 2.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.2.0_2.3.0_diff_aLjNHzRTOQlyb2x8.zip) 5 | 6 | [Audio CN from 2.2.0 to 2.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.2.0_2.3.0_diff_24AhO9aFfJEXHqp5.zip) 7 | 8 | [Audio EN from 2.2.0 to 2.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.2.0_2.3.0_diff_9vQCTEkUrs7qoNxg.zip) 9 | 10 | [Audio JP from 2.2.0 to 2.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.2.0_2.3.0_diff_iVDQPpkNu4etM5Xo.zip) 11 | 12 | [Audio KO from 2.2.0 to 2.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.2.0_2.3.0_diff_r6zX1n48Hh5LUBK7.zip) 13 | 14 |
15 | 16 | [Game data from 2.1.0 to 2.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.1.0_2.3.0_diff_IFqrKCzDYyUt697g.zip) 17 | 18 | [Audio CN from 2.1.0 to 2.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.1.0_2.3.0_diff_j4VLGKErh0w7WeFC.zip) 19 | 20 | [Audio EN from 2.1.0 to 2.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.1.0_2.3.0_diff_9WOeMLlpzcFh7owj.zip) 21 | 22 | [Audio JP from 2.1.0 to 2.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.1.0_2.3.0_diff_8nXfsMArgbPOU30c.zip) 23 | 24 | [Audio KO from 2.1.0 to 2.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.1.0_2.3.0_diff_MEpgFPsUZABmGt9b.zip) 25 | 26 | ###### Full Install Section 27 | [Game data 2.3.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20211117173404_G0gLRnxvOd4PvSu9/GenshinImpact_2.3.0.zip) 28 | 29 | [Audio CN 2.3.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20211117173404_G0gLRnxvOd4PvSu9/Audio_Chinese_2.3.0.zip) 30 | 31 | [Audio EN 2.3.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20211117173404_G0gLRnxvOd4PvSu9/Audio_English(US)_2.3.0.zip) 32 | 33 | [Audio JP 2.3.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20211117173404_G0gLRnxvOd4PvSu9/Audio_Japanese_2.3.0.zip) 34 | 35 | [Audio KO 2.3.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20211117173404_G0gLRnxvOd4PvSu9/Audio_Korean_2.3.0.zip) 36 | -------------------------------------------------------------------------------- /Version 2.4.0.md: -------------------------------------------------------------------------------- 1 | # Version 2.4.0 2 | 3 | ###### Pre-Install Section 4 | [Game data from 2.2.0 to 2.4.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.2.0_2.4.0_diff_9kTlUMvuWDeNOKap.zip) 5 | 6 | [Audio CN from 2.2.0 to 2.4.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.2.0_2.4.0_diff_Ui7XBC3FITMPL0hl.zip) 7 | 8 | [Audio EN from 2.2.0 to 2.4.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.2.0_2.4.0_diff_XD7bFBn31MpLcVws.zip) 9 | 10 | [Audio JP from 2.2.0 to 2.4.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.2.0_2.4.0_diff_euy5Exgt3bZdmfUr.zip) 11 | 12 | [Audio KR from 2.2.0 to 2.4.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.2.0_2.4.0_diff_Eq0ekGyVaBIWFdM5.zip) 13 | 14 |
15 | 16 | [Game data from 2.3.0 to 2.4.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.3.0_2.4.0_diff_jm6dxRrsaWQ0wT2X.zip) 17 | 18 | [Audio CN from 2.3.0 to 2.4.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.3.0_2.4.0_diff_CMYcoWsF1EuhiLpx.zip) 19 | 20 | [Audio EN from 2.3.0 to 2.4.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.3.0_2.4.0_diff_nB9mKiPvfW8MhRZd.zip) 21 | 22 | [Audio JP from 2.3.0 to 2.4.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.3.0_2.4.0_diff_VnP5l3toBOKUapvi.zip) 23 | 24 | [Audio KR from 2.3.0 to 2.4.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.3.0_2.4.0_diff_nykbuZGrtEsg5eTz.zip) 25 | 26 | ###### Full Install Section 27 | [Game Data 2.4.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20211225051318_JHACtHpvJ2yRaZH0/GenshinImpact_2.4.0.zip) 28 | 29 | [Audio CN 2.4.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20211225051318_JHACtHpvJ2yRaZH0/Audio_Chinese_2.4.0.zip) 30 | 31 | [Audio EN 2.4.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20211225051318_JHACtHpvJ2yRaZH0/Audio_English(US)_2.4.0.zip) 32 | 33 | [Audio JP 2.4.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20211225051318_JHACtHpvJ2yRaZH0/Audio_Japanese_2.4.0.zip) 34 | 35 | [Audio KR 2.4.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20211225051318_JHACtHpvJ2yRaZH0/Audio_Korean_2.4.0.zip) 36 | -------------------------------------------------------------------------------- /Version 2.5.0.md: -------------------------------------------------------------------------------- 1 | # Version 2.5.0 2 | 3 | ###### Pre-Install Section 4 | [Game Data from 2.3.0 to 2.5.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.3.0_2.5.0_hdiff_DFWAwSmaTj7n90Ru.zip) 5 | 6 | [Audio CN from 2.3.0 to 2.5.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.3.0_2.5.0_hdiff_6Y1XIaq27jKkMGsz.zip) 7 | 8 | [Audio EN from 2.3.0 to 2.5.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.3.0_2.5.0_hdiff_5Mx1uveJjTQz9w3r.zip) 9 | 10 | [Audio JP from 2.3.0 to 2.5.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.3.0_2.5.0_hdiff_BA6UcSsKf2VRpLFH.zip) 11 | 12 | [Audio KO from 2.3.0 to 2.5.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.3.0_2.5.0_hdiff_7iPhaQjMp3fsRGdX.zip) 13 | 14 |
15 | 16 | [Game Data from 2.4.0 to 2.5.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.4.0_2.5.0_hdiff_G7AskHSpFPiXwRyU.zip) 17 | 18 | [Audio CN from 2.4.0 to 2.5.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.4.0_2.5.0_hdiff_Tx1P3el0KJ68Vu4Z.zip) 19 | 20 | [Audio EN from 2.4.0 to 2.5.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.4.0_2.5.0_hdiff_FGN5bsVa0BZLKqEA.zip) 21 | 22 | [Audio JP from 2.4.0 to 2.5.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.4.0_2.5.0_hdiff_t0MU7XpPc3ofbYwD.zip) 23 | 24 | [Audio KO from 2.4.0 to 2.5.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.4.0_2.5.0_hdiff_0BLZeojnu59RDlx4.zip) 25 | 26 | ###### Full Install Section 27 | [Game Data 2.5.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220125104720_x2gRaOdngikczohR/GenshinImpact_2.5.0.zip) 28 | 29 | [Audio CN 2.5.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220125104720_x2gRaOdngikczohR/Audio_Chinese_2.5.0.zip) 30 | 31 | [Audio EN 2.5.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220125104720_x2gRaOdngikczohR/Audio_English(US)_2.5.0.zip) 32 | 33 | [Audio JP 2.5.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220125104720_x2gRaOdngikczohR/Audio_Japanese_2.5.0.zip) 34 | 35 | [Audio KO 2.5.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220125104720_x2gRaOdngikczohR/Audio_Korean_2.5.0.zip) 36 | -------------------------------------------------------------------------------- /Version 2.6.0.md: -------------------------------------------------------------------------------- 1 | # Version 2.6.0 2 | 3 | ###### Pre-Install Section 4 | [Game Data from 2.4.0 to 2.6.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.4.0_2.6.0_hdiff_IzpvafMJqow6lB2U.zip) 5 | 6 | [Audio CN from 2.4.0 to 2.6.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.4.0_2.6.0_hdiff_g8JQpXKHxcwSYTGn.zip) 7 | 8 | [Audio EN from 2.4.0 to 2.6.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.4.0_2.6.0_hdiff_1qv4AlX5YUhtgRbf.zip) 9 | 10 | [Audio JP from 2.4.0 to 2.6.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.4.0_2.6.0_hdiff_P5fa2yuwXFYKEnHN.zip) 11 | 12 | [Audio KO from 2.4.0 to 2.6.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.4.0_2.6.0_hdiff_sYVhI9LJd3yTe5EU.zip) 13 | 14 |
15 | 16 | [Game Data from 2.5.0 to 2.6.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.5.0_2.6.0_hdiff_qr9GvX8ALUe6Puk3.zip) 17 | 18 | [Audio CN from 2.5.0 to 2.6.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.5.0_2.6.0_hdiff_TMDQ3PkIdt4ABcXZ.zip) 19 | 20 | [Audio EN from 2.5.0 to 2.6.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.5.0_2.6.0_hdiff_cTrqX6uxY1IH7zVs.zip) 21 | 22 | [Audio JP from 2.5.0 to 2.6.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.5.0_2.6.0_hdiff_gRwTfd4VsJXLv9uY.zip) 23 | 24 | [Audio KO from 2.5.0 to 2.6.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.5.0_2.6.0_hdiff_20EY6qkb8IetwBK9.zip) 25 | 26 | ###### Full Install Section 27 | [Game Data 2.6.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220318211020_aWEQCaw5ZERt54rm/GenshinImpact_2.6.0.zip) 28 | 29 | [Audio CN 2.6.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220318211020_aWEQCaw5ZERt54rm/Audio_Chinese_2.6.0.zip) 30 | 31 | [Audio EN 2.6.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220318211020_aWEQCaw5ZERt54rm/Audio_English(US)_2.6.0.zip) 32 | 33 | [Audio JP 2.6.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220318211020_aWEQCaw5ZERt54rm/Audio_Japanese_2.6.0.zip) 34 | 35 | [Audio KO 2.6.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220318211020_aWEQCaw5ZERt54rm/Audio_Korean_2.6.0.zip) 36 | -------------------------------------------------------------------------------- /Version 2.7.0.md: -------------------------------------------------------------------------------- 1 | # Version 2.7.0 2 | 3 | ###### Pre-Install Section 4 | [Game Data from 2.5.0 to 2.7.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.5.0_2.7.0_hdiff_HteQ6VmOcgy1PYxw.zip) 5 | 6 | [Audio CN from 2.5.0 to 2.7.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.5.0_2.7.0_hdiff_26vALtSnHzYTIopE.zip) 7 | 8 | [Audio EN from 2.5.0 to 2.7.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.5.0_2.7.0_hdiff_tTJgcA4QIPOHBpkS.zip) 9 | 10 | [Audio JP from 2.5.0 to 2.7.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.5.0_2.7.0_hdiff_CArIRcsvPhTtWqow.zip) 11 | 12 | [Audio KO from 2.5.0 to 2.7.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.5.0_2.7.0_hdiff_wSYkWPafc6OUxILt.zip) 13 | 14 |
15 | 16 | [Game Data from 2.6.0 to 2.7.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.6.0_2.7.0_hdiff_zfS2oacTJG7DlBER.zip) 17 | 18 | [Audio CN from 2.6.0 to 2.7.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.6.0_2.7.0_hdiff_QWVgNjwzprHPRKxL.zip) 19 | 20 | [Audio EN from 2.6.0 to 2.7.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.6.0_2.7.0_hdiff_QscinXF9ASaB2POU.zip) 21 | 22 | [Audio JP from 2.6.0 to 2.7.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.6.0_2.7.0_hdiff_5yDzjBLv08wFRsmx.zip) 23 | 24 | [Audio KO from 2.6.0 to 2.7.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.6.0_2.7.0_hdiff_GnYMmTClWghVKSQk.zip) 25 | 26 | ###### Full Install Section 27 | [Game Data 2.7.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220429112415_dDweiEHDnBI6cKmM/GenshinImpact_2.7.0.zip) 28 | 29 | [Audio CN 2.7.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220429112415_dDweiEHDnBI6cKmM/Audio_Chinese_2.7.0.zip) 30 | 31 | [Audio EN 2.7.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220429112415_dDweiEHDnBI6cKmM/Audio_English(US)_2.7.0.zip) 32 | 33 | [Audio JP 2.7.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220429112415_dDweiEHDnBI6cKmM/Audio_Japanese_2.7.0.zip) 34 | 35 | [Audio KO 2.7.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220429112415_dDweiEHDnBI6cKmM/Audio_Korean_2.7.0.zip) 36 | -------------------------------------------------------------------------------- /Version 2.8.0.md: -------------------------------------------------------------------------------- 1 | # Version 2.8.0 2 | 3 | ###### Pre-Install Section 4 | [Game Data from 2.6.0 to 2.8.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.6.0_2.8.0_hdiff_CmcT2Qur7R3tM0hU.zip) 5 | 6 | [Audio CN from 2.6.0 to 2.8.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.6.0_2.8.0_hdiff_s8EPzuG5wiTS4q3o.zip) 7 | 8 | [Audio EN from 2.6.0 to 2.8.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.6.0_2.8.0_hdiff_PLEAWdHpRrBMkYIc.zip) 9 | 10 | [Audio JP from 2.6.0 to 2.8.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.6.0_2.8.0_hdiff_pWurcwZs9FYNgxE8.zip) 11 | 12 | [Audio KO from 2.6.0 to 2.8.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.6.0_2.8.0_hdiff_nYO46PmHztpgDBJZ.zip) 13 | 14 |
15 | 16 | [Game Data from 2.7.0 to 2.8.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.7.0_2.8.0_hdiff_JvqEs0RiP9OrAbY7.zip) 17 | 18 | [Audio CN from 2.7.0 to 2.8.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.7.0_2.8.0_hdiff_r7VPXQ36dRabwK2s.zip) 19 | 20 | [Audio EN from 2.7.0 to 2.8.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.7.0_2.8.0_hdiff_UXsOvlyKdAijwHhI.zip) 21 | 22 | [Audio JP from 2.7.0 to 2.8.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.7.0_2.8.0_hdiff_ozU04InEe5NDf9RJ.zip) 23 | 24 | [Audio KO from 2.7.0 to 2.8.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.7.0_2.8.0_hdiff_YB9GdcHPnj4KisZo.zip) 25 | 26 | ###### Full Install Section 27 | [Game Data 2.8.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220625012443_r2qBGYstD0u3Q9xK/GenshinImpact_2.8.0.zip) 28 | 29 | [Audio CN 2.8.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220625012443_r2qBGYstD0u3Q9xK/Audio_Chinese_2.8.0.zip) 30 | 31 | [Audio EN 2.8.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220625012443_r2qBGYstD0u3Q9xK/Audio_English(US)_2.8.0.zip) 32 | 33 | [Audio JP 2.8.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220625012443_r2qBGYstD0u3Q9xK/Audio_Japanese_2.8.0.zip) 34 | 35 | [Audio KO 2.8.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220625012443_r2qBGYstD0u3Q9xK/Audio_Korean_2.8.0.zip) 36 | -------------------------------------------------------------------------------- /Version 3.0.0.md: -------------------------------------------------------------------------------- 1 | # Version 3.0.0 2 | 3 | ###### Pre-Install Section 4 | [Game Data from 2.7.0 to 3.0.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.7.0_3.0.0_hdiff_b1u9GtgJhTUPryIL.zip) 5 | 6 | [Audio CN from 2.7.0 to 3.0.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.7.0_3.0.0_hdiff_0XJTgBrkQN1lsFUW.zip) 7 | 8 | [Audio EN from 2.7.0 to 3.0.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.7.0_3.0.0_hdiff_DIWRaXKtUSpPMQ0z.zip) 9 | 10 | [Audio JP from 2.7.0 to 3.0.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.7.0_3.0.0_hdiff_6jJPH9SyWtqAC01n.zip) 11 | 12 | [Audio KO from 2.7.0 to 3.0.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.7.0_3.0.0_hdiff_kcoyYRQpLqT61zth.zip) 13 | 14 |
15 | 16 | [Game Data from 2.8.0 to 3.0.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.8.0_3.0.0_hdiff_5eW7vzqQBEwmrVCi.zip) 17 | 18 | [Audio CN from 2.8.0 to 3.0.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.8.0_3.0.0_hdiff_lUMQXapY5jnDKokJ.zip) 19 | 20 | [Audio EN from 2.8.0 to 3.0.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.8.0_3.0.0_hdiff_6yWlQX5NphSDHovf.zip) 21 | 22 | [Audio JP from 2.8.0 to 3.0.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.8.0_3.0.0_hdiff_FiYR9adhksO62VcZ.zip) 23 | 24 | [Audio KO from 2.8.0 to 3.0.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.8.0_3.0.0_hdiff_rckI0qyC8V3xBaep.zip) 25 | 26 | ###### Full Install Section 27 | [Game Data 3.0.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220815143807_dyIghvy1b5fjfzHU/GenshinImpact_3.0.0.zip) 28 | 29 | [Audio CN 3.0.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220815143807_dyIghvy1b5fjfzHU/Audio_Chinese_3.0.0.zip) 30 | 31 | [Audio EN 3.0.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220815143807_dyIghvy1b5fjfzHU/Audio_English(US)_3.0.0.zip) 32 | 33 | [Audio JP 3.0.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220815143807_dyIghvy1b5fjfzHU/Audio_Japanese_3.0.0.zip) 34 | 35 | [Audio KO 3.0.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220815143807_dyIghvy1b5fjfzHU/Audio_Korean_3.0.0.zip) 36 | -------------------------------------------------------------------------------- /Version 3.1.0.md: -------------------------------------------------------------------------------- 1 | # Version 3.1.0 2 | 3 | ###### Pre-Install Section 4 | [Game Data from 2.8.0 to 3.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_2.8.0_3.1.0_hdiff_vQp41GPwdscT3UxV.zip) 5 | 6 | [Audio CN from 2.8.0 to 3.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_2.8.0_3.1.0_hdiff_xfwy75Z1dKCN6sEu.zip) 7 | 8 | [Audio EN from 2.8.0 to 3.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_2.8.0_3.1.0_hdiff_Potvg1euXns4a5WK.zip) 9 | 10 | [Audio JP from 2.8.0 to 3.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_2.8.0_3.1.0_hdiff_SFedYgkphMqGvtWZ.zip) 11 | 12 | [Audio KO from 2.8.0 to 3.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_2.8.0_3.1.0_hdiff_FpEC0r5WxkMgD1cN.zip) 13 | 14 |
15 | 16 | [Game Data from 3.0.0 to 3.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_3.0.0_3.1.0_hdiff_JajVqm1LS2G5Wd3g.zip) 17 | 18 | [Audio CN from 3.0.0 to 3.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_3.0.0_3.1.0_hdiff_MZkPImOajGWFoehp.zip) 19 | 20 | [Audio EN from 3.0.0 to 3.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_3.0.0_3.1.0_hdiff_J254a8oHvQTGMwu3.zip) 21 | 22 | [Audio JP from 3.0.0 to 3.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_3.0.0_3.1.0_hdiff_3NZcVbSxzvXgMaq9.zip) 23 | 24 | [Audio KO from 3.0.0 to 3.1.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_3.0.0_3.1.0_hdiff_AhytWDJvIYoPU9nZ.zip) 25 | 26 | ###### Full Install Section 27 | [Game Data 3.1.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220917165430_NyMmj1Ta9KlZKgCZ/GenshinImpact_3.1.0.zip) 28 | 29 | [Audio CN 3.1.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220917165430_NyMmj1Ta9KlZKgCZ/Audio_Chinese_3.1.0.zip) 30 | 31 | [Audio EN 3.1.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220917165430_NyMmj1Ta9KlZKgCZ/Audio_English(US)_3.1.0.zip) 32 | 33 | [Audio JP 3.1.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220917165430_NyMmj1Ta9KlZKgCZ/Audio_Japanese_3.1.0.zip) 34 | 35 | [Audio KO 3.1.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20220917165430_NyMmj1Ta9KlZKgCZ/Audio_Korean_3.1.0.zip) 36 | -------------------------------------------------------------------------------- /Version 3.2.0.md: -------------------------------------------------------------------------------- 1 | # Version 3.2.0 2 | 3 | ###### Pre-Install Section 4 | [Game Data from 3.0.0 to 3.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_3.0.0_3.2.0_hdiff_0XM45IeyvRhgYCLj.zip) 5 | 6 | [Audio CN from 3.0.0 to 3.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_3.0.0_3.2.0_hdiff_1n6f7JSmpBiHOvz8.zip) 7 | 8 | [Audio EN from 3.0.0 to 3.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_3.0.0_3.2.0_hdiff_ZkinY2VSEILsuAwq.zip) 9 | 10 | [Audio JP from 3.0.0 to 3.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_3.0.0_3.2.0_hdiff_vchfdp38qJjbgTPz.zip) 11 | 12 | [Audio KO from 3.0.0 to 3.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_3.0.0_3.2.0_hdiff_WuHL2AB9UVvayFsl.zip) 13 | 14 |
15 | 16 | [Game Data from 3.1.0 to 3.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_3.1.0_3.2.0_hdiff_3B7InFiY1SDdN8Lv.zip) 17 | 18 | [Audio CN from 3.1.0 to 3.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_3.1.0_3.2.0_hdiff_R8oNZkyzjwxYFGCQ.zip) 19 | 20 | [Audio EN from 3.1.0 to 3.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_3.1.0_3.2.0_hdiff_ezXCZESyB4JuGs5g.zip) 21 | 22 | [Audio JP from 3.1.0 to 3.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_3.1.0_3.2.0_hdiff_mHfx98gkNpB36szQ.zip) 23 | 24 | [Audio KO from 3.1.0 to 3.2.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_3.1.0_3.2.0_hdiff_dZwqgxaJQusz5e7E.zip) 25 | 26 | ###### Full Install Section 27 | [Game Data 3.2.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20221024103618_h2e3o3zijYKEqHnQ/GenshinImpact_3.2.0.zip) 28 | 29 | [Audio CN 3.2.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20221024103618_h2e3o3zijYKEqHnQ/Audio_Chinese_3.2.0.zip) 30 | 31 | [Audio EN 3.2.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20221024103618_h2e3o3zijYKEqHnQ/Audio_English(US)_3.2.0.zip) 32 | 33 | [Audio JP 3.2.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20221024103618_h2e3o3zijYKEqHnQ/Audio_Japanese_3.2.0.zip) 34 | 35 | [Audio KO 3.2.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20221024103618_h2e3o3zijYKEqHnQ/Audio_Korean_3.2.0.zip) 36 | -------------------------------------------------------------------------------- /Version 3.3.0.md: -------------------------------------------------------------------------------- 1 | # Version 3.3.0 2 | 3 | ###### Pre-Install Section 4 | [Game Data from 3.1.0 to 3.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_3.1.0_3.3.0_hdiff_IGL1F0SYrChkDmvf.zip) 5 | 6 | [Audio CN from 3.1.0 to 3.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_3.1.0_3.3.0_hdiff_LSgFINh859GtE0fp.zip) 7 | 8 | [Audio EN from 3.1.0 to 3.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_3.1.0_3.3.0_hdiff_IAkYRNMdX7OrEaHS.zip) 9 | 10 | [Audio JP from 3.1.0 to 3.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_3.1.0_3.3.0_hdiff_nYG9Lxsc5EUWXyrT.zip) 11 | 12 | [Audio KO from 3.1.0 to 3.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_3.1.0_3.3.0_hdiff_zkv4RZ7Y5jfPGauO.zip) 13 | 14 |
15 | 16 | [Game Data from 3.2.0 to 3.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/game_3.2.0_3.3.0_hdiff_fiuTl2cLqp198WVG.zip) 17 | 18 | [Audio CN from 3.2.0 to 3.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/zh-cn_3.2.0_3.3.0_hdiff_Y7EPh3tBmMbfwWac.zip) 19 | 20 | [Audio EN from 3.2.0 to 3.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/en-us_3.2.0_3.3.0_hdiff_Mtg67G54pwYTnuEA.zip) 21 | 22 | [Audio JP from 3.2.0 to 3.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ja-jp_3.2.0_3.3.0_hdiff_DE9YUdTvyOecHkih.zip) 23 | 24 | [Audio KO from 3.2.0 to 3.3.0](https://autopatchhk.yuanshen.com/client_app/update/hk4e_global/10/ko-kr_3.2.0_3.3.0_hdiff_jfd7VWceoaE0A4uB.zip) 25 | 26 | ###### Full Install Section 27 | [Game Data 3.3.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20221128113321_cOH1qEM6iRagjJC6/GenshinImpact_3.3.0.zip) 28 | 29 | [Audio CN 3.3.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20221128113321_cOH1qEM6iRagjJC6/Audio_Chinese_3.3.0.zip) 30 | 31 | [Audio EN 3.3.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20221128113321_cOH1qEM6iRagjJC6/Audio_English(US)_3.3.0.zip) 32 | 33 | [Audio JP 3.3.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20221128113321_cOH1qEM6iRagjJC6/Audio_Japanese_3.3.0.zip) 34 | 35 | [Audio KO 3.3.0](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20221128113321_cOH1qEM6iRagjJC6/Audio_Korean_3.3.0.zip) 36 | -------------------------------------------------------------------------------- /getfromapi.php: -------------------------------------------------------------------------------- 1 | "https://sdk-os-static.mihoyo.com/hk4e_global/mdk/launcher/api/resource?channel_id=1&key=gcStgarh&launcher_id=10&sub_channel_id=0", 9 | CURLOPT_RETURNTRANSFER => true, 10 | CURLOPT_MAXREDIRS => 10, 11 | CURLOPT_TIMEOUT => 30, 12 | CURLOPT_FOLLOWLOCATION => true, 13 | CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, 14 | CURLOPT_CUSTOMREQUEST => "GET", 15 | ) 16 | ); 17 | 18 | $ResponcURL = json_decode(curl_exec($curl), true); 19 | 20 | curl_close($curl); 21 | 22 | // PEMBATAS 23 | 24 | $CekAPI = array(); 25 | 26 | if ($ResponcURL['message'] != "OK") { 27 | $CekAPI['name'] = 'Genshin Impact Data Links'; 28 | $CekAPI['site'] = 'genshin.mihoyo.com'; 29 | $CekAPI['error'] = true; 30 | $CekAPI['message'] = 'Error fetching from API'; 31 | print_r(json_encode($CekAPI)); 32 | } else { 33 | $CekAPI['name'] = 'Genshin Impact Data Links'; 34 | $CekAPI['site'] = 'genshin.mihoyo.com'; 35 | $CekAPI['error'] = false; 36 | $CekAPI['message'] = 'success'; 37 | 38 | // PEMBATAS 39 | 40 | $DataGameTerbaru = array( 41 | 'version' => $ResponcURL['data']['game']['latest']['version'], 42 | 'path' => $ResponcURL['data']['game']['latest']['path'], 43 | 'md5' => $ResponcURL['data']['game']['latest']['md5'], 44 | ); 45 | 46 | $DataSuaraTerbaru = array(); 47 | foreach ($ResponcURL['data']['game']['latest']['voice_packs'] as $k => $v) { 48 | $DataSuaraTerbaru['voice_packs'][$k]['language'] = $ResponcURL['data']['game']['latest']['voice_packs'][$k]['language']; 49 | $DataSuaraTerbaru['voice_packs'][$k]['name'] = $ResponcURL['data']['game']['latest']['voice_packs'][$k]['name']; 50 | $DataSuaraTerbaru['voice_packs'][$k]['path'] = $ResponcURL['data']['game']['latest']['voice_packs'][$k]['path']; 51 | $DataSuaraTerbaru['voice_packs'][$k]['md5'] = $ResponcURL['data']['game']['latest']['voice_packs'][$k]['md5']; 52 | }; 53 | 54 | $GabungGameSuaraTerbaru = array( 55 | 'latest' => array_merge($DataGameTerbaru, $DataSuaraTerbaru), 56 | ); 57 | 58 | $DataUpgradeTerbaru = array(); 59 | foreach ($ResponcURL['data']['game']['diffs'] as $k0 => $v0) { 60 | $DataUpgradeTerbaru[$k0]['version'] = $ResponcURL['data']['game']['diffs'][$k0]['version']; 61 | $DataUpgradeTerbaru[$k0]['name'] = $ResponcURL['data']['game']['diffs'][$k0]['name']; 62 | $DataUpgradeTerbaru[$k0]['path'] = $ResponcURL['data']['game']['diffs'][$k0]['path']; 63 | $DataUpgradeTerbaru[$k0]['md5'] = $ResponcURL['data']['game']['diffs'][$k0]['md5']; 64 | foreach ($ResponcURL['data']['game']['diffs'][$k0]['voice_packs'] as $k1 => $v1) { 65 | $DataUpgradeTerbaru[$k0]['voice_packs'][$k1]['language'] = $ResponcURL['data']['game']['diffs'][$k0]['voice_packs'][$k1]['language']; 66 | $DataUpgradeTerbaru[$k0]['voice_packs'][$k1]['name'] = $ResponcURL['data']['game']['diffs'][$k0]['voice_packs'][$k1]['name']; 67 | $DataUpgradeTerbaru[$k0]['voice_packs'][$k1]['path'] = $ResponcURL['data']['game']['diffs'][$k0]['voice_packs'][$k1]['path']; 68 | $DataUpgradeTerbaru[$k0]['voice_packs'][$k1]['md5'] = $ResponcURL['data']['game']['diffs'][$k0]['voice_packs'][$k1]['md5']; 69 | } 70 | } 71 | 72 | $GabungDataUpgradeTerbaru = array( 73 | 'diffs' => array_merge($DataUpgradeTerbaru), 74 | ); 75 | 76 | $GabungDataUpgradeTerbaru = array( 77 | 'game' => array_merge($GabungGameSuaraTerbaru, $GabungDataUpgradeTerbaru) 78 | ); 79 | 80 | // PEMBATAS 81 | 82 | $DataPlugin = array(); 83 | foreach ($ResponcURL['data']['plugin']['plugins'] as $k => $v) { 84 | $DataPlugin['plugins'][$k]['name'] = $ResponcURL['data']['plugin']['plugins'][$k]['name']; 85 | $DataPlugin['plugins'][$k]['path'] = $ResponcURL['data']['plugin']['plugins'][$k]['path']; 86 | $DataPlugin['plugins'][$k]['md5'] = $ResponcURL['data']['plugin']['plugins'][$k]['md5']; 87 | } 88 | 89 | $GabungPlugin = array( 90 | 'plugin' => $DataPlugin 91 | ); 92 | 93 | // PEMBATAS 94 | 95 | $DataGamePraUnduh = array( 96 | 'version' => $ResponcURL['data']['pre_download_game']['latest']['version'], 97 | 'path' => $ResponcURL['data']['pre_download_game']['latest']['path'], 98 | 'md5' => $ResponcURL['data']['pre_download_game']['latest']['md5'], 99 | ); 100 | 101 | $DataSuaraPraUnduh = array(); 102 | foreach ($ResponcURL['data']['pre_download_game']['latest']['voice_packs'] as $k => $v) { 103 | $DataSuaraPraUnduh['voice_packs'][$k]['language'] = $ResponcURL['data']['pre_download_game']['latest']['voice_packs'][$k]['language']; 104 | $DataSuaraPraUnduh['voice_packs'][$k]['name'] = $ResponcURL['data']['pre_download_game']['latest']['voice_packs'][$k]['name']; 105 | $DataSuaraPraUnduh['voice_packs'][$k]['path'] = $ResponcURL['data']['pre_download_game']['latest']['voice_packs'][$k]['path']; 106 | $DataSuaraPraUnduh['voice_packs'][$k]['md5'] = $ResponcURL['data']['pre_download_game']['latest']['voice_packs'][$k]['md5']; 107 | }; 108 | 109 | $DataPraUnduh = array(); 110 | foreach ($ResponcURL['data']['pre_download_game']['diffs'] as $k0 => $v0) { 111 | $DataPraUnduh[$k0]['version'] = $ResponcURL['data']['pre_download_game']['diffs'][$k0]['version']; 112 | $DataPraUnduh[$k0]['name'] = $ResponcURL['data']['pre_download_game']['diffs'][$k0]['name']; 113 | $DataPraUnduh[$k0]['path'] = $ResponcURL['data']['pre_download_game']['diffs'][$k0]['path']; 114 | $DataPraUnduh[$k0]['md5'] = $ResponcURL['data']['pre_download_game']['diffs'][$k0]['md5']; 115 | foreach ($ResponcURL['data']['pre_download_game']['diffs'][$k0]['voice_packs'] as $k1 => $v1) { 116 | $DataPraUnduh[$k0]['voice_packs'][$k1]['language'] = $ResponcURL['data']['pre_download_game']['diffs'][$k0]['voice_packs'][$k1]['language']; 117 | $DataPraUnduh[$k0]['voice_packs'][$k1]['name'] = $ResponcURL['data']['pre_download_game']['diffs'][$k0]['voice_packs'][$k1]['name']; 118 | $DataPraUnduh[$k0]['voice_packs'][$k1]['path'] = $ResponcURL['data']['pre_download_game']['diffs'][$k0]['voice_packs'][$k1]['path']; 119 | $DataPraUnduh[$k0]['voice_packs'][$k1]['md5'] = $ResponcURL['data']['pre_download_game']['diffs'][$k0]['voice_packs'][$k1]['md5']; 120 | } 121 | } 122 | 123 | $GabungDataPraUnduh = array( 124 | 'diffs' => array_merge($DataPraUnduh), 125 | ); 126 | 127 | $GabungGameSuaraPraUnduh = array( 128 | 'pre_download_game' => array_merge($DataGamePraUnduh, $DataSuaraPraUnduh, $GabungDataPraUnduh), 129 | ); 130 | 131 | // PEMBATAS 132 | 133 | $GabungSemua = array( 134 | 'data' => array_merge($GabungDataUpgradeTerbaru, $GabungPlugin, $GabungGameSuaraPraUnduh), 135 | ); 136 | 137 | // PEMBATAS 138 | 139 | $Hasil = array_merge($GabungSemua); 140 | print_r(json_encode($Hasil)); 141 | } 142 | --------------------------------------------------------------------------------