• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Mu Mobile Mu Chinese 8.3 English GamePanel/InGameMenu |Partial FIX|

Newbie Spellweaver
Joined
Sep 3, 2020
Messages
62
Reaction score
8
I managed to partially fix GamePanel in Mu Origin Ch 8.3
Sections as Attribute1 and Attribute2 are broken or freezes the client for some reason. The rest is working as expected.


How to install:

  1. Open DnSpy
  2. Look for PlayZone
  3. Open the Brackets "{}" and search for OnGUI method
  4. Download the Fix in;
  5. Copy the Fix's content
  6. Open OnGUI method in DnSpy and replace everything with the Fix's content you copied before.

Extra info:
I changed some buttons like:
  • strenghten = Enhance
  • Append = Options
  • Honor = Fame
  • Magic crystals = Gem
In general, I changed it to Mu Origin's english language.


Button edition:
You can change "OpenMenu" button's position in OnGUI editing this line:

if (GUI.Button (new Rect (X position,Y position,Size X,Size Y), "Name of the Button"))


Tell me if you manage to fix Attribute1 and Attribute2 sections that I named to BUGERROR in the menu, so that it will be 100% fixed.
 
Initiate Mage
Joined
Apr 3, 2021
Messages
3
Reaction score
0
Can you solve the problem of Mu Origin not running on Android 11 version?
 
Newbie Spellweaver
Joined
Sep 3, 2020
Messages
62
Reaction score
8
Can you solve the problem of Mu Origin not running on Android 11 version?
I need more information. What warning is the game showing? Did you install Rocklee's Mu AutoInstaller in a virtual machine?
 
Initiate Mage
Joined
Apr 3, 2021
Messages
3
Reaction score
0
The Android 11 mobile phone Mu Origin is loaded indefinitely. I don't know the solution.
 
Newbie Spellweaver
Joined
Apr 6, 2005
Messages
25
Reaction score
0
How can recompile method.
I've got error on compile it! Untitled - Mu Chinese 8.3 English GamePanel/InGameMenu |Partial FIX| - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 3, 2020
Messages
62
Reaction score
8
You have to change that line:

Original:

... ,global::UnityEngine.Vector3 pos)

Modded: (... string message, UnityEngine.Vector3 pos, ...)


You have to move that Vector3 and delete global::


and if it doesnt work you can delete ShowWeiGuiJingGao
 
Back
Top