Forum Replies Created

Viewing 35 posts - 106 through 140 (of 1,829 total)
  • Author
    Posts
  • in reply to: ZDOOM 2.81. Compiling Woes #119681
    herbfargus
    Member

    Any reason why you aren’t using the setup script the install it?

    in reply to: SNAPS FOLDERS NEDED #119649
    herbfargus
    Member

    There is also the raspi2png option where you could probably figure out some way to make a script that recognises the rom you are playing and then when you take a screenshot with raspi2png it automatically names the created png the same as your rom name, then as above you can run sselphs scraper to link all your images.

    Lots of ways of doing it. of course retroarch also has a screenshot function as well.

    Also as a correction there are no quotation marks in the syntax for -img_format=”png” even though there are in the help docs for his scraper.

    herbfargus
    Member

    Binaries are typically updated anytime there are major changes (for example scummvm binaries are already updated to 1.8) it really just depends. You just have to follow development on github if you want the latest changes.

    in reply to: Video Aspect Ratio Issues #119631
    herbfargus
    Member
    in reply to: Video Aspect Ratio Issues #119630
    herbfargus
    Member
    in reply to: RPi2 vs RPi3 – Is it even worth it? #119568
    herbfargus
    Member

    Odroid has rubbish community support though. Good luck getting it to do all the stuff the pi does.

    in reply to: Scrape Folder/files #119560
    herbfargus
    Member
    in reply to: Pixel Theme #119543
    herbfargus
    Member

    Added sfc to the theme downloader.

    in reply to: Default RetroArch render resolution #119530
    herbfargus
    Member

    Just as a reference to further emphasize the current userbase these are the latest download counts as of right now. The vast majority of users are on a Pi 2 or Pi 3.

    “name”: “retropie-v3.6-rpi1_zero-berryboot.img256”,
    “download_count”: 859,

    “name”: “retropie-v3.6-rpi1_zero.img.gz”,
    “download_count”: 3763,

    “name”: “retropie-v3.6-rpi2_rpi3-berryboot.img256”,
    “download_count”: 3358,

    “name”: “retropie-v3.6-rpi2_rpi3.img.gz”,
    “download_count”: 128655,

    I think the above points are valid. Config sounds good to me.

    in reply to: RPi2 vs RPi3 – Is it even worth it? #119506
    herbfargus
    Member

    It may be a long while before any of the upper end systems are supported. At the very least will need a RAM bump before we see anything too spectacular but even then I’m not going to hold my breath.

    I bought a pi 3. Hasn’t gotten here yet but I just like the idea of onboard wifi I probably could have waited until the pi 4 (or whatever their next release will be) but it gives me an excuse to do another project with my old pi so I don’t mind. I do it for the development, I haven’t played a game in months.

    $35 is hardly breaking the bank so that’s how I justify it, but if the board were say $100 for the changes yeah I’d wait for a while til the price felt justified.

    in reply to: Baldur's Gate Install? Grim Install? #119505
    herbfargus
    Member

    Looks much better, thank you. makes the forum a lot more readable. (especially on mobile devices)

    in reply to: Baldur's Gate Install? Grim Install? #119433
    herbfargus
    Member

    Please learn to use pastebin for posting logs.

    in reply to: retroarch-joypads file not being created… #119412
    herbfargus
    Member

    This is what mine looks like:

    <?xml version="1.0"?>
    <inputList>
      <inputAction type="onfinish">
     <command>/opt/retropie/supplementary/emulationstation/scripts/inputconfiguration.sh</command>
      </inputAction>
      <inputConfig type="keyboard" deviceName="Keyboard">
        <input name="pagedown" type="key" id="114" value="1"/>
        <input name="start" type="key" id="115" value="1"/>
        <input name="pageup" type="key" id="101" value="1"/>
        <input name="up" type="key" id="1073741906" value="1"/>
        <input name="a" type="key" id="13" value="1"/>
        <input name="b" type="key" id="1073742053" value="1"/>
        <input name="down" type="key" id="1073741905" value="1"/>
        <input name="right" type="key" id="1073741903" value="1"/>
        <input name="select" type="key" id="97" value="1"/>
        <input name="left" type="key" id="1073741904" value="1"/>
      </inputConfig>
    </inputList>

    The following code block is needed in order to call the script that automates the creation of the retroarch controller configs. It is called anytime that you configure a controller through emulationstation

      <inputAction type="onfinish">
     <command>/opt/retropie/supplementary/emulationstation/scripts/inputconfiguration.sh</command>
      </inputAction>
    in reply to: retroarch-joypads file not being created… #119410
    herbfargus
    Member

    post the whole contents of it on something like pastebin

    in reply to: retroarch-joypads file not being created… #119408
    herbfargus
    Member

    what does your es_input.cfg file look like?

    in reply to: Retropie vs recalbox? #119407
    herbfargus
    Member

    The simplest analogy would be RecalBox is like Apple, RetroPie is like Android

    Recalbox is a nice project where their emphasis is on user friendliness. It’s built with a buildroot system so it is streamlined for performance but very much hardcoded in, and obviously is much more limited in what you can do, has less systems, less settings to play with etc – but its a good plug and play option for those that want a simple experience. They’ve also done a lot more work on their fork of emulationstation so that it includes music in the background, favourites, etc.

    RetroPie as you realise has a lot more options, is much more modular and can be installed on top of more than just the raspberry pi (x86, Odroid (sorta), and likely other devices in the future) Because it’s installed on top of an operating system (like Raspbian on the Raspberry Pi) It’s a lot more flexible for the kind of stuff you might want to kludge onto it (we just added 7 ish game engines in the last week) so power users can pretty much do whatever they want if they know what they are doing.

    I obviously have a bias as I’ve worked on retropie for over a year now (and not to toot my own horn but the documentation for RetroPie is fantastic)

    RetroPie also has a more active community. You can look at the download counts for both projects to get an idea of their relative popularity:

    https://api.github.com/repos/RetroPie/RetroPie-Setup/releases

    https://api.github.com/repos/Recalbox/Recalbox-os/releases

    I wouldn’t say any one is better than the other as they both have unique things to offer, rather it just depends on what your priorities are and what you prefer.

    And also just to add the majority of the software retropie and recalbox use are essentially the same (RetroArch and EmulationStation), the main difference lies in the environment the software is built on and the settings available.

    in reply to: Pixel Theme #119384
    herbfargus
    Member

    The theme has been updated in the theme installer.

    in reply to: Trouble loading Dreamcast BIOS files #119365
    herbfargus
    Member
    in reply to: Trouble loading Dreamcast BIOS files #119359
    herbfargus
    Member

    BIOS files go into /home/pi/RetroPie/BIOS

    https://github.com/RetroPie/RetroPie-Setup/wiki/Dreamcast

    in reply to: WIIMOTE as lightgun RPi3 #119357
    herbfargus
    Member

    Not saying it can’t be done, but I haven’t seen anybody do it.

    It’s likely it would require recoding of the emulator to utilise that functionality of the wiimotes.

    herbfargus
    Member

    I wouldnt ever trust any of the sets to actually be what they say they are, so you are correct in assuming you need to use clrmamepro to rebuild your sets. you won’t ever get a complete set as there are always some roms that don’t work but if you’re getting a pi 3, you’ll likely get support for more sets with lr-mame2003 (which is the deafult libretro mame emulator) Performance on mame4all-pi might be a bit better but I think it may also just depend on what roms you are trying to play.

    But just follow this page and you should get the majority of your stuff working:

    https://github.com/retropie/retropie-setup/wiki/Managing-ROMs

    and kudos to you for reading the documentation first before asking questions, most people dont.

    in reply to: KODI not working under RetroPie 3.6 on Pi 3 #119337
    herbfargus
    Member

    sudo apt-get remove kodi

    in reply to: LXDE Poll #119319
    herbfargus
    Member

    Rookervik has already created a desktop theme for the default carbon theme, so that isnt any issue.

    But I think I’ll leave it under ports for starters just for simplification especially considering the amount of systems retropie already has along with the limitations of a lot of the themes (It also allows people the freedom to create their own themes if they want)

    There are a few things that need to be addressed with autostart functions on jessie before I can build a proper module to install it but once those are addressed I’ll add it to the experimental menu of the setup script.

    in reply to: KODI not working under RetroPie 3.6 on Pi 3 #119318
    herbfargus
    Member

    Sounds like it didn’t properly install likely due to a network issue. Try reinstalling it. I had to try a couple times to get it to work, but I did get it working.

    in reply to: LXDE Poll #119263
    herbfargus
    Member

    Those changes are easy enough to do manually (most info is on the FAQ on the wiki and actually it has more info to make the boot even quieter so there is no text at all or raspberries…)

    and to amend my previous statement I guess there is a package for the raspbian version of LXDE (you install it after you’ve installed lxde), its raspberrypi-ui-mods so that’s easy enough to install with it and shouldn’t be a problem.

    It complains when launching that there is no session for PID XXXX which is referencing lxpolkit but this post shows how to easily remove that annoyance: https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=100118 I dont think it actually causes any problems. or you can just install the dependency: policykit-1 which also fixes that issue. Preliminary module for my own reference, test at your own risk http://pastebin.com/mJJik7p6

    in reply to: LXDE Poll #119256
    herbfargus
    Member

    I don’t know if there is a package for a “raspbian version” I’ve only ever used lxde installed with apt-get. retropie can be easily installed on top of the Raspbian image if people want that flavour.

    in reply to: Add Raspbian Menu to EmulationStation? #119220
    herbfargus
    Member

    You can also use the new directlaunch function. Which doesn’t require a shell script as it will launch a command directly from the main carousel in emulationstation

    in reply to: Preview image project #119212
    herbfargus
    Member

    Only thing I can think of is just making a new topic – Not much I can do on the backend really.

    in reply to: Preview image project #119202
    herbfargus
    Member

    Yeah that’s a fact. We’re working on getting a new site and forum

    in reply to: Mame Rom Compatibility Lists #119174
    herbfargus
    Member

    Will the performance really be that different? I suppose I can do that… I’ll do it when I find some time.

    in reply to: animated wallpapers? #119133
    herbfargus
    Member

    Dont think emulationstation supports animated gifs

    in reply to: Baldur's Gate Install? Grim Install? #119132
    herbfargus
    Member
    cd RetroPie-Setup
    sudo ./retropie_packages.sh residualvm configure
    in reply to: Baldur's Gate Install? Grim Install? #119127
    herbfargus
    Member

    There was a path issue with the residualvm settings so hopefully that was resolved.

    in reply to: Hiss on audio when using 3.5m socket #119114
    herbfargus
    Member

    Not sure if its the hardware or if it can be fixed with a software update and or setting change (the raspberry pi foundation seemed to allude to a future update fix)

    in reply to: Hiss on audio when using 3.5m socket #119112
    herbfargus
    Member

    Let us know if you get the same hissing with the raspberry pi 3. supposedly they fixed it but I’d like to know if thats actually true

Viewing 35 posts - 106 through 140 (of 1,829 total)