Difference between revisions of "Haunted Museum"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 27: | Line 27: | ||
</syntaxhighlight>  | </syntaxhighlight>  | ||
* Setup [[nomousy]] to hide the mouse cursor in game  | * Setup [[nomousy]] to hide the mouse cursor in game  | ||
| − | * Setup [[Demulshooter]]  | + | * Setup [[Demulshooter|DemulShooter]]  | 
| − | |||
| − | |||
==Downloads==  | ==Downloads==  | ||
===Nomousy===  | ===Nomousy===  | ||
Download from [https://drive.google.com/file/d/1NF000s2SaNB-qvDDJOOnZgdzXcybbhaW/view?usp=sharing Google Drive]  | Download from [https://drive.google.com/file/d/1NF000s2SaNB-qvDDJOOnZgdzXcybbhaW/view?usp=sharing Google Drive]  | ||
| − | ===  | + | ===DemulShooter===  | 
Download from the [https://github.com/argonlefou/DemulShooter/releases DemulShooter GitHub page]  | Download from the [https://github.com/argonlefou/DemulShooter/releases DemulShooter GitHub page]  | ||
==Launch Script==  | ==Launch Script==  | ||
| − | Example Batch   | + | Example Batch file text:<syntaxhighlight lang="batch">  | 
Start "C:\DEMULSHOOTER DIR\DemulShooter.exe" -target=ttx -rom=hmuseum  | Start "C:\DEMULSHOOTER DIR\DemulShooter.exe" -target=ttx -rom=hmuseum  | ||
Revision as of 11:20, 3 January 2023
Panic Museum, known in Japan as Haunted Museum is a 2009 Taito game running on their Type X hardware.
Setup Guide
- Download the game files.
 - Load up the "museum.ini" file and check that the following lines are set.
 
JVSENABLE 0
GUNENABLE 0
- Setup nomousy to hide the mouse cursor in game
 - Setup DemulShooter
 
Downloads
Nomousy
Download from Google Drive
DemulShooter
Download from the DemulShooter GitHub page
Launch Script
Example Batch file text:
Start "C:\DEMULSHOOTER DIR\DemulShooter.exe" -target=ttx -rom=hmuseum
Start "C:\NOMOUSY DIR\nomousy.exe" /hide
start /wait "C:\HAUNTED MUSEUM DIR\HauntedMuseum\game.exe"
Start "C:\NOMOUSY DIR\nomousy.exe"
