• 0 Votes
    24 Posts
    5k Views
    Striderx99S

    @Striderx99 It looks like updating the .cfg with those settings and uploading it did the trick. I guess that wraps this issue up. I tested it with three games and they loaded up fine. If anything like this happens with any other emulator, I'll know what to do. Thanks for your patience.

  • Yar’s Revenge boots but unable to play game

    3
    0 Votes
    3 Posts
    467 Views
    V

    @mitu
    Yes, I will try changing the ROM file. I am using lr-stella2014 as the emulator.

    EDIT: I figured it out. On the retroarch menu settings the controller was set to stella adaptor paddle controller. I set it to gamepad and it works now! I remember one day I was trying to use a pc mouse as a paddle, and I must have changed controller setting to paddle and kept it by accident. Sorry about that! Thank you!

  • Use of dosbox.conf

    2
    0 Votes
    2 Posts
    280 Views
    mituM

    I know that conf files can now be started directly from the ES. Nevertheless, the question, if I store a dosbox.conf in the directory of the respective game, will it be used and read automatically (e.g. when the exe is started)?

    No, it's not going to be read automatically.

    If I use cycles=auto, will the game be played with a suitable speed or is there a default value for old games like Might & Magic 1?

    Some older games need a fixed cycles, since they assumed the CPU speed will be fixed. You'll have to experiment and see, if auto is not working correctly, then start with a fixed cycles (5000) and add more until it works fine.

  • Skyscraper help

    2
    0 Votes
    2 Posts
    331 Views
    S

    @jadams what platform and source (nvm I see screenscraper -- what platform and game(s)?) do you use? I just tested arcade frogger.zip on screenscraper and got a description:

    $ /opt/retropie/supplementary/skyscraper/Skyscraper -p arcade -s screenscraper ~/RetroPie/roms/arcade/frogger.zip ------------------------------------------ Running Skyscraper v3.7.7 by Lars Muldjord ------------------------------------------ Platform: 'arcade' Scraping module: 'screenscraper' (...) #1/1 (T1) Pass 1 ---- Game 'frogger' found! :) ---- Scraper: screenscraper From cache: NO Search match: 100 % Compare title: 'Frogger' Result title: 'Frogger' () Platform: 'Konami Classics' () Release Date: '1981-01-01' () Developer: 'Konami' () Publisher: 'Konami' () Players: '2' () Ages: '' () Tags: 'Action / Labyrinth, Action' () Rating (0-1): '0.9' () Cover: YES () Screenshot: YES () Wheel: YES () Marquee: NO (uncached) () Video: YES () Description: () 'Frogger is a one or two-player game in which players must overcome a number of hazards to safely guide the green amphibian from the bottom of the screen to one of five home bases situated at the top of the screen. A round is completed once five frogs have been guided safely home, after which the next round begins with an increased level of difficulty. This includes faster-moving vehicles on the road section and new, deadly hazards on the river section, including crocodiles, otters and snakes.' (...)
  • Cannot setup 8bitdo bluetooth adapter on Pi 4

    7
    0 Votes
    7 Posts
    1k Views
    G

    @qstyler said in Cannot setup 8bitdo bluetooth adapter on Pi 4:

    Hi! I'm trying to set up an 8BitDo BlueTooth adapter but it doesn't seem to work for some reason.

    First of all, I disabled Bluetooth in the config.txt file by adding dtoverlay=disable-bt

    Then I plug my dongle and try to do bluetoothctl, but it hangs forever.

    To fix the issue I tried to run the following:

    $ sudo systemctl enable bluetooth Synchronizing state of bluetooth.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable bluetooth $ sudo systemctl start bluetooth

    This command gives no output...

    And this is a status of the bluetooth:

    $ sudo systemctl status bluetooth * bluetooth.service - Bluetooth service Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled) Active: inactive (dead) Docs: man:bluetoothd(8) Apr 09 11:24:42 retropie systemd[1]: Condition check resulted in Bluetooth service being skipped.

    If I try to get a list of USB devices, I can see my dongle, but without a name (device 004):

    $ lsusb Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 2dc8:3107 Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    Here's the full dmesg output, maybe this will help.
    https://pastecode.io/s/ejohjh6u

    I'm using Raspberry Pi 4 Model B Rev 1.2

    There are no other USB devices connected to my Raspberry.

    And I'm using a default usb-c power adapter that came in a box.

    The 8bitdo bluetooth adapter is not actually a bluetooth adapter in the traditional sense. When you plug it in, it is treated as a USB controller, not a bluetooth radio. To connect a controller to the receiver, press the pairing button on the adapter, then press the pairing button on your controller. When both lights are solid, the connection is made. It also means you can only have one controller paired to the adapter at a time, and need multiple adapters if you want to pair multiple controllers. Changing bluetooth settings in the OS will have no effect on the adapter.

  • Bezel Project and No-Intro Titles

    4
    0 Votes
    4 Posts
    673 Views
    mrmadcatzM

    @mitu Lol, this is the way. Thank you so much. Feel so dumb for not thinking to make an issue in GitHub. I appreciate you as always, mitu!

  • Super Mario War Pauses

    1
    0 Votes
    1 Posts
    116 Views
    No one has replied
  • 0 Votes
    5 Posts
    536 Views
    L

    @mitu awesome, thanks! It seems pretty silly to attempt to match EXACT versions, since retropie works with latest version anyways. I guess I'll just make my script compare version numbers and if it is < the system I want to replicate, just use the retropie_packages.sh with install_bin. Building EVERYTHING from source and hacking the source parm seems unnecessarily silly.

  • What is this script doing?

    2
    0 Votes
    2 Posts
    333 Views
    L

    @WhiteT982 $1 is passing the 1st parameter (probably your steam game) to the "steam" command.

    &2>1 is redirecting stderr to stdout (so you can see if an error occurs while reading stdout).

  • 0 Votes
    2 Posts
    289 Views
    mituM

    The hotkey actions are only available for P1, that's by design - it cannot be configured.

  • NO VIDEO OUTPUT

    2
    0 Votes
    2 Posts
    596 Views
    mituM

    What Pi model ? What RetroPie version ?
    Please add the info requested in https://retropie.org.uk/forum/topic/3/read-this-first, as much as you can.

  • Arcade buttons not configuring properly

    5
    0 Votes
    5 Posts
    661 Views
    B

    @sleve_mcdichael Oh, I see! God I feel an idiot haha .. I'll try that out, but that makes sense.

  • Vibration don't work for some ps1 games.

    10
    0 Votes
    10 Posts
    2k Views
    mituM

    @windg You can also reset the game (Hotkey + B) in order for the controller type to be re-read, just changing it mid-game doesn't work. Save a game Remap file for the controls so you don't have to repeat the steps each time.

  • MESS Version?

    35
    0 Votes
    35 Posts
    5k Views
    F

    @fdr4prez

    If correct, you should have one in your mailbox now.

  • Shader Activation text in Retroarch.cfg?

    3
    0 Votes
    3 Posts
    465 Views
    duglorD

    @sleve_mcdichael said in Shader Activation text in Retroarch.cfg?:

    video_shader = "/path/to/shader.glslp"

    Edit: if you want them enabled by default, use also:
    video_shader_enabled = "true"

    THANKS!

  • Anyone had any luck emulating the Sharp MZ-1500?

    2
    0 Votes
    2 Posts
    418 Views
    F

    @JimmyFromTheBay

    I've installed the MESS fork for it (lr-mess-mz1500-cass).

    What is the MESS fork ?
    Please give a better explanation on how you installed.

    With this command you can find the supported extensions :

    pi@raspberrypi:~ $ /opt/retropie/emulators/mame/mame -listmedia mz1500 SYSTEM MEDIA NAME (brief) IMAGE FILE EXTENSIONS SUPPORTED ---------------- --------------------------- ------------------------------- mz1500 cassette (cass) .wav .m12 .mzf .mzt

    These are the loading instructions for MZ-1500 :
    Hit C key
    TAB > Tape control > Play

    I used cassette files inside mz800_cass.zip from mame-sl.
    mucmac.zip worked for me.

  • Hi,Pi3B, Can’t set Country from Raspi-config

    11
    0 Votes
    11 Posts
    2k Views
    mituM

    @erv93 said in Hi,Pi3B, Can’t set Country from Raspi-config:

    Hardware issue ?

    Loos like it.

  • Red Light is on but no signal on screen

    2
    0 Votes
    2 Posts
    308 Views
    mituM

    See https://forums.raspberrypi.com/viewtopic.php?t=58151 for potential issues during boot. It details most problems and how to find them based on the led blinking pattern.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Constant green and pink screen

    11
    0 Votes
    11 Posts
    1k Views
    windgW

    @DJ151 Not to worry, you weren't disrespectful.

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.