Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Mu Mobile [Help] Origin 7.x (HHExtreme) how to push updates to APK client?

Newbie Spellweaver
Joined
Apr 28, 2014
Messages
86
Reaction score
28
I've read the release thread over two times, testing back and forth but I cannot get it to work. And the help or replies I've seen both here and under the HHExtreme release thread aren't really that descreptive. I'm posting here as a last resort.

The game updates at first launch, like it does for everyone I guess. But after that when I want to change an image in the APK or one of the .smali files, unity3d file or whatever; I haven o idea on how to push it.

People say to update version.xml, index.xml etc, and I've tried but nothing happens when I start the game, it doesn't "download" my updates.

What everyone says is basically,

1. Update version.xml in the folder "C:\MuOrigin(HHExtreme)\WWW\IIS\t01\Version\Android\TTGALogin" Edit:

Code:
<Application VerText="Beta 1" VerCode="20171101" />
	<Resource VerText="Beta 1" VerCode="201851180" />
  <PackageType IsMiniPack="true" />

Change: <Resource VerText="Beta 1" VerCode="201851180" /> by adding +1 number on 201851180 so it would be 201851181

2. Update index.xml in folder "C:\MuOrigin(HHExtreme)\WWW\IIS\t01\Update\Android"

Edit this code below:

Code:
<?xml version="1.0" encoding="utf-8"?>
<Files>
  <File ID="0" Name="GameSite/10/GameRes.unity3d" FileSize="2438190" CRC32="35988077114281" />
  <File ID="1" Name="GameSite/10/GameRes_VO.unity3d" FileSize="231684" CRC32="1315398200" />
  <File ID="2" Name="GameSite/10/Map.unity3d" FileSize="101893" CRC32="228145260" />
  <File ID="3" Name="GameSite/10/ServerRes/1/IsolateRes.unity3d" FileSize="61529" CRC32="1967121222" />
  <File ID="4" Name="GameSite/10/ServerRes/1/IsolateRes_VO.unity3d" FileSize="87190" CRC32="4167425633" />  
</Files>

But what exactly am I supposed to edit here? People say "change the CRC32 and FileSize by adding +1"
However where am I to put the files I want to have updated? How am I to change the file above?

Could someone please give me an example of how to update for instance the GameRes.unity3d > Language.xml? Step by step? I'm sure this would help others as well.

Best regards.
 
Newbie Spellweaver
Joined
Jan 20, 2013
Messages
50
Reaction score
7
and i too don't know where i am confusing.. it happened to me once just by restarting my computer...

add your new update in C:\MuOrigin(HHExtreme)\WWW\IIS\t01\Update\Android\ZIP "assets039.rar" winrar file!

 
Upvote 0
Newbie Spellweaver
Joined
Dec 24, 2019
Messages
21
Reaction score
0
Could someone please give me an example of how to update for instance the GameRes.unity3d > Language.xml? Step by step? I'm sure this would help others as well. Best regards.
I always run UnityEX and click "Open Archive Unity" to open GameRes.unity3d then select Language.xml by mouse's right button then chose export. After finish exporting, I modify Language.xml in Unity_Assets_Files\\GameRes\... And when everything Okie, I click on Import all file of UnityEX, then wait for complete to done. Hope help you a bit.
 
Upvote 0
Initiate Mage
Joined
Apr 25, 2009
Messages
1
Reaction score
1
I lost count of the hours I have been in it, if you have found a solution please share it. with dnspy unpacking assembly to keep track of functions and understand their structure but achieve nothing yet
 
Upvote 0
Banned
Banned
Joined
Jul 14, 2020
Messages
420
Reaction score
35
Up! Please someone help us. I also did the same way but still nothing happens.
 
Upvote 0
Newbie Spellweaver
Joined
Sep 22, 2022
Messages
28
Reaction score
0
from what I understand you are not doing the apk update? if so, replace the files in the ZIP folder, if you don't have it, I'll upload it for you send a private message
 
Last edited:
Upvote 0
Back
Top