Difference between revisions of "Mobile Suit Gundam SOZ"
Line 47: | Line 47: | ||
<br> | <br> | ||
<syntaxhighlight lang="ahk"> | <syntaxhighlight lang="ahk"> | ||
− | Run, | + | Run, "D:\Demulshooter\Demulshooter.exe" -target=ttx -rom=gsoz |
− | sleep,500 | + | sleep, 500 |
− | Run,nomousy.exe /hide | + | Run, D:\nomousy\nomousy.exe /hide |
sleep, 500 | sleep, 500 | ||
− | Run,game.exe | + | Run, "D:\Mobile Suit Gundam SOZ\game.exe" |
− | sleep,TIME IN SECONDS | + | sleep, TIME IN SECONDS |
send {1 down} | send {1 down} | ||
sleep,100 | sleep,100 | ||
Line 62: | Line 62: | ||
Process,Close,game.exe | Process,Close,game.exe | ||
Run,taskkill /im "game.exe" /F | Run,taskkill /im "game.exe" /F | ||
− | + | Run, D:\nomousy\nomousy.exe | |
send !{b} ;removes Sinden border | send !{b} ;removes Sinden border | ||
− | sleep,50 | + | sleep, 50 |
send !{b} | send !{b} | ||
− | sleep,50 | + | sleep, 50 |
ExitApp | ExitApp | ||
return | return |
Revision as of 00:08, 20 January 2023
Mobile Suit Gundam: Spirits of Zeon is an arcade lightgun game based on the Gundam franchise. Notable is that players act as Villain Protagonist, rather than served for E.F.S.F. The game sets around U.C.0079, two main characters, Lieutenant Kurt Roswell & Lieutenant Robin Bradshaw, are above to use their respective Mobile Suits: MS-06 Zaku II, to operate their respective missions given by Zeon.
Setup Guide
- Download and extract the game files.
Compatibility mode
- Right click the game.exe and click Properties
- Click the "Compatibility" tab, enable the check box that says "Run this program in compatibility mode for" and select Windows 98 from the dropdown underneath.
Loading time
- We need to time how long the game takes to load on your system, Load the game.exe and time it in seconds.
Alt+F4 back out of the game
DemulShooter setup
You will now need to install DemulShooter if you have not already, if you have not instructions are on the DemulShooter page.
- Once you have DemulShooter installed open the demulshooter_gui.exe and select Gundam_SOZ from the drop down.
- Enable the pedals and bind a pedal key then press save config.
Nomousy
You will also need Nomousy to hide the cursor which can be downloaded from Google Drive
Extract the Nomousy files to your games root folder.
AHK Launch script
You will now need to edit or create a AHK file to load the game, Instructions on AHK can be found in the AHK page.
The AHK should look like this:
Run, "D:\Demulshooter\Demulshooter.exe" -target=ttx -rom=gsoz
sleep, 500
Run, D:\nomousy\nomousy.exe /hide
sleep, 500
Run, "D:\Mobile Suit Gundam SOZ\game.exe"
sleep, TIME IN SECONDS
send {1 down}
sleep,100
send {1 up}
sleep,500
send !{b} ;loads Sinden border
Esc::
Process,Close,game.exe
Run,taskkill /im "game.exe" /F
Run, D:\nomousy\nomousy.exe
send !{b} ;removes Sinden border
sleep, 50
send !{b}
sleep, 50
ExitApp
return
AHK Script notes
Where it says "sleep,TIME IN SECONDS" put the amount of seconds it took your game to load where 1 second is 1000, eg 10 seconds would be 10000 so it would say sleep,10000
You can also change the exit key from escape if you wish.
Once you are done you will need to compile the Script, To do this just right click the AHK file and press on "compile script"
Then right click the newly compiled AHK, select Properties and navigate to the Compatibility tab.
Next select "Run as administrator".
Once done you can run the game from this executable.
The Test menu can be accessed using the "F2" key.
2 Player Setup
To get 'Mobile Suit Gundam Spirits Of Zeon' 2 player working, you will need to:-
- Find the file "3 - Gundam SvPatch Dummy Data.rar" off the internet (Google search)
- Use the 'dual screen' version of game.exe (do not rename this file)
- The Command for DemulShooter is "DemulShooter.exe -target=ttx -rom=gsoz2p"
- Add a custom resolution of 1280 x 480 using your graphics card software