Difference between revisions of "Namco System 2x6"
Meszenator (talk | contribs) |
Meszenator (talk | contribs) m |
||
Line 2: | Line 2: | ||
The power to play some of the top PS2 games with arcade muscle is finally here with Namco System 246/256 support in Teknoparrot via the Play emulator! Enjoy favorites like Time Crisis 3 and 4 in all their full frame, polygon and resolution glory! | The power to play some of the top PS2 games with arcade muscle is finally here with Namco System 246/256 support in Teknoparrot via the Play emulator! Enjoy favorites like Time Crisis 3 and 4 in all their full frame, polygon and resolution glory! | ||
[[File:TC3 Arcade Screen.jpg|thumb|alt=|left]] | [[File:TC3 Arcade Screen.jpg|thumb|alt=|left]] | ||
− | [[File:Cobra Arcade Screen.jpg|thumb]] | + | [[File:Cobra Arcade Screen.jpg|thumb|alt=|left]] |
== SETUP == | == SETUP == |
Revision as of 18:42, 9 August 2025
The power to play some of the top PS2 games with arcade muscle is finally here with Namco System 246/256 support in Teknoparrot via the Play emulator! Enjoy favorites like Time Crisis 3 and 4 in all their full frame, polygon and resolution glory!
SETUP
Files – Download the lates version of Teknoparrot and see the Sinden wiki for Teknoparrot for the complete setup instructions that program
Play Emulator – Once Teknoparrot is setup the Play emulator will be setup and the default settings at 1080p are enough for these games for a proper full screen, but you can increase directly through Play.exe or in the Teknoparrot game settings. Just remember to recalibrate your gun in the Test Menu. •Vulkan is available but doesn’t seem to offer any improvement over OpenGL and actually causes graphics errors for other supported games so I recommend leaving this on OpenGL in Play – Oddly, the game options in Teknoparrot offer Vulkan (on by default) and OpenGSL, but the Vulkan setting here is the lower graphical quality setting (the way OpenGSL usally is relative to vulkan). •Best to leave Play setting on default and toggle the setting in Tenknoparrot to see for your system but for right now, OpenGL between Play and Teknoparrot seems to be optimal
Game Files – Download the lates MAME versions which will include a .zip and folder containing one or more .chd files in the MAME directory. Games work by placing the .zip and the folder with the .chd file (ensuring the folder has the same MAME title as the .zip file but unzipped) in a folder with the exact MAME title and making the .zip your launch file/folder in the TP game settings.
**DO NOT change the name/capitalization of the main game, or any of the other game folders or the games won’t run**
GAMES
Cobra The Arcade
Files: Current MAME cobrata.zip and cbr1-ha.chd (in folder named cobrata) – This is the Japaness and not the world version so pick the appropriate game in TP.
- Place the zip and chd folder in a folder named timecrs3 in your TP games directory
- Calibration will be required on initial setup so ensure you have the Test Menu controls and a second gun configured to clear the calibration menu; setting will be saved on exit for future launches
- See sample script below to launch the game directly with nomousy
NOTE: This game runs really well after some initial slow down at the start but there are lighting errors where you won’t be able to see the screen and will need to use your lock on targeting to clear enemies you can’t see.
Cobra The Arcade World
COMING SOON!!
Time Crisis 3
Files: Current MAME timecrs3.zip and tst1dvd0.chd (in folder named timecrs3)
- Place the zip and chd folder in a folder named timecrs3 in your TP games directory
- Calibration will be required on initial setup so ensure you have the Test Menu controls and a second gun configured to clear the calibration menu; setting will be saved on exit for future launches
- See sample script below to launch the game directly with nomousy
Time Crisis 4
Files: Current MAME timecrs4.zip and tsf1-ha.chd (in folder named timecrs3)
- Place the zip and chd folder in a folder named timecrs4 in your TP games directory
- Calibration will be required on initial setup so ensure you have the Test Menu controls and a second gun configured to clear the calibration menu; setting will be saved on exit for future launches
- See sample script below to launch the game directly with nomousy
NOTE: This game runs but has frame dips throughout with audio issue around speech slow down. There is also a common error half way through level one where you can’t advance in the helicopter
Vampire Night
Files: Current MAME vnight.zip and vpn1cd0.chd (in folder named vpnight)
- Place the zip and chd folder in a folder named vpnight in your TP games directory
- Calibration will be required on initial setup so ensure you have the Test Menu controls and a second gun configured to clear the calibration menu; setting will be saved on exit for future launches
- See sample script below to launch the game directly with nomousy
NOTE: There is some static on one of the main characters voices.
SAMPLE AHK SCRIPT
#SingleInstance Force
Run, C:\TeknoParrot\TeknoParrotUi.exe --profile=timecrs3.xml
Sleep, 7000
Run, C:\nomousy\nomousy.exe /hide
~Esc Up::
Run,taskkill /im "TC3.exe" /F
Run, C:\nomousy\nomousy.exe
Sleep, 500
ExitApp
Return