Forum Replies Created
-
AuthorPosts
-
herbfargusMember
We have gizmo to thank for the plugin :)
herbfargusMemberThis video should answer your questions.
herbfargusMemberatarist is hatari which is a non-retroarch emulator so its likely due to the emulator/ game as multiple key presses work fine for me in other retroarch based emulators.
herbfargusMemberfor anybody else who is interested I scripted the kodi 15 build to automatically include cec support as well as its own entry in emulationstation though the build listed above may be more up to date. You can just replace the following in
/home/pi/RetroPie-Setup/scriptmodules/ports/kodi.sh
:#!/usr/bin/env bash # This file is part of The RetroPie Project # # The RetroPie Project is the legal property of its developers, whose names are # too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source. # # See the LICENSE.md file at the top-level directory of this distribution and # at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md # # http://www.gtkdb.de/index_36_2176.html rp_module_id="kodi" rp_module_desc="Install Kodi" rp_module_menus="4+" rp_module_flags="nobin" function depends_kodi() { getDepends libcec3 echo "deb http://archive.mene.za.net/raspbian wheezy contrib unstable" > /etc/apt/sources.list.d/mene.list apt-key adv --keyserver keyserver.ubuntu.com --recv-key 5243CDED } function install_kodi() { aptInstall kodi } function configure_kodi() { echo 'SUBSYSTEM=="input", GROUP="input", MODE="0660"' > /etc/udev/rules.d/99-input.rules mkRomDir "kodi" cat > "$romdir/kodi/Kodi.sh" << _EOF_ #!/bin/bash /opt/retropie/supplementary/runcommand/runcommand.sh 0 "kodi-standalone" "kodi" _EOF_ chmod +x "$romdir/kodi/Kodi.sh" setESSystem 'Kodi' 'kodi' '~/RetroPie/roms/kodi' '.sh .SH' '%ROM%' 'pc' 'kodi' }
herbfargusMemberIt’s been added to the source so you can now install it from the experimental menu of the setup script.
herbfargusMemberWell the commodore 64 was a computer :P nothing wrong with using a keyboard. Try updating your setup script and pairing your controller with the ps3 option- it was just updated.
herbfargusMemberPersonal preference really. I prefer to only transfer over what I play, if you’re dealing with mame sets you can build merged or parents only sets which remove a lot of the duplicates, but anytime you’re dealing with full sets its just going to be a headache to sort. I’ll typically check out YouTube videos on gameplay before I actually copy things over to try out.
herbfargusMemberYou could do that or you could just change contrib to unstable in the install script. Or you could wait until the upstream repo is updated to kodi 15
herbfargusMemberShould be fixed now
herbfargusMemberI presume you are referring to mame games?
Press left and then right (likely on the dpad rather than the analogue sticks) and it works the same.
herbfargusMemberReconfigure it again and press the button you configured as “A” to select OK:
https://github.com/RetroPie/RetroPie-Setup/wiki/First-Installation
herbfargusMemberHave you updated your setup script and tried the latest ps3 Bluetooth pairing script from the setup script?
herbfargusMemberThe .dat files are not specific to the version of retropie rather they are specific to the emulator that is used for mame.
Read the documentation.
https://github.com/RetroPie/RetroPie-Setup/wiki/Managing-ROMs
herbfargusMemberText is the only supported format for gamelists.
The only way you’d be able to get the marquee above the game image is to go into gimp and merge the boxart with the marquee into one image and upload the images manually.
For what you’re suggesting you’re probably better off with something like hyperspin.
herbfargusMemberYou can play some of those games with lr-gpsp, you just have to load them from the rgui rather than emulationstation- not sure why they only work from the rgui but they do.
herbfargusMemberBrilliant mate. Now all I have to do is super impose the sega jingle
herbfargusMemberLooks a lot more expensive, lacks the community support like the raspberry pi has, and has only 16GB embedded memory.
May run games faster provided they work on the processor.
Interesting product for sure but looks just like another raspberry pi clone to me.
herbfargusMemberYou can always try sselphs scraper from the experimental menu in the setup script.
herbfargusMemberYou really should open a new topic for new issues.
But the problem is you need a keyboard to set up joystick configs.
herbfargusMemberPossible you have a corrupt sd card, possible your uncompression software isn’t very good (I use 7zip) , possible network issues.
Possible you’re flashing the sd incorrectly. Could be a myriad of things. Could you give more info on each step and what software you used?
Did you follow the documentation?
https://github.com/RetroPie/RetroPie-Setup/wiki/First-Installation
herbfargusMemberYou can always try it manually:
https://github.com/RetroPie/RetroPie-Setup/wiki/Setting-Up-Wifi
You can check the content of
/etc/wpa_supplicant/wpa_supplicant.conf
It should have your ssid and password there if it worked correctly.
herbfargusMemberBecause retropie is built on Linux with Linux emulators.
I made a video on how to get emulationstation running on windows though.
herbfargusMemberMay have to look at overscan settings:
https://github.com/RetroPie/RetroPie-Setup/wiki/Video-Issues
See also:
herbfargusMemberhttps://github.com/RetroPie/RetroPie-Setup/wiki/First-Installation
It’s select+start
Read the documentation.
herbfargusMemberSuper Mario war has internal sound settings that can be changed that may be higher than the default sound levels for the other systems
herbfargusMemberhmm. I guess it only does the direct framebuffer. sorry for the mislead. (still can be a useful feature for some other things though)
This might also be something to look at (havent tried it myself)
herbfargusMemberSomething like this:
sudo fbgrab -c 1 screenshot.png
You can change the number to try out different framebuffers. Haven’t tested with emulationstation so not sure if that works
herbfargusMemberYou could also look into fbgrab
herbfargusMemberYep: recode the source code and recompile
herbfargusMemberhttps://github.com/RetroPie/EmulationStation/pulls
If you’re comfortable compiling it yourself. It’s not currently supported.
herbfargusMemberFloob does make great videos. The wiki is also a great resource (many of the pages have links to floobs videos): https://github.com/RetroPie/RetroPie-Setup/wiki
also btw floob doesnt remote in, he has an hdmi capture card which records whats on his television.
herbfargusMemberherbfargusMemberYes 7z is the problem. Read the documentation.
https://github.com/RetroPie/RetroPie-Setup/wiki/Genesis-Megadrive
-
AuthorPosts