Difference between revisions of "Mesen"

From Sinden Lightgun
Jump to navigation Jump to search
(Added images and reformatted)
Line 9: Line 9:
 
|gameplayshot = mesen_gameplay.jpg
 
|gameplayshot = mesen_gameplay.jpg
 
}}  
 
}}  
<big>Mesen</big> is a Powerful and accurate NES emulator that is super easy to set up and install.
+
<big>Mesen</big> is a powerful and accurate NES/Famicom emulator that is super easy to set up and install.
  
==Full Setup Guide ==
+
== Downloads ==
 +
* Download from the [https://www.emulator-zone.com/nes/mesen Emulator Zone website]
 +
* Download the Mesen Bezel pack (v1.5) from [https://www.mediafire.com/file/e19oe4hvero1pdt/Mesen_Sinden_Bezel_Pack_V1.5.rar/file Mediafire]
  
 +
==Setup Guide ==
  
First Download the ZIP file from the official site and extract the contents to your hard drive.
+
Extract the Mesen zip file to your hard drive.
  
Next double click the mesen.exe file to start the emulator and run the initial setup config wizzard.
+
Open mesen.exe to start the emulator and run the initial setup config wizard
  
Select "store data in the same folder as the application"
+
Select "Store the data in the same folder as the application"
  
Press the confirm button to finish installation.
+
Press the "CONFIRM" button to finish installation
 +
[[File:MesenConfigWizard.png|alt=Mesen Config Wizard with settings set as described in guide|none|thumb]]
 +
If prompted to update please note 0.9.9 is a beta release and as stated in the release notes any save states, settings etc. may not work with future versions. It is recommended to stick with 0.9.8 for now by clicking "Cancel"
  
 +
=== Input Options ===
 +
With Mesen open select "Options" then "Input"
 +
[[File:MesenInput.png|alt=Mesen Input menu highlighted expanded from Options|none|thumb]]
 +
Set the following options:
  
Now go to the top menu bar, select "options" then "input".
+
* Set the console type is set to "Famicom"
  
on the screen that pops up check the console type is set to "Famicom".
+
* Set Player 1 & Player 2 in the dropdowns to "Standard Controller"
  
Make sure next to player 1&2 in the drop downs "standard controller" is selected.
+
* Set "Expansion Port" to "Zapper"
  
Then next to "expansion port" select "Zapper".
+
Click the "Setup" button next to Player 1
 +
[[File:MesenInputSettings.png|alt=Mesen Input Settings with settings as described and Player 1 Config button highlighted |none|thumb]]
 +
Set each button to your preference e.g. DPAD Up = Keyboard up etc.
  
Next click the "Setup" Button next to Player 1, in the new window that pops up simply click on each button input and press the button you wish to associate with it e.g. DPAD Up = Press Keyboard button up etc.
+
Once you have set all the buttons press the "OK" button.
 +
[[File:MesenInputStandardController.png|alt=Mesen Input Standard Controller window|none|thumb]]
  
Once you have set all the buttons press the "OK" button.
 
  
 +
Back on the input selection screen select the "Advanced" tab, you will see a tick box to hide the mouse cursor/crosshair. With the Sinden Lightgun it recommended to turn off crosshairs where possible
 +
 +
Select "OK"
 +
[[File:MesenInputSettingsAdvanced.png|alt=Mesen Advanced Input Settings with settings set as described in guide|none|thumb]]
  
Back on the input selection screen select the "Advanced" tab at the top and you will see a tick box to hide the mouse cursor/crosshair if you wish to do so once done again press the "OK" Button.
+
=== Video Filters ===
 +
You can apply different Filter options to the screen to make it look more like a CRT
  
 +
Open "Options" in the main Mesen menu
  
If you wish you can apply different Filter options to the screen to make it look more CRT like.
+
Select "Video"
  
To do so go to the "options" tab in the main menu at the top of the screen then select "Video" you can then navigate to the "Picture" Tab. This will give you a drop down where you can play with filter settings.
+
Navigate to the "Picture" tab
  
 +
Select your preferred filter
 +
[[File:MesenVideoPicture.png|alt=Mesen Video window with Picture tab, filter dropdown is expanded with available filter effect options|none|thumb]]
  
 +
=== Autohide the Menu Bar & On-screen Display ===
 
Next we want to auto hide the menu bar when we are playing.
 
Next we want to auto hide the menu bar when we are playing.
 +
[[File:MesenHideMenuBar.png|alt=Mesen Preferences window with 'automatically hide menu bar' ticked and highlighted|none|thumb]]
 +
Go to "Options" then "Preferences"
  
To do so go to "Options" then "Preferences" then towards the bottom you will see a tick box to automatically hide the menu select that.
+
Tick "automatically hide menu bar"
  
Also under the "Advanced" tab you may wish to disable the on screen display OSD and the game selection screen.
+
Also under the "Advanced" tab you may wish to disable the on screen display (OSD) and the game selection screen.
  
 
Once you have finished press "OK".
 
Once you have finished press "OK".
  
 +
=== Run Games Fullscreen ===
 +
When you load a game they will NOT load full screen, to bring it to full screen you have to press F11
  
You can now load and play games normally with your gun!
 
 
However when you load a game they will NOT load full screen, to bring it to fullscreen you have to press F11.
 
  
 +
To auto load a game full screen automatically it is best to launch the emulator and game from the command line.
  
If you wish to auto load a game fullscreen and not faff around with the menu system it is best to launch the emulator and game from the command line.
+
To this create a batch file that will do everything for you once you click it.
  
To do so you can create a batch file that will do everything for you once you click it.
 
  
  
 
To create a batch file do the following:
 
To create a batch file do the following:
  
Within the MESEN 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 Mesen 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 adjusting the drive/file path to suit:
 
  
 +
Load the new text document and then type the following command adjusting the drive/file path to suit:<syntaxhighlight lang="bat">
 
start C:\*Insert Messen directory here*\Mesen.exe "C:\*Insert NES rom directory here*\*ROM NAME GOES HERE*.nes" -fullscreen
 
start C:\*Insert Messen directory here*\Mesen.exe "C:\*Insert NES rom directory here*\*ROM NAME GOES HERE*.nes" -fullscreen
 +
</syntaxhighlight>Go to "File" then "Save As", Give the file a name of your choosing but it MUST end with .bat
  
Then simply go to "File" then "Save As", Give the file a name of your choosing but it MUST end with .bat
+
e.g. gamename.bat
  
Eg gamename.bat
+
Select Save and then you should have a fully executable batch file that will boot the game you have chosen full screen
 
 
Hit save and then you should have a fully executable batch file that will boot the game you have chosen full screen!
 
 
 
You could also use AHK to carry out this task.
 
 
 
==Downloads==
 
* Download the Mesen Bezel pack (v1.5) from [https://www.mediafire.com/file/e19oe4hvero1pdt/Mesen_Sinden_Bezel_Pack_V1.5.rar/file Mediafire]
 
  
 
==Launch Script==
 
==Launch Script==

Revision as of 17:58, 29 December 2022



Emulator
Emulates: NES
Download: Emulator Zone website
License: Free (GNU GPLv3)
Developer: Sour
Mesen gameplay.jpg

Mesen is a powerful and accurate NES/Famicom emulator that is super easy to set up and install.

Downloads

Setup Guide

Extract the Mesen zip file to your hard drive.

Open mesen.exe to start the emulator and run the initial setup config wizard

Select "Store the data in the same folder as the application"

Press the "CONFIRM" button to finish installation

Mesen Config Wizard with settings set as described in guide

If prompted to update please note 0.9.9 is a beta release and as stated in the release notes any save states, settings etc. may not work with future versions. It is recommended to stick with 0.9.8 for now by clicking "Cancel"

Input Options

With Mesen open select "Options" then "Input"

Mesen Input menu highlighted expanded from Options

Set the following options:

  • Set the console type is set to "Famicom"
  • Set Player 1 & Player 2 in the dropdowns to "Standard Controller"
  • Set "Expansion Port" to "Zapper"

Click the "Setup" button next to Player 1

Mesen Input Settings with settings as described and Player 1 Config button highlighted

Set each button to your preference e.g. DPAD Up = Keyboard up etc.

Once you have set all the buttons press the "OK" button.

Mesen Input Standard Controller window


Back on the input selection screen select the "Advanced" tab, you will see a tick box to hide the mouse cursor/crosshair. With the Sinden Lightgun it recommended to turn off crosshairs where possible

Select "OK"

Mesen Advanced Input Settings with settings set as described in guide

Video Filters

You can apply different Filter options to the screen to make it look more like a CRT

Open "Options" in the main Mesen menu

Select "Video"

Navigate to the "Picture" tab

Select your preferred filter

Mesen Video window with Picture tab, filter dropdown is expanded with available filter effect options

Autohide the Menu Bar & On-screen Display

Next we want to auto hide the menu bar when we are playing.

Mesen Preferences window with 'automatically hide menu bar' ticked and highlighted

Go to "Options" then "Preferences"

Tick "automatically hide menu bar"

Also under the "Advanced" tab you may wish to disable the on screen display (OSD) and the game selection screen.

Once you have finished press "OK".

Run Games Fullscreen

When you load a game they will NOT load full screen, to bring it to full screen you have to press F11


To auto load a game full screen automatically it is best to launch the emulator and game from the command line.

To this create a batch file that will do everything for you once you click it.


To create a batch file do the following:

Within the Mesen 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 adjusting the drive/file path to suit:

start C:\*Insert Messen directory here*\Mesen.exe "C:\*Insert NES rom directory here*\*ROM NAME GOES HERE*.nes" -fullscreen

Go to "File" then "Save As", Give the file a name of your choosing but it MUST end with .bat

e.g. gamename.bat

Select Save and then you should have a fully executable batch file that will boot the game you have chosen full screen

Launch Script

Example Batch File text:

start C:\NES\Mesen.exe "C:\NES\ROMS\*ROM NAME GOES HERE*.nes" -fullscreen