Difference between revisions of "Fright Fear Land"
(13 intermediate revisions by 3 users not shown) | |||
Line 11: | Line 11: | ||
|titleshot = | |titleshot = | ||
|gameplayshot = ffl-gameplay.jpg | |gameplayshot = ffl-gameplay.jpg | ||
+ | |gamename = Fright Fear Land | ||
+ | |notes = | ||
+ | |||
}} | }} | ||
<br> | <br> | ||
− | |||
'''''Shh...! Welcome to Frightfearland''''', originally released in Japan as '''''Haunted Museum II:''''' '''''Youkoso Gen'ei Yuuenchi he''''' (ホーンテッド ミュージアム II ようこそ幻影遊園地へ), is a 2010 arcade light-gun shooter released for April 2011, and is the second game in the ''Panic Museum'' series. | '''''Shh...! Welcome to Frightfearland''''', originally released in Japan as '''''Haunted Museum II:''''' '''''Youkoso Gen'ei Yuuenchi he''''' (ホーンテッド ミュージアム II ようこそ幻影遊園地へ), is a 2010 arcade light-gun shooter released for April 2011, and is the second game in the ''Panic Museum'' series. | ||
<br> | <br> | ||
Line 23: | Line 25: | ||
* It should come with a patched exe if it does not you will need to download and overwrite the original exe. | * It should come with a patched exe if it does not you will need to download and overwrite the original exe. | ||
− | * Next Download the game patcher to make the game run with | + | * Next Download the game patcher to make the game run with DemulShooter, download from [https://mega.nz/#!lJImwILL!raAPcZkN_ORCp6oVEO2j1ltd4wSSXPl_4pBsCZw7eHc Mega.nz website] |
* Open the newly extracted patcher, select your game.exe in the games directory. | * Open the newly extracted patcher, select your game.exe in the games directory. | ||
Line 32: | Line 34: | ||
* Next you need to load up the "haunted2" ini text file and adjust it so its the same as the ini file example given below. | * Next you need to load up the "haunted2" ini text file and adjust it so its the same as the ini file example given below. | ||
− | |||
− | |||
===Compatibility Mode=== | ===Compatibility Mode=== | ||
Now we need to set the game to compatibility mode | Now we need to set the game to compatibility mode | ||
− | * Right click the game .exe file and select | + | * Right click the game .exe file and select Properties. |
− | * Then go to the | + | * Then go to the Compatibility tab, enable the "Run this program in compatibility mode for" check box in enabled and set it to Windows XP Service pack 3 and press Apply. |
+ | * Compatibility Mode can solve ''MOVIE READ_ERROR'' messages. If the error persists, install the [[Fright_Fear_Land#Codecs_.28if_required.29|'''Codecs''']] below. | ||
===Border=== | ===Border=== | ||
− | You will likely need | + | You will likely need Reshade to apply a border, to do that follow instructions on the [[Reshade]] page. |
− | === | + | ===DemulShooter=== |
− | Finally you can run the game with | + | Finally you can run the game with DemulShooter from the command line. |
− | For instructions on how to use | + | For instructions on how to use and configure DemulShooter, refer to the [[Demulshooter|DemulShooter]] page. |
===Launch bat file=== | ===Launch bat file=== | ||
To create the batch file do the following: | To create the batch file do the following: | ||
− | Within the game folder right click in a blank space to bring up the menu and then highlight "new" then select "text document" this will | + | Within the game folder right click in a blank space to bring up the menu and then highlight "new" then select "text document" this will create a new text file you can name as you wish. |
Load the new text document and then type the following command depending on what your text displayed earlier adjusting the drive/file path to suit: | Load the new text document and then type the following command depending on what your text displayed earlier adjusting the drive/file path to suit: | ||
Line 71: | Line 72: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | + | Go to "File" then "Save As", Give the file a name of your choosing but it MUST end with .bat | |
− | + | e.g. gamename.bat | |
You can now run the game from the batch file. | You can now run the game from the batch file. | ||
+ | |||
+ | === Sample AHK Script: === | ||
+ | Alternatively, you can use an AutoHotkey script to launch the game and DemulShooter.<syntaxhighlight lang="ahk"> | ||
+ | Run, "D:\DemulShooter\DemulShooter.exe" -target=globalvr -rom=fearland, D:\DemulShooter | ||
+ | |||
+ | sleep, 1000 | ||
+ | Run, D:\nomousy\nomousy.exe /hide | ||
+ | |||
+ | sleep, 500 | ||
+ | Run, "D:\Fright Fear Land\game.exe" | ||
+ | |||
+ | 5::s ;Insert Coin | ||
+ | |||
+ | $Esc:: | ||
+ | Process,Close,game.exe | ||
+ | Run,taskkill /im "game.exe" /F | ||
+ | Run, D:\Utilities\nomousy\nomousy.exe | ||
+ | sleep, 500 | ||
+ | ExitApp | ||
+ | return | ||
+ | </syntaxhighlight> | ||
+ | Or<syntaxhighlight lang="ahk"> | ||
+ | Run, "D:\DemulShooter\DemulShooter.exe" -target=ttx -rom=hmuseum2, D:\DemulShooter | ||
+ | |||
+ | sleep, 1000 | ||
+ | Run, D:\nomousy\nomousy.exe /hide | ||
+ | |||
+ | sleep, 500 | ||
+ | Run, "D:\Fright Fear Land\game.exe" | ||
+ | |||
+ | 5::s ;Insert Coin | ||
+ | |||
+ | $Esc:: | ||
+ | Process,Close,game.exe | ||
+ | Run,taskkill /im "game.exe" /F | ||
+ | Run, D:\nomousy\nomousy.exe | ||
+ | sleep, 500 | ||
+ | ExitApp | ||
+ | return | ||
+ | </syntaxhighlight> | ||
==Downloads== | ==Downloads== | ||
===Reshade=== | ===Reshade=== | ||
− | Download from the [https://reshade.me/ | + | Download from the [https://reshade.me/ Reshade website] |
===Codecs (if required)=== | ===Codecs (if required)=== | ||
Line 116: | Line 157: | ||
With the -hardffl option, you'll play by default with the rifle pistol and pressing the change weapon button will make you use the machinegun | With the -hardffl option, you'll play by default with the rifle pistol and pressing the change weapon button will make you use the machinegun | ||
− | * For instructions on setting up DemulShooter and batch files see the [[Demulshooter]] | + | * For instructions on setting up DemulShooter and batch files see the [[Demulshooter|DemulShooter page]] |
[[Category: Arcade_Games]] | [[Category: Arcade_Games]] | ||
[[Category: PC_Based_Arcade_Games]] | [[Category: PC_Based_Arcade_Games]] |
Latest revision as of 11:45, 12 June 2023
Shh...! Welcome to Frightfearland, originally released in Japan as Haunted Museum II: Youkoso Gen'ei Yuuenchi he (ホーンテッド ミュージアム II ようこそ幻影遊園地へ), is a 2010 arcade light-gun shooter released for April 2011, and is the second game in the Panic Museum series.
Setup Guide
Patch install
- Download and Extract the game files.
- It should come with a patched exe if it does not you will need to download and overwrite the original exe.
- Next Download the game patcher to make the game run with DemulShooter, download from Mega.nz website
- Open the newly extracted patcher, select your game.exe in the games directory.
- The patcher will load the exe and display some text underneath TAKE NOTE of what it says either target=globalvr or target ttx you will need it later.
- Now press the patch button, either to keep or remove the crosshairs your choice.
- Next you need to load up the "haunted2" ini text file and adjust it so its the same as the ini file example given below.
Compatibility Mode
Now we need to set the game to compatibility mode
- Right click the game .exe file and select Properties.
- Then go to the Compatibility tab, enable the "Run this program in compatibility mode for" check box in enabled and set it to Windows XP Service pack 3 and press Apply.
- Compatibility Mode can solve MOVIE READ_ERROR messages. If the error persists, install the Codecs below.
Border
You will likely need Reshade to apply a border, to do that follow instructions on the Reshade page.
DemulShooter
Finally you can run the game with DemulShooter from the command line.
For instructions on how to use and configure DemulShooter, refer to the DemulShooter page.
Launch bat file
To create the batch file do the following:
Within the game folder right click in a blank space to bring up the menu and then highlight "new" then select "text document" this will create a new text file you can name as you wish.
Load the new text document and then type the following command depending on what your text displayed earlier adjusting the drive/file path to suit:
Either
start "C:\DEMULSHOOTER DIR\DemulShooter.exe" -target=globalvr -rom=fearland
start "C:\YOUR GAME DIR\game.exe"
Or
start "C:\DEMULSHOOTER DIR\DemulShooter.exe" -target=ttx -rom=hmuseum2
start "C:\YOUR GAME DIR\game.exe"
Go to "File" then "Save As", Give the file a name of your choosing but it MUST end with .bat
e.g. gamename.bat
You can now run the game from the batch file.
Sample AHK Script:
Alternatively, you can use an AutoHotkey script to launch the game and DemulShooter.
Run, "D:\DemulShooter\DemulShooter.exe" -target=globalvr -rom=fearland, D:\DemulShooter
sleep, 1000
Run, D:\nomousy\nomousy.exe /hide
sleep, 500
Run, "D:\Fright Fear Land\game.exe"
5::s ;Insert Coin
$Esc::
Process,Close,game.exe
Run,taskkill /im "game.exe" /F
Run, D:\Utilities\nomousy\nomousy.exe
sleep, 500
ExitApp
return
Or
Run, "D:\DemulShooter\DemulShooter.exe" -target=ttx -rom=hmuseum2, D:\DemulShooter
sleep, 1000
Run, D:\nomousy\nomousy.exe /hide
sleep, 500
Run, "D:\Fright Fear Land\game.exe"
5::s ;Insert Coin
$Esc::
Process,Close,game.exe
Run,taskkill /im "game.exe" /F
Run, D:\nomousy\nomousy.exe
sleep, 500
ExitApp
return
Downloads
Reshade
Download from the Reshade website
Codecs (if required)
Download from the Codec Guides website
ini File Settings
ini settings:
FULLSCREEN 1
ASPECT_X 16
ASPECT_Y 9
CNFNAME .\cfg\shh
RANKFILE .\cfg\
FORCE_RGB_MOVIE 1
SCREEN_WIDTH 1920
SCREEN_HEIGHT 1080
RENDER_WIDTH 1920
RENDER_HEIGHT 1080
ENABLE_VSYNC 1
FRAME_SKIP 0
FPS_DISP 1
REGION U
RENDER_WIDTH3D 1920
RENDER_HEIGHT3D 1080
JVSENABLE 0
GUNENABLE 0
DemulShooter Details
If you want to make the game harder (funnier?) you can run it like this instead :
DemulShooter.exe -target=ttx -rom=hmuseum2 -hardffl
With the -hardffl option, you'll play by default with the rifle pistol and pressing the change weapon button will make you use the machinegun
- For instructions on setting up DemulShooter and batch files see the DemulShooter page