Difference between revisions of "Fright Fear Land"

From Sinden Lightgun
Jump to navigation Jump to search
Line 11: Line 11:
 
|titleshot =  
 
|titleshot =  
 
|gameplayshot = ffl-gameplay.jpg
 
|gameplayshot = ffl-gameplay.jpg
 +
|gamename = Friegth Fear Land
 +
|notes =
 
}}
 
}}
 
<br>
 
<br>

Revision as of 19:38, 2 February 2023



Arcade Game
License: Commercial
Game info
Developer: GlobalVR
Released: 2011
Players: 1-2 Player
Type: Rail shooter
Ffl-gameplay.jpg
Error: specified page does not exist.


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.

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

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

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