Difference between revisions of "Fright Fear Land"

From Sinden Lightgun
Jump to navigation Jump to search
(Created page with "frameless|550x550px <br> '''''Shh...! Welcome to Frightfearland''''', originally released in Japan as '''''Haunted Museum II:''''' '''''Youkoso...")
 
 
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[File:Fright Fear Land.png|frameless|550x550px]]
+
{{infobox
 +
|title = Shh...! Welcome To Fright Fear Land
 +
|logo = Fright Fear Land.png
 +
|category = Arcade Game
 +
|download =
 +
|developer = GlobalVR
 +
|license = Commercial
 +
|players = 1-2 Player
 +
|release = 2011
 +
|type = Rail shooter
 +
|titleshot =
 +
|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>
<br>
 
  
==Video Setup Guide==
+
==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 [https://mega.nz/#!lJImwILL!raAPcZkN_ORCp6oVEO2j1ltd4wSSXPl_4pBsCZw7eHc 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 [[Fright_Fear_Land#Codecs_.28if_required.29|'''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|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
 +
<syntaxhighlight lang="bat">
 +
start "C:\DEMULSHOOTER DIR\DemulShooter.exe" -target=globalvr -rom=fearland
 +
 
 +
start "C:\YOUR GAME DIR\game.exe"
 +
</syntaxhighlight>
 +
 
 +
Or
 +
<syntaxhighlight lang="bat">
 +
start "C:\DEMULSHOOTER DIR\DemulShooter.exe" -target=ttx -rom=hmuseum2
 +
 
 +
start "C:\YOUR GAME DIR\game.exe"
 +
</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.
 +
 
 +
=== 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
  
<youtube>https://youtu.be/MMRh25wcBNE</youtube>
+
$Esc::
<br>
+
    Process,Close,game.exe
<br>
+
    Run,taskkill /im "game.exe" /F
 +
    Run, D:\nomousy\nomousy.exe
 +
    sleep, 500 
 +
    ExitApp
 +
return
 +
</syntaxhighlight>
  
 
==Downloads==
 
==Downloads==
===Game Patcher===
 
[https://mega.nz/file/lJImwILL#raAPcZkN_ORCp6oVEO2j1ltd4wSSXPl_4pBsCZw7eHc HERE]
 
<br>
 
<br>
 
 
 
===Reshade===
 
===Reshade===
[https://reshade.me/ HERE]
+
Download from the [https://reshade.me/ Reshade website]
<br>
 
<br>
 
  
 
===Codecs (if required)===
 
===Codecs (if required)===
[https://codecguide.com/download_k-lite_codec_pack_full.htm HERE]
+
Download from the [https://codecguide.com/download_k-lite_codec_pack_full.htm Codec Guides website]
<br>
 
<br>
 
 
 
 
 
 
==ini File Settings==
 
==ini File Settings==
  
Line 50: Line 146:
 
JVSENABLE 0
 
JVSENABLE 0
 
GUNENABLE 0
 
GUNENABLE 0
</syntaxhighlight>Example Batch text:<syntaxhighlight lang="bat">
 
start "C:\DEMULSHOOTER DIR\DemulShooter.exe" -target=globalvr -rom=fearland
 
start "C:\YOUR GAME DIR\game.exe"
 
</syntaxhighlight>OR<syntaxhighlight lang="bat">
 
start "C:\DEMULSHOOTER DIR\DemulShooter.exe" -target=ttx -rom=hmuseum2
 
start "C:\YOUR GAME DIR\game.exe"
 
 
</syntaxhighlight>
 
</syntaxhighlight>
<br>
 
<br>
 
  
==Demulshooter Details==
+
 
If you want to make the game harder (funnier ?) you can run it like this instead :
+
==DemulShooter Details==
 +
If you want to make the game harder (funnier?) you can run it like this instead :
 
<syntaxhighlight lang="bat">
 
<syntaxhighlight lang="bat">
 
DemulShooter.exe -target=ttx -rom=hmuseum2 -hardffl
 
DemulShooter.exe -target=ttx -rom=hmuseum2 -hardffl
Line 67: Line 156:
  
 
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
<br>
 
<br>
 
 
* For instructions on setting up demulshooter and batch files see Sega M2 video:[https://youtu.be/DYBqlsxN_IU HERE]
 
<br>
 
<br>
 
  
[[Category:Arcade PC Games]]
+
* For instructions on setting up DemulShooter and batch files see the [[Demulshooter|DemulShooter page]]
 +
[[Category: Arcade_Games]]
 +
[[Category: PC_Based_Arcade_Games]]

Latest revision as of 11:45, 12 June 2023



Arcade Game
License: Commercial
Game info
Developer: GlobalVR
Released: 2011
Players: 1-2 Player
Type: Rail shooter
Ffl-gameplay.jpg


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