<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=58.96.55.124</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=58.96.55.124"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/58.96.55.124"/>
	<updated>2026-04-22T07:07:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mupen64plus&amp;diff=27130</id>
		<title>Mupen64plus</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mupen64plus&amp;diff=27130"/>
		<updated>2010-07-19T23:27:49Z</updated>

		<summary type="html">&lt;p&gt;58.96.55.124: /* Installation instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;b&amp;gt;THESE INSTRUCTIONS ARE OUT DATED... PLEASE SEE THE FORUMS&amp;lt;/b&amp;gt;&lt;br /&gt;
http://talk.maemo.org/showthread.php?t=57647&lt;br /&gt;
&lt;br /&gt;
== Installation instructions ==&lt;br /&gt;
&lt;br /&gt;
Source and Binaries: [http://depot.javispedro.com/nit/64/]&lt;br /&gt;
&lt;br /&gt;
# Download both the binaries and source files from above.&lt;br /&gt;
# Extract both to mupen64plus folder in &amp;lt;code&amp;gt;/home/user&amp;lt;/code&amp;gt; directory. (Tip: Get the 7zip package and use 7z x &amp;lt;filename&amp;gt;)&lt;br /&gt;
# Move into mupen64plus folder.&lt;br /&gt;
# Run executable with ./mupen64plus&lt;br /&gt;
# If you get an error here,&amp;lt;pre&amp;gt;chmod +x mupen64plus&amp;lt;/pre&amp;gt; and then try again.&lt;br /&gt;
# On first run this will create config files at &amp;lt;code&amp;gt;/home/user/.mupen64plus&amp;lt;/code&amp;gt; (if you are logged in to root, it will place this in &amp;lt;code&amp;gt;/root/&amp;lt;/code&amp;gt; directory, which is a no-no)&lt;br /&gt;
# Move there and edit &amp;lt;code&amp;gt;mupen64plus.conf&amp;lt;/code&amp;gt; (I would suggest using leafpad). This is where you define plugins to use. GFX should be &amp;lt;code&amp;gt;gles2n64.so&amp;lt;/code&amp;gt;, audio should be &amp;lt;code&amp;gt;dummyaudio.so&amp;lt;/code&amp;gt; (I have yet to find a game that can handle actual audio, but if you want to try it use &amp;lt;code&amp;gt;jttl_audio.so&amp;lt;/code&amp;gt;), input should be &amp;lt;code&amp;gt;mupen64_input.so&amp;lt;/code&amp;gt; (Or &amp;lt;code&amp;gt;blight_input.so&amp;lt;/code&amp;gt; with some tweaking below). Finally, RSP should be the default.&lt;br /&gt;
# Save the file and then open &amp;lt;code&amp;gt;gles2n64.so&amp;lt;/code&amp;gt; for editing. Here I changed the screen width to 640 and height to 480 (for original resolution.. only reason) and set frame skip to 2 (you are going to need it) also disable fog (cannot remember if it was enabled).&lt;br /&gt;
# Now that is all done the emulator should be good to go. Create a symlink &amp;lt;pre&amp;gt;sudo ln -s /home/user/mupen64plus/mupen64plus /usr/bin/mupen64plus&amp;lt;/pre&amp;gt; and navigate to a folder with ROMs in it.&lt;br /&gt;
# &amp;lt;pre&amp;gt;mupen64plus &amp;lt;romname&amp;gt;&amp;lt;/pre&amp;gt;should be all you need. Note that it has serious issues with ROM files with spaces or brackets in them, so rename your ROM to as simple a name as possible. I would suggest Mario Kart 64 as a test ROM as it runs very well.&lt;br /&gt;
&lt;br /&gt;
If you want to get blight_input working. Go and install the application Ren&#039;Py (There is probably an easier way to do this.. but ren&#039;py appears to install libsdl nice and neatly with a few bugfixes). Once done edit the &amp;lt;code&amp;gt;blight_input.conf&amp;lt;/code&amp;gt; file with keymap. Also note that Blight supports the PS3 sixaxis completely, including joysticks, you just need to remap the keys. If anyone is interested, I can upload my modified &amp;lt;code&amp;gt;blight_input.conf&amp;lt;/code&amp;gt; with fully working PS3 controller maps.&lt;br /&gt;
&lt;br /&gt;
Now, commands needed (assuming you have 7zip-full, leafpad, rootsh and the files saved in MyDocs folder)&lt;br /&gt;
In a new terminal:&lt;br /&gt;
If you don&#039;t want to install 7z extract it on your computer and mv files to that folder instead.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir mupen64plus&lt;br /&gt;
cd mupen64plus&lt;br /&gt;
7z x ../MyDocs/binaries.zip&lt;br /&gt;
7z x ../MyDocs/Mupen &amp;lt;press tab&amp;gt;&lt;br /&gt;
7z x Mup &amp;lt;tab&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(if it extracts it to tar.. and not fully... can&#039;t remember what it does)&lt;br /&gt;
(Also unsure of directory level it extracts everything to, however it should all be in the mupen64plus folder, so use the mv command to get it all there)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chmod +x mupen64plus&lt;br /&gt;
./mupen64plus&lt;br /&gt;
cd /home/user/.mupen64plus&lt;br /&gt;
leafpad mupen64plus.conf (edit as specified above)&lt;br /&gt;
leafpad gles2n64.conf (edit as specified above)&lt;br /&gt;
sudo ln -s /home/user/mupen64plus/mupen64plus /usr/bin/mupen64plus&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To start game:&lt;br /&gt;
 cd MyDocs/&amp;lt;gamelocation&amp;gt;&lt;br /&gt;
 mupen64plus &amp;lt;romname&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:HowTo]]&lt;/div&gt;</summary>
		<author><name>58.96.55.124</name></author>
	</entry>
</feed>