Mupen64+

m
(Added Reffyyyy's comunity post, pointing out the black screen problem.)
 
(3 intermediate revisions not shown)
Line 1: Line 1:
-
[[Image:Mupen64plus-r1.pnd.png]] Mupen64Plus is a Nintendo 64 cross-platform plugin-based emulator which is capable of accurately playing many games.This Wiki is intended for
+
[[Image:Mupen64plus-r1.pnd.png|thumb|alt=Mupen64+ logo|Mupen64+ logo]]
-
Maemo users.
+
 
 +
Mupen64Plus is a Nintendo 64 cross-platform plugin-based emulator which is capable of accurately playing many games. This article is intended for Maemo users.
Please, note that for a better result, post logs of games running on stock speed in the compability list, this is due many reasons, if you do OC your device, you know you will get an improvement.
Please, note that for a better result, post logs of games running on stock speed in the compability list, this is due many reasons, if you do OC your device, you know you will get an improvement.
-
== Links ==
+
== Installation ==
-
[[Mupen64+ Working Games List|Mupen64+ Working Games List]]
+
 +
{{ambox|text=If you are updating to this version from any previous command-line version, remove existing state
 +
<pre>
 +
cp -R .mupen64plus/save .
 +
rm -R .mupen64plus
 +
mv save .mupen64plus/
 +
</pre>
-
== Reference ==
+
Also, if you updated to latest version, and get a black screen stuck on gles2n64 0.0.x you must remove gles2n64.cfg doing the following.:
 +
<pre>
 +
rm /home/user/.mupen64plus/gles2n64.cfg
 +
</pre>
 +
}}
 +
 
 +
Install the [http://maemo.org/packages/view/mupen64plus-arm/ mupen64plus-arm package] from [[extras-devel]]
 +
 
 +
== Custom configuration ==
 +
 
 +
A customised configuration is useful for keybindings, such as quitting the emulator by pressing the ''q'' key, and some useful settings to speed up emulation.
 +
 
 +
<ol>
 +
<li>
 +
Create the <code>~/.mupen64plus</code> directory, if it does not exist:
 +
<pre>mkdir .mupen64plus</pre>
 +
</li>
 +
<li>
 +
Download the [http://izzeh.radiodmp.net/customconfig.tar.gz custom configuration].
 +
</li>
 +
<li>
 +
Extract the custom configuration:
 +
<pre>
 +
cd .mupen64plus
 +
tar -xzf /home/user/MyDocs/customconfig.tar.gz
 +
</pre>
 +
</li>
 +
</ol>
 +
 
 +
The keybindings in the custom configuration are as follows:
 +
 
 +
* z = R
 +
* x = A
 +
* c = B
 +
* v = L
 +
* Space = Z
 +
* Enter = Start
 +
* Arrow Keys = Dpad
 +
* IJKL = Joystick
 +
* TFGH = C buttons
 +
* q = Quit the emulator
 +
* p = Pause the emulator
 +
 
 +
Also note that:
 +
 
 +
* Frameskip is set to 2.
 +
* Framebuffer is disabled and resolution is 800x480
 +
* Memory Pak is enabled
 +
* Audio is disabled as it sounds terrible.
 +
 
 +
== Links ==
-
[http://talk.maemo.org/showthread.php?t=57647 Maemo.org Thread]
+
* [[Mupen64+ Working Games List]]
 +
* [http://www.youtube.com/watch?v=eEDi0hHKxf8 Youtube video]
 +
* [http://talk.maemo.org/showthread.php?t=57647 talk.maemo.org Thread]
[[Category:Software]]
[[Category:Software]]
[[Category:Games]]
[[Category:Games]]

Latest revision as of 10:35, 30 January 2011

Mupen64+ logo
Mupen64+ logo

Mupen64Plus is a Nintendo 64 cross-platform plugin-based emulator which is capable of accurately playing many games. This article is intended for Maemo users.

Please, note that for a better result, post logs of games running on stock speed in the compability list, this is due many reasons, if you do OC your device, you know you will get an improvement.

[edit] Installation

Image:Ambox_notice.png
If you are updating to this version from any previous command-line version, remove existing state
cp -R .mupen64plus/save .
rm -R .mupen64plus
mv save .mupen64plus/

Also, if you updated to latest version, and get a black screen stuck on gles2n64 0.0.x you must remove gles2n64.cfg doing the following.:

rm /home/user/.mupen64plus/gles2n64.cfg

Install the mupen64plus-arm package from extras-devel

[edit] Custom configuration

A customised configuration is useful for keybindings, such as quitting the emulator by pressing the q key, and some useful settings to speed up emulation.

  1. Create the ~/.mupen64plus directory, if it does not exist:
    mkdir .mupen64plus
  2. Download the custom configuration.
  3. Extract the custom configuration:
    cd .mupen64plus
    tar -xzf /home/user/MyDocs/customconfig.tar.gz
    

The keybindings in the custom configuration are as follows:

  • z = R
  • x = A
  • c = B
  • v = L
  • Space = Z
  • Enter = Start
  • Arrow Keys = Dpad
  • IJKL = Joystick
  • TFGH = C buttons
  • q = Quit the emulator
  • p = Pause the emulator

Also note that:

  • Frameskip is set to 2.
  • Framebuffer is disabled and resolution is 800x480
  • Memory Pak is enabled
  • Audio is disabled as it sounds terrible.

[edit] Links