Difference between revisions of "Silent Scope Complete"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (Created page with "'''''Silent Scope Complete''''' is a compilation of the Silent Scope video game series developed by Konami and is playable on the CXBX-Reloaded emulator.  * Silent Scope (<now...")  | 
				|||
| Line 1: | Line 1: | ||
'''''Silent Scope Complete''''' is a compilation of the Silent Scope video game series developed by Konami and is playable on the CXBX-Reloaded emulator.  | '''''Silent Scope Complete''''' is a compilation of the Silent Scope video game series developed by Konami and is playable on the CXBX-Reloaded emulator.  | ||
| + | <br>  | ||
* Silent Scope (<nowiki><code>ss1.xbe</code></nowiki>) has graphical issues  | * Silent Scope (<nowiki><code>ss1.xbe</code></nowiki>) has graphical issues  | ||
* '''Silent Scope 2''' (<nowiki><code>ss2.xbe</code></nowiki>) '''is playable'''  | * '''Silent Scope 2''' (<nowiki><code>ss2.xbe</code></nowiki>) '''is playable'''  | ||
* Silent Scope 3 (<nowiki><code>ss2.xbe</code></nowiki>) has a scope/zoom bug  | * Silent Scope 3 (<nowiki><code>ss2.xbe</code></nowiki>) has a scope/zoom bug  | ||
| + | <br>  | ||
== Required Files ==  | == Required Files ==  | ||
| Line 11: | Line 13: | ||
* Download [https://www.autohotkey.com/ AutoHotkey website]  | * Download [https://www.autohotkey.com/ AutoHotkey website]  | ||
| + | <br>  | ||
== Installation ==  | == Installation ==  | ||
Extract Cxbx-Reloaded to a folder of your choosing. (e.g. <nowiki><code>D:\Cxbx-Reloaded\</code></nowiki>)  | Extract Cxbx-Reloaded to a folder of your choosing. (e.g. <nowiki><code>D:\Cxbx-Reloaded\</code></nowiki>)  | ||
| + | <br>  | ||
=== Configure Buttons ===  | === Configure Buttons ===  | ||
''Settings''  >  ''Config Input''  >  Port 1  =  ''EMS Top Gun II''  >  ''Configure''  | ''Settings''  >  ''Config Input''  >  Port 1  =  ''EMS Top Gun II''  >  ''Configure''  | ||
| Line 24: | Line 28: | ||
[[File:Silent Scope Button Configuration.png|none|thumb|Silent Scope Button Configuration]]  | [[File:Silent Scope Button Configuration.png|none|thumb|Silent Scope Button Configuration]]  | ||
| + | <br>  | ||
=== Video Settings to Maintain 4:3 Aspect Ratio ===  | === Video Settings to Maintain 4:3 Aspect Ratio ===  | ||
''Settings''  >  ''Config Video''  | ''Settings''  >  ''Config Video''  | ||
| Line 31: | Line 36: | ||
* Disable ''Use Exclusive Fullscreen Mode''  | * Disable ''Use Exclusive Fullscreen Mode''  | ||
| + | <br>  | ||
== Sample AHK Script ==  | == Sample AHK Script ==  | ||
<syntaxhighlight lang="ahk">  | <syntaxhighlight lang="ahk">  | ||
| Line 43: | Line 49: | ||
</syntaxhighlight>  | </syntaxhighlight>  | ||
| + | <br>  | ||
== Troubleshooting ==  | == Troubleshooting ==  | ||
Calibrate in the Silent Scope 2 Options menu if your aim is off.  | Calibrate in the Silent Scope 2 Options menu if your aim is off.  | ||
| Line 51: | Line 58: | ||
* ''Settings''  >  ''EEPROM configuration''  >  Enable NTSC 720p and NTSC 1080i  | * ''Settings''  >  ''EEPROM configuration''  >  Enable NTSC 720p and NTSC 1080i  | ||
| + | <br>  | ||
Revision as of 07:58, 16 December 2022
Silent Scope Complete is a compilation of the Silent Scope video game series developed by Konami and is playable on the CXBX-Reloaded emulator.
- Silent Scope (<code>ss1.xbe</code>) has graphical issues
 - Silent Scope 2 (<code>ss2.xbe</code>) is playable
 - Silent Scope 3 (<code>ss2.xbe</code>) has a scope/zoom bug
 
Required Files
- Download CXBX-Reloaded emulator from GitHub
 - This guide was created using Cxbx-Reloaded Build CI-3e5272d
 - Download AutoHotkey website
 
Installation
Extract Cxbx-Reloaded to a folder of your choosing. (e.g. <code>D:\Cxbx-Reloaded\</code>)
Configure Buttons
Settings > Config Input > Port 1 = EMS Top Gun II > Configure
- Hold Shift key and right-click on <code>Axis Y+</code> to change it to <code>Cursor Y+</code>
 - Grip = Brings up the scope
 - Laser = Toggles the red dot on/off
 
Video Settings to Maintain 4:3 Aspect Ratio
Settings > Config Video
- Render Resolution = 1x (Native)
 - Enable Maintain Aspect Ratio
 - Disable Use Exclusive Fullscreen Mode
 
Sample AHK Script
Run, D:\Cxbx-Reloaded\cxbx.exe /load "D:\Cxbx-Reloaded\Silent Scope Complete\ss2.xbe"
sleep, 1000
Send !{Enter}   ;Send ALT+Enter to make it fullscreen
$Esc::
    Send !{f4}   ;Send ALT+F4 to close the emulator
    ExitApp
return
Troubleshooting
Calibrate in the Silent Scope 2 Options menu if your aim is off.
- Options > Controller > Lightgun Calibration
 
If CXBX-R is crashing, try enabling both NTSC 720p and NTSC 1080i
- Settings > EEPROM configuration > Enable NTSC 720p and NTSC 1080i