• ScreenSaver change to logo

    2
    0 Votes
    2 Posts
    1k Views
    P

    Sorry for the shameless bump, i am just desperate to change the screen saver to a company logo!

  • AdvMame and MAME2003 simultanesously?

    6
    0 Votes
    6 Posts
    1k Views
    rbakerR

    @Pyjamarama said in AdvMame and MAME2003 simultanesously?:

    Is there artwork that makes AdvMAME set apart from MAME in the GUI?

    Ahh, I get it now. Yes, you can do this:

    See this thread with graphics to match:
    https://retropie.org.uk/forum/topic/2975/svg-format-for-emulationstation/9

  • koi crash on new 4.0.2

    4
    0 Votes
    4 Posts
    1k Views
    M

    thanks buzz.
    seems the xbox controller was causing the problem

  • no sound emulation

    9
    0 Votes
    9 Posts
    3k Views
    glennlakeG

    @Cole_48 Linux is sexy and loving but she can be a harsh and exacting mistress. ;-\

  • Can't enter RGUI on NES cores

    2
    0 Votes
    2 Posts
    941 Views
    meleuM

    @lilbud can you reproduce it using rgui as menu driver?
    I'm asking because maybe your issue is related to what is described here:
    https://github.com/libretro/RetroArch/issues/2655#issuecomment-242959197

  • Bluetooth Controller Recomendations? (Non-PS3/4)

    7
    0 Votes
    7 Posts
    3k Views
    edmaul69E

    @5paceCat I recommend the 8-bitdo as well. They work great.

  • Coin not working for some Roms

    3
    0 Votes
    3 Posts
    1k Views
    FloobF

    @Aabra If you mean this type of thing:
    http://blog.petrockblock.com/forums/topic/fba-retroarch-core-coin-controls/#post-93014

    then if you make a change to /arcade/retroarch.cfg it will affect all the emulators that you use against roms in the arcade roms folder. Which isnt necesairly an issue, but it means your hotkeys will change.

    The input_enable_hotkey_btn = 5 you refer to is basically changing the hotkey enable function to another button - but it must be valid - see what yours are here:
    /opt/retropie/configs/all/retroarch-joypads/{controller-file-name}

  • Help pairing WiiMote with EmulationStation

    3
    0 Votes
    3 Posts
    2k Views
    B

    I went through this a week or so ago. I got to the part about the pin also and left it a zeros. It gave me some error but if you go back to the setup menu and tell it to connect it should connect when you scan and hit the 2 buttons on the wii controller. Here is my thread on getting mine to work.

    https://retropie.org.uk/forum/topic/3881/wii-controller-help-needed-solved

  • MAME-MAME4ALL reset default input

    2
    0 Votes
    2 Posts
    2k Views
    BuZzB

    @graf remove /opt/retropie/configs/mame-mame4all/cfg/default.cfg

    if you removed the mame4all.cfg you should re-install the emulator to get the default config back

  • CapriceRPI commandline parameters or config?

    1
    0 Votes
    1 Posts
    891 Views
    No one has replied
  • 0 Votes
    12 Posts
    10k Views
    N

    @mikeyb Hmm...how did you transfer the games over? Did you enable samba shares and do it that way? Are each system's games in /home/pi/RetroPie/roms/ ?

    Cause yeah the systems should show up in emulationstation as soon as there are rom files in those folders.

  • Can't see Select/Save/Load state text when using Floob's overlays

    3
    0 Votes
    3 Posts
    1k Views
    edmaul69E

    @ScOULaris is it that you cane see it at all or you just cant make out what it says? if it is the latter then just increase the font size in /opt/retropie/configs/all retroarch.cfg. search for this line:

    video_font_size = "12"

    and make it any size you want.you also can make these changes to it:

    # Enable usage of OSD messages. # video_font_enable = true # Offset for where messages will be placed on screen. Values are in range 0.0 to 1.0 for both x and y values. # [0.0, 0.0] maps to the lower left corner of the screen. # video_message_pos_x = 0.05 # video_message_pos_y = 0.05
  • No Main Menu Artwork for TRS-80 emulator, having trouble with theme.xml

    9
    0 Votes
    9 Posts
    3k Views
    M

    I had the same problem. It turns out that the folder in "/etc/emulationstation/themes/cobalt/trs80" should be hyphenated, so rename it or copy it as "/etc/emulationstation/themes/cobalt/trs-80" - now it works.

  • C64 not working on Retropie 4

    13
    0 Votes
    13 Posts
    8k Views
    edmaul69E

    @thunder no problem

  • 8BITDO Nes30 Pro Dreamcast and Daphne Config

    4
    0 Votes
    4 Posts
    3k Views
    ThakT

    Hi!

    Sadly no, i don't know how to skip the constant set up of time and date at each launch...
    I never used Daphne so no i don't have a config fot it.

    Sorry i can't help you for this one :(

  • Bash Welcome Tweaking

    5
    0 Votes
    5 Posts
    5k Views
    suprjamiS

    As you can see, it just iterates over the number of lines in the logo array: for i in "${!logo[@]}"; do

    And the logo array has 10 lines, so only 10 lines will be printed:

    168 local logo=( 169 "${fgred} .***. " 170 "${fgred} ***${bfgwht}*${fgred}* " 171 "${fgred} \`***' " 172 "${bfgwht} |*| " 173 "${bfgwht} |*| " 174 " ${bfgred}..${bfgwht}|*|${bfgred}.. " 175 "${bfgred}.*** ${bfgwht}*${bfgred} ***." 176 "${bfgred}*******${fggrn}@@${bfgred}**" 177 "${fgred}\`*${bfgred}****${bfgylw}@@${bfgred}*${fgred}*'" 178 "${fgred} \`*******'${fgrst} " 179 "${fgred} \`\"\"\"'${fgrst} " 180 )

    Assuming you've renumbered the out loop from 1 to 12 so that it ends:

    220 12) 221 out+="${fgwht}The RetroPie Project, https://retropie.org.uk" 222 ;;

    Just add two more lines to the logo with the correct spacing:

    180 " " 181 " " 182 )

    Now it works fine:

    pi@retropie:~ $ source .bashrc .***. Sunday, 18 September 2016, 10:39:06 PM ***** Linux 4.4.13-v7+ armv7l GNU/Linux `***' |*| Filesystem Size Used Avail Use% Mounted on |*| /dev/root 59G 14G 43G 24% / ..|*|.. Bachelor Chow .*** * ***. Now with flavor! *******@@** Uptime.............: 9 days, 18h56m29s `*****@@**' Memory.............: 28872kB (Free) / 752872kB (Total) `*******' Running Processes..: 125 `"""' IP Address.........: 192.168.1.202 Temperature........: CPU: 54°C/129°F GPU: 54°C/129°F The RetroPie Project, https://retropie.org.uk

    Learn bash scripting and you can do many things on Linux :) http://tldp.org/LDP/Bash-Beginners-Guide/html/index.html

  • Disable Xbox Controller in Kodi

    2
    0 Votes
    2 Posts
    3k Views
    vbsV

    I think you could just disable gamepad support for kodi in Kodi settings under System-Input.

  • Xbox360 Dpad not working in runcommand menu

    3
    0 Votes
    3 Posts
    938 Views
    vbsV

    I think I found the reason: The hex values that are getting sent are terminal-specific and don't work for my terminal. I fixed it (hopefully) by using curses which uses terminfo to translate to the actual terminal values.
    PR soon... :)

  • Composite video for old CRT

    1
    0 Votes
    1 Posts
    897 Views
    No one has replied
  • Script for doom and generic wad file...help

    7
    0 Votes
    7 Posts
    4k Views
    chippettoneC

    I tried several times to make the scripts but doom does not start. Retropie of 3.3 worked. From retropie 4 they do not start the scripts. The procedure is the same but does not start. Click on the item (eg Doom2) and remains black screen and returns to emulationstation. Only shareware doom works. In the shareware doom script there are not all these written. What can I do? I've already done the script as you said, but will not start. I also checked the permissions and access are the same and have enabled the script as a running program. I do not know what else to do ... you have any idea? Thanks for the help given so far.

Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.