Posts by djoni_w

    I am very interested in this scrip, care to send it to me ? or is it somehwere online?

    I'll put it online as sun as possible (sorry for the delay on this answer, didn't return to the forum sinse than), it reads the inputs with evdev and rewrite the retroarch config file to match the controllers detected, will try to paste here (but probably the code will look something odd..):


    -----------------------------------------------

    The base_emu.cfg

    ---------------------------------------------------------------

    The game path + name must be passed as argument 1, and the controllers must be prev configured, done the following (and like all the rest, a uggly written) script to map, this must be acessed by shell

    --------------------------------------------------------------

    ---------------------------------------------------------------------------

    The base_config_ctrl.cfg:

    -----------------------------------------------------------------------

    --------------------------------------------------------

    The text written in shell is in portuguese, but is understandable (this word exists?) by reading the code itself...

    All the files are in /storage/.config/reicast/, as well as the controllers config files..

    The indentation (those are python scripts) where lost here, will try to post id in github..

    Kupo91 did you tried to convert your psx multidisc games to PBP with PSX2PSP? This allows to join multidisc (up to 5 discs) games in one file, playable on any psx emulator....

    Hi,

    how can I find out which version of Sx05RE I've installed?

    I once have downloaded MXQ Project but only copied the Retroarch folder because I liked the possibility to run RA out of my Kodi addon menu. However the MXQ Project is from last year and I don't know how to update my Retroarch files. Kodi shows me that the current version is 7.0.2-J08. Whatever this means. Does anybody know how to update my Retroarch files to the latest Retroarch files from Sx05RE v1.8.6? There is a bug which makes it impossible to play multidisk games in pcsx_rearmed and maybe it works better in the latest version. I hope so because I already asked for help in libretro forum, on github and reddit but nobody cares. I'm running out of ideas. All the good RPGs are multidisk games and I can't play none of them :( Help me please

    niabi I'm using the SX05RE in a95x boxes, realy great work! Runs DreamCast games better than Recalbox in a Raspberry pi 3 board (it very impressed me), allow keyboards and much more, but I'm trying to compile a version of the system with minimal changes (the reset script and to test if i figure out how to translate emulationstation to other languages mainly), but every time I try to compile some error hapens, a hash check, a file not found or something... What I'm doing wrong?
    Using ubuntu 18.04 LTS and a notebook with 4GB of RAM I followed those steps:


    sudo apt update && sudo apt upgrade
    sudo apt install gcc make git gcc-multilib lib32stdc++6
    sudo dpkg-reconfigure dash (select no, to install bash as the default)
    git clone GitHub - shantigilbert/Sx05RE: 'Just enough OS' for Kodi. Sx05 Retro Edition, an emulation build based on LibreELEC for S905, S805 Devices. Sx05RE
    cd Sx05RE

    // here I change the reset script on usr/bin, but also tried without changing nothing
    make image PROJECT=S905 ARCH=arm DISTRO=Sx05RE

    As said here : GitHub - shantigilbert/Sx05RE: 'Just enough OS' for Kodi. Sx05 Retro Edition, an emulation build based on LibreELEC for S905, S805 Devices.

    Also tried to first download all stuff with the tools/download-tool, same result (not exactly, apears that isn't always the same point that fails, but is the same kind of error, files not found mosty), aný hint or something?

    Other thing, i've figure out a way to detect and autoconfigure the controllers for DreamCast - so if you have more than one controller with a config (also made a script to create those configs files) the system detects and changes the emu.cfg to correspond to the correct controllers, and a script to make a .UAE for amiga games (works fine, but only tested ECS games) that allows to run a amiga game from emulationstation and get all floppys loaded, way simpler than the CHDs that load faster, but also is simpler to add games this way - put the adf (or ziped adf) games in the amiga directory, when select the ADF the script search for other games corresponding to other floppies (based on disk N of N in the name to work), then create a temp.uae and loads it on the emulator, not need to creating all uae files one by one..

    Looking fowards for help, sorry for the poor english and again, great work on this!:S