Forum Replies Created

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • in reply to: Raspberry Pi 3 freezes? #120894
    elgur85
    Participant

    I don’t know if the issue is in Retropie (the image) or the Pi itself.
    I have other strang issues, like drops in SSH connections, and problems to reboot the Pi, it sais that it’s going to reboot, but nothing happens.

    in reply to: Raspberry Pi 3 freezes? #120868
    elgur85
    Participant

    It shouldn’t be the powersupply since I use the official powersupply…

    in reply to: Pi 3 Wifi and Ethernet connectivity issues #119854
    elgur85
    Participant

    I did have some issues, but after a new installation everything worked fine.

    in reply to: Raspberry Pi 3 freezes? #119751
    elgur85
    Participant

    Nope, I can’t access it through SSH. I’ve seen it around 55-60, so no high temperature.
    Using a newly downloaded Retropie image for the RPi3, so the config.txt is not for my RPi2.

    in reply to: Can't configure controller. #119314
    elgur85
    Participant

    [quote=119304]When in Emulation Station you could re-create the file by pressing Start on the controller and entering the Input controller menu.

    [/quote]

    And if I cannot enter that menu with my controller?

    elgur85
    Participant

    Never mind, I got it to work. :)

    in reply to: Running DOS games. #99301
    elgur85
    Participant

    [quote=99250]I managed to get Leisure Suit Larry running in ScummVM, both the floppy DOS version and the VGA remake, in a matter of minutes, a lot more straightforward than DOSBox.

    I just followed the quick start instructions at the Retropie wiki. Alternatively, check out herbfargus’ video at https://www.youtube.com/watch?v=txdiaZlDUEs

    [/quote]

    I agree, it was very easy using ScummVM. :)
    I’ve added many games from my childhoood, thanks for the tip! :)

    in reply to: Running DOS games. #99247
    elgur85
    Participant

    It is indeed Leisure Suit Larry. But not the VGA version, mostly using keyboard-arrows and writing lines with the keyboard. :)

    But I will take a look at ScummVM aswell. Thanks!

    in reply to: Running DOS games. #99237
    elgur85
    Participant

    [quote=99235]do you have wolf3d game folder in the pc rom folder? if not that’s probably why, or if you do you might need to chown pi:pi to the folder.

    [/quote]

    No, I created lsl1.sh and added this line:

    #!/bin/bash
    /opt/retropie/emulators/dosbox/bin/dosbox -c “mount c /home/pi/RetroPie/roms/pc” -c “c:” -c “cd lsl1” -c “Lsl1.com” -c “exit”

    in reply to: Running DOS games. #99234
    elgur85
    Participant

    [quote=99200]/opt/retropie/configs/pc/emulator.cfg

    should look like this

    dosbox="%ROM%"
    default="dosbox"

    then you need to input the individual launch.sh for each game.

    /home/pi/RetroPie/roms/pc/Wolfenstein 3D.sh

    #!/bin/bash
    /opt/retropie/emulators/dosbox/bin/dosbox -c "mount c /home/pi/RetroPie/roms/pc" -c "c:" -c "cd wolf3d" -c "WOLF3D.EXE" -c "exit" 
    

    Hope that answers a couple of questions.

    [/quote]

    Thanks, it sorts of works. It turns up in ES, but it stops immediately.

    in reply to: Running DOS games. #99197
    elgur85
    Participant

    [quote=99196] @elgur85 the trick is to edit es_system to show only .sh launch scripts. You also have to make a launch .sh for each game and edit the config/dosbox emulator by removing the launch command and only leaving %rom%. Takes a bit of work but once you got it edited, everything works easily.

    [/quote]

    Thanks! I understand how to edit es_system.cfg. What file is the config-file for Dosbox? :)

    in reply to: Running DOS games. #99194
    elgur85
    Participant

    I read this:

    “If you are new to Retropie 3.0, then simply add your game files to the ~/RetroPie/roms/pc folder (check the first tutorial if you’re unsure how to do this). You can then launch them directly from Emulation Station by selecting the executable file (.EXE, .BAT, .COM) in the game folder.”

    in this link: http://dosonthepi.blogspot.ca/2015/04/retropie-30-update.html

    But adding games to the pc folder doesn’t make the games show up in ES. :(

    in reply to: Saturn emulator in RetroPie 3.0 beta 2? #99131
    elgur85
    Participant

    When I installed it, the “rom” folder appeared. I added a game, and BIOS.
    But how do I start the emulator? Doesn’t show up in ES.

    in reply to: Saturn emulator in RetroPie 3.0 beta 2? #99128
    elgur85
    Participant

    Oh, I didn’t know I had to install it from a menu. :)
    Thanks!

    elgur85
    Participant

    Thank you for your help! :)

    in reply to: Whats your OverClock settings? :) #93835
    elgur85
    Participant

    [quote=93458]The temperature won’t be an issue. These CPUs are good for 85 degrees before they start to throttle. It’s more likely your cpu or ram or both cannot handle to overclock settings. Maybe drop the ram overclock a little and overvolt it a touch.[/quote]

    Thanks, I will give that a try. :)

    in reply to: Whats your OverClock settings? :) #93406
    elgur85
    Participant

    [quote=2077]Hey, just wondering what people have as their overclock settings, with my settings I have near perfect playback of all systems, and PSX plays perfect.

    arm_freq=1000
    gpu_mem=384
    avoid_safe_mode=1
    core_freq=500
    sdram_freq=500
    over_voltage=4
    force_turbo=0
    [/quote]

    I tried using these settings, but my Pi freezes when it’s getting close to 60 degrees celsius when playing SNES games. :(

    Edit: I changed to “Medium” overclock using raspi-config. Then it doesn’t get warmer then 50 degrees.

    in reply to: Whats your OverClock settings? :) #93225
    elgur85
    Participant

    I’m running on “Meduim” overclock trough Raspi-config now with a Raspberry Pi B with heatsinks. “Normal” temperature at console is about 46 degrees, isn’t that a bit high? Right after I quit ES using NES emulator, it’s about 51 degrees.

    in reply to: What controllers are you using? #93180
    elgur85
    Participant

    I’m using Logitech Dual Action, a rather old controller now I think.
    But it works like a charm. :)

    in reply to: What file should I edit? #93179
    elgur85
    Participant

    Well, I did some other changes in my “file”. :)
    So now, everything works perfectly! Thanks! :)

    in reply to: What file should I edit? #93177
    elgur85
    Participant

    Well, that does the trick, thank you.
    But then I have to do some other moddings as well. :)

    My B button on NES games will then reset the ROM.
    And my Start button kills emulationstation.

    Hehe. :)

    in reply to: How to save games in RetroPie / RetroArch #93168
    elgur85
    Participant

    Hello there!

    Is it possible to save “states” by only using one button?
    And another for loading states?

    in reply to: What file should I edit? #93164
    elgur85
    Participant

    So, I found out what file / files to edit.
    But do I have to use a “hotkey” to be able to save/load state?
    Can’t I just configure to use one button?

Viewing 23 posts - 1 through 23 (of 23 total)