Difference between revisions of "Fright Fear Land"

From Sinden Lightgun
Jump to navigation Jump to search
Line 23: Line 23:
 
* 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 demulshooter you can get that [https://mega.nz/#!lJImwILL!raAPcZkN_ORCp6oVEO2j1ltd4wSSXPl_4pBsCZw7eHc HERE]
+
* 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 32:
  
 
* 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.
<br>
 
 
 
===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 properties.
+
* 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.
+
* 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===
 
===Border===
You will likely need reshade to apply a border, to do that follow instructions on the [[Reshade]] page.
+
You will likely need Reshade to apply a border, to do that follow instructions on the [[Reshade]] page.
  
===Demulshooter===
+
===DemulShooter===
Finally you can run the game with demulshooter from the command line.
+
Finally you can run the game with DemulShooter from the command line.
  
For instructions on how to use demulshooter look at the [[Demulshooter]] page.
+
For instructions on how to use DemulShooter look at 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 ceate a new text file you can name as you wish.
+
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 69:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
Then simply go to "File" then "Save As", Give the file a name of your choosing but it MUST end with .bat
+
Go to "File" then "Save As", Give the file a name of your choosing but it MUST end with .bat
  
Eg gamename.bat
+
e.g. gamename.bat
  
  
Line 80: Line 78:
 
==Downloads==
 
==Downloads==
 
===Reshade===
 
===Reshade===
Download from the [https://reshade.me/ Reshare website]
+
Download from the [https://reshade.me/ Reshade website]
  
 
===Codecs (if required)===
 
===Codecs (if required)===
Line 116: Line 114:
 
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]]

Revision as of 11:16, 3 January 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.

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 DemulShooter look at 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.

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