Difference between revisions of "Mobile Suit Gundam SOZ"

From Sinden Lightgun
Jump to navigation Jump to search
Line 1: Line 1:
[[File:Gundam Spirit of Zeon.png|550x550px|frameless]]
+
{{infobox
 +
|title = Mobile Suit Gundam: Spirits of Zeon
 +
|logo = Gundam Spirit of Zeon.png
 +
|category = Arcade Game
 +
|download =
 +
|license = Commercial
 +
|type = Rail shooter
 +
|developer = Taito
 +
|release = 2009
 +
|players = 1-2 Players
 +
|titleshot = Mobile-suit-gundam-title.webp
 +
|gameplayshot = Mobile-suit-gundam-gameplay.jpg
 +
|note = [[Demulshooter]] required
 +
}}
 +
 
 
<br>
 
<br>
  
Line 5: Line 19:
  
 
==Setup Guide==
 
==Setup Guide==
Download and extract the game files.
+
* Download and extract the game files.
 +
===Compatibility mode===
 +
* Right click the game.exe and click properties
  
Right click the game.exe and click properties
+
* Next click the "compatibility" tab, Enable the check box that says "run this program in compatibility mode for" and select Windows 98 from the drop down underneath.
 +
<br>
  
Next click the "compatibility" tab, Enable the check box that says "run this program in compatibility mode for" and select Windows 98 from the drop down 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.
Next 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
 
Alt+F4 back out of the game
 +
<br>
 +
===Demulshooter setup===
 +
You will now need to install demulshooter if you have not already, if you have not instructions are on the [[Demulshooter]] page.
  
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.
  
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.
 
+
<br>
Next enable the pedals and bind a pedal key then press save config.
 
  
You will also need no mousey to hide the cursor which can be downloaded from [https://drive.google.com/file/d/1NF000s2SaNB-qvDDJOOnZgdzXcybbhaW/view?usp=sharing HERE]
+
===Nomousy===
 +
You will also need [[Nomousy]] to hide the cursor which can be downloaded from [https://drive.google.com/file/d/1NF000s2SaNB-qvDDJOOnZgdzXcybbhaW/view?usp=sharing HERE]
  
 
Extract the Nomousy files to your games root folder.
 
Extract the Nomousy files to your games root folder.
 +
<br>
  
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.
+
===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:
The AHK should look like this:<syntaxhighlight lang="ahk">
+
<br>
 +
<syntaxhighlight lang="ahk">
 
Run,C:\Demulshooter Directory\Demulshooter.exe -target=ttx -rom=gsoz
 
Run,C:\Demulshooter Directory\Demulshooter.exe -target=ttx -rom=gsoz
 
Sleep,500
 
Sleep,500
Line 55: Line 77:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 
+
====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
 
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
  

Revision as of 19:23, 2 January 2023



Arcade Game
License: Commercial
Game info
Developer: Taito
Released: 2009
Players: 1-2 Players
Type: Rail shooter
Mobile-suit-gundam-title.webp
Mobile-suit-gundam-gameplay.jpg
Note: Demulshooter required


Mobile Suit Gundam: Spirits of Zeon is Arcade Light Gun 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
  • Next click the "compatibility" tab, Enable the check box that says "run this program in compatibility mode for" and select Windows 98 from the drop down 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 HERE

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,C:\Demulshooter Directory\Demulshooter.exe -target=ttx -rom=gsoz
Sleep,500
;Run,nomousy.exe /hide
Run,game.exe
sleep,TIME IN SECONDS
send {1 down}
sleep,100
send {1 up}
sleep,500
send !{b}



Esc::
Process,Close,game.exe
Run,taskkill /im "game.exe" /F
run,nomousy.exe
send !{b}
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".
  • As mentioned in the video above, with the nvidia control panel, add a custom resolution of 1280 x 480