Forum Replies Created

Viewing 35 posts - 1 through 35 (of 39 total)
  • Author
    Posts
  • in reply to: Play roms straight from retrode #6889
    RazorX2014
    Participant

    also i should say its also recommended that you buy a realtime clock module for your raspberry pi.
    i bought one off ebay for 99p and it works now even without the internet connected my raspberry pi keeps the correct time which is good for the script to determine which save is newer.

    in reply to: Play roms straight from retrode #6874
    RazorX2014
    Participant

    Updated To Add Support For Retrode SMS Plugin.
    Also Updated Script.

    in reply to: I can pay for a 100% RetroPie sd card!!!! #6685
    RazorX2014
    Participant

    as long as its a wired controller

    in reply to: Adding XBMC to RetroPie #6493
    RazorX2014
    Participant

    np glad to help, please change the topic to resolved

    in reply to: Adding XBMC to RetroPie #6490
    RazorX2014
    Participant

    try

    sudo apt-get update
    sudo apt-get install python-software-properties pkg-config
    sudo apt-get install software-properties-common
    sudo add-apt-repository ppa:team-xbmc/ppa
    sudo apt-get update
    sudo apt-get install xbmc

    in reply to: Adding XBMC to RetroPie #6487
    RazorX2014
    Participant

    that wasnt to install xbmc it was to launch it and the chmod command makes the sh file executable.

    install xbmc first then try it try xbmc instead of sudo xbmc if it doesnt launch it.

    in reply to: Adding XBMC to RetroPie #6485
    RazorX2014
    Participant

    create a file called xbmc.sh and add

    #!/bin/bash
    sudo xbmc

    then save it and goto its location on terminal and run sudo chmod +x xbmc.sh then put the sh file in the apps folder if you havnt already and that should be it

    in reply to: Screen rotation for cocktail table #6365
    RazorX2014
    Participant

    if its not there just add it.

    http://elinux.org/RPiconfig

    in reply to: Screen rotation for cocktail table #6331
    RazorX2014
    Participant

    this is done in two ways from what i remember one is in the config (/boot/config.txt) to rotate the screen on the desktop environment and on load by setting display_rotate= to 2 or something and in the ingame menu when a game is launched by going to the video options

    in reply to: Getting WiFi working with RetroPie? #6302
    RazorX2014
    Participant

    np glad i could help remember to set the post to resolved ;)

    in reply to: Getting WiFi working with RetroPie? #6298
    RazorX2014
    Participant

    i can do that on mine it should work on yours try loading up RetroPie_Setup.sh and setting up samba i think it is that might sort it for you all i can say is it works on mine

    in reply to: Getting WiFi working with RetroPie? #6296
    RazorX2014
    Participant

    if you enter startx and setup the wifi and get it working when you logout and go back to retropie it will still be connected to the wifi retropie is basically just a script running on raspbian

    in reply to: Getting WiFi working with RetroPie? #6294
    RazorX2014
    Participant

    yup

    once its all working set this post to resolved :)

    in reply to: Linux command to quit retropie / emulators. #6293
    RazorX2014
    Participant

    i dont understand why you need to do this all you do is save your game then load up the ingame gui and click quit retroarch and it takes you back to the emulators screen where you can hit the start button on your pad or whatever you have set the menu to then click shutdown and thats it.

    if you have an issue with saving make sure the save directory is set to default on the ingame gui and if it is and its still not working run
    sudo chmod 777 /home/pi/RetroPie/roms
    and then reboot and try to save and see if that fixes it

    in reply to: Getting WiFi working with RetroPie? #6291
    RazorX2014
    Participant

    i edited my comment but you need to get to the desktop by hitting f4 from retropie then typing in startx

    in reply to: Getting WiFi working with RetroPie? #6288
    RazorX2014
    Participant

    load up wpa_gui from the start menu click scan then double click your network then in the “PSK” field, enter your wireless password and click add

    in reply to: Hdmi force 720p #6286
    RazorX2014
    Participant

    just change raspberry pi’s resolution with sudo nano /boot/config.txt and uncomment
    #console-width=1024
    #console-height=700
    or whatever it maybe and change 1024 700 to whatever you want then edit
    /home/pi/.emulationstation/runcommand/runcommand.sh
    and change starttype=$1 to starttype=$2

    in reply to: Quick Guide: Cheap Raspberry Pi 4.3" Screen (UK) #6278
    RazorX2014
    Participant

    you too if you have a retrode or plan on getting one check out my post for getting it working with retropie

    in reply to: Play roms straight from retrode #6273
    RazorX2014
    Participant

    ok i’ve created a setup script to get all this working on retropie all you do is download the zip file and extract the files to the retropies desktop it should extract:

    Retrode-Setup.sh
    retrode-script
    retrode-snes.zip
    retrode-megadrive.zip

    all you do then is make sure your retrode is connected to your pi and has a snes game slotted in it and if it has a save on the cartridge just back it up to the desktop just incase even though you shouldnt have any issues and make sure you know what its location is ie /dev/sda because the script will ask for it later but without the /dev/ part because it adds that itself then you launch terminal and do cd Desktop then chmod +x Retrode-Setup.sh then ./Retrode-Setup.sh to load up the setup script and it should take you through the process and do pretty much everything for you once complete just launch a rom from the pi not the retrode and change the saves and savestates directories from the ingame gui to the ones it creates then reboot and everything should be working you should now also be able to do the following commands in terminal:

    temp = to get the pi’s temperature
    shutdown = to shutdown
    reboot = to reboot
    retrode-conf = to edit the RETRODE.CFG file using leafpad but launched in a way that will let you edit the file successfully.
    retrode-nano = the same as retrode-conf just all edited in the terminal window.

    note:
    the first time you load the game from the retrode it will take a little while to load since it will play it directly from the cartridge (maybe 7-8 secs i didnt time it).

    if you have any issues let me know..

    Please respect the work ive put into this and dont alter my script in anyway or try to pass it off as your own..

    in reply to: Quick Guide: Cheap Raspberry Pi 4.3" Screen (UK) #6272
    RazorX2014
    Participant

    thats not the kinda battery you want because it would be a bitch to take apart and would take up pretty much all of the space inside your case unless you kept it external and as for a case im probs gonna go for a ZN-40 or AG-85 for my first portable and then in the future shrink it down to a SL-68P

    in reply to: Quick Guide: Cheap Raspberry Pi 4.3" Screen (UK) #6270
    RazorX2014
    Participant

    depends on the battery you use and as for running using the pi’s usb ports no you cant there too underpowered im afraid but you can just run it off the same battery your using though im gonna use something like a 7.4v 1000mah battery that should give me a fair few hours.

    in reply to: Quick Guide: Cheap Raspberry Pi 4.3" Screen (UK) #6266
    RazorX2014
    Participant

    i havnt setup that yet until i order a second pi probs in a few days so i dont mess up the one i use right now on my hdtv so i will let you know then what works best.

    at the moment im just finishing my setup script for getting the retrode all setup and working on retropie.

    RazorX2014
    Participant

    yeah should be fine the only issue you will face is trying to find 4 nes or snes connectors because you will only get the bare board with that.

    in reply to: Conifgure emulators? #6200
    RazorX2014
    Participant

    to get better performance you best bet is to overclock you pi

    in reply to: Play roms straight from retrode #6194
    RazorX2014
    Participant

    if anyones interested in playing roms on there retropie from there retrode let me know i have completed my script letting me play and save my snes games right from the cartridge i also wrote a script for dumping games the script for dumping games runs straight from emulationstation and my save script runs when you boot a snes game from the retrode.

    in reply to: Quick Guide: Cheap Raspberry Pi 4.3" Screen (UK) #6192
    RazorX2014
    Participant

    gonna make a portable retropie with 2 usb ports for external controllers or to hook up my retrode and play games straight from the cartridge :D

    in reply to: Quick Guide: Cheap Raspberry Pi 4.3" Screen (UK) #6189
    RazorX2014
    Participant

    i actually kinda like it like that but yes aswell as being able to set it up in the emulator you can set the screen to 4:3 too aswell as adjust the brightness, contrast, saturation ect.

    not bad for £14

    in reply to: Quick Guide: Cheap Raspberry Pi 4.3" Screen (UK) #6186
    RazorX2014
    Participant

    its better than the picture lets on but taking pictures of screens is tricky.

    in reply to: Quick Guide: Cheap Raspberry Pi 4.3" Screen (UK) #6182
    RazorX2014
    Participant

    ok here you go bare in mind this is a picture of a screen.

    in this picture everything is running off my battery pack.

    in reply to: Quick Guide: Cheap Raspberry Pi 4.3" Screen (UK) #6181
    RazorX2014
    Participant

    i havnt tested it fully yet so i will take alook later for you but i did test it to see if it worked from 5v which obviously it did it also has 2 input connections could be cool to use the other on the portable project as a video in

    in reply to: Pixelated NES games (first-timer) #6164
    RazorX2014
    Participant

    ok first go into the emulators gui and change the shader i believe its called from nearest to blinear or something like that also you should change the screen settings in the retroarch.cfg so it loads up at the same resolution you set the desktop too and that should sort it unfortunately i cant be more specific right now because mines busy downloading the covers for all my roms so i cant use it right now but if you dont sort it by the time its finished i will guide you through it if i can

    in reply to: Pixelated NES games (first-timer) #6161
    RazorX2014
    Participant

    could you upload a picture? to better understand what you mean.

    in reply to: Duke Nukem 3D controls #6145
    RazorX2014
    Participant

    i cant get my wireless mouse to aim so i cant play it

    in reply to: Play roms straight from retrode #6138
    RazorX2014
    Participant

    well there it is all done :) i can now play my “super mario all stars + super mario world” straight from the cartridge on retropie aswell as the ability to dump/restore my save and dump games woohoo all from emustation

    in reply to: Play roms straight from retrode #6128
    RazorX2014
    Participant

    ok i have my retrode and playing games straight off the cartridge is working however its not letting me edit the retrode.cfg so i cant save does anyone know a fix for this?

    Edit:
    ok i edited it on a laptop so crysis over :) and i think all is well now.
    i can backup my cartridges with 1 click or play straight from them

Viewing 35 posts - 1 through 35 (of 39 total)