MiSide
eeep Jan 19 @ 11:38am
Invert Mouse Instructions
I dunno why the devs forgot to add mouse invert option but anyhow you can invert y axis by using Unity Asset Bundle Extractor on globalgamemanagers game file then just export dump InputManager asset, change the bool value for invert under InputAxis data Mouse Y to true. Then import your dump back into InputManager and save the file globalgamemanagers (don't forget to backup your original). Works perfectly. :)
< >
Showing 1-15 of 16 comments
Yammo Jan 19 @ 2:19pm 
Yeah - nuking 25% of player audience like this is nutty.
Thanks for the tip, I'll try this.
Yammo Jan 19 @ 2:46pm 
Worked like a charm!
Fekking TAKE MY POINTS! <3

With one modification:
- I had to save as globalgamemanagers2, because it didn't want to overwrite the globalgamemanagers. (then switch the two files around)

EDIT: One notable drawback is that it mouse-based mini-games are also affected.
Last edited by Yammo; Jan 21 @ 1:44am
Aru Jan 20 @ 3:27pm 
You, sir, are a life saver! This is much better than using third party drivers and apps to do what should've been done by the devs. No disrespect for them, but this is such a simple and basic option that it boggles my mind that some games don't have it.
Yammo Jan 21 @ 2:07am 
2
The explanation was, I guess, not entirely clear for non-tech people,
...so here's a step-by-step:

01: Ensure the game is not running.
02: Download, extract and launch "Unity Asset Bundle Extractor"
https://github.com/SeriousCache/UABE
Download link on the right side under "Releases"
03: Menu File->Open "globalgamemanagers" game file
..\Steam\steamapps\common\MiSide\MiSideFull_Data
04: Find "InputManager" under column "Type"
05: Mark it and click "View Data"(on the right)
06: Navigate the tree down to "InputManager Base"->"vector m_Axes"->"Array Array"
07: Open up the second row (should read [1]) and its s_Name should read "Mouse Y")
08: Find "bool invert" and ensure it reads "true" (double-click to toggle it)
09: Menu File->"Apply and Save All"
10: Save as "globalgamemanagers-mod"(default)
11: Close "Asset Bundle Extractor"
12: Make a backup of your "globalgamemanagers" (move it out of the game directory)
13: Rename your "globalgamemanagers-mod" to "globalgamemanagers"
14: Play the game!
Last edited by Yammo; Jan 26 @ 10:38am
auamoti Jan 25 @ 11:06pm 
Unfortunately UABE isn't working for me on linux, would love if someone could share globalgamemanagers-mod somewhere on the internet. I'll look for some other tool in the meantime
Yammo Jan 26 @ 10:36am 
Originally posted by auamoti:
Unfortunately UABE isn't working for me on linux, would love if someone could share globalgamemanagers-mod somewhere on the internet. I'll look for some other tool in the meantime

An old post on that github suggested that Wine might work for you.
auamoti Jan 26 @ 8:29pm 
i tried wine, proton, and building with cmake. also downloaded unity but wasn't sure how to load a single file instead of a project. hopefully a windows user among my friends will be able to edit the file for me.
Aru Jan 27 @ 4:37am 
Originally posted by auamoti:
i tried wine, proton, and building with cmake. also downloaded unity but wasn't sure how to load a single file instead of a project. hopefully a windows user among my friends will be able to edit the file for me.
I can upload my file if you want but I'm not sure where. Are links to filesharing sites even allowed here?
auamoti Jan 27 @ 2:52pm 
Originally posted by Aru:
I can upload my file if you want but I'm not sure where. Are links to filesharing sites even allowed here?

i looked into linking to downloads, it seems to be ok. would be cool
Aru Jan 27 @ 4:38pm 
2
Originally posted by auamoti:
Originally posted by Aru:
I can upload my file if you want but I'm not sure where. Are links to filesharing sites even allowed here?

i looked into linking to downloads, it seems to be ok. would be cool

https://dropmefiles.com/JXtTf
Hope this works. If not, let me know. ^_^
auamoti Jan 28 @ 6:08pm 
thank you very much
Jetter Jan 29 @ 9:18pm 
Originally posted by auamoti:
Unfortunately UABE isn't working for me on linux, would love if someone could share globalgamemanagers-mod somewhere on the internet. I'll look for some other tool in the meantime
I had the same problem, https://github.com/nesrak1/UABEA is pretty much the same tool but cross-platform. Worked perfectly for me.
felinefan Feb 14 @ 10:34am 
Originally posted by Yammo:
Worked like a charm!
Fekking TAKE MY POINTS! <3

With one modification:
- I had to save as globalgamemanagers2, because it didn't want to overwrite the globalgamemanagers. (then switch the two files around)

EDIT: One notable drawback is that it mouse-based mini-games are also affected.

Anyone know a fix to the minigame issue?
Yammo Feb 14 @ 11:14am 
Originally posted by felinefan:
Originally posted by Yammo:
Worked like a charm!
Fekking TAKE MY POINTS! <3

With one modification:
- I had to save as globalgamemanagers2, because it didn't want to overwrite the globalgamemanagers. (then switch the two files around)

EDIT: One notable drawback is that it mouse-based mini-games are also affected.

Anyone know a fix to the minigame issue?

At least not that I've figured out.
Though, for me the mini games are so limited, that it didn't wreck the experience.
Aru Feb 15 @ 10:22am 
Yes, some mini games are affected by this inversion, but still for me it's much better to struggle a little with simple and infrequent mini games than to struggle with the entire game.
< >
Showing 1-15 of 16 comments
Per page: 1530 50

Date Posted: Jan 19 @ 11:38am
Posts: 16