RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    [SOLVED] lr-scummVM + Multilanguage: How to run a rom in the desired language?

    Scheduled Pinned Locked Moved Help and Support
    lr-scummvmretropie 4.8.8libretrorpi5
    1 Posts 1 Posters 187 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      shift
      last edited by shift

      Can anyone run a multilanguage rom directly in the desired language without having to go through the GUI? I have tried in every way to modify this script but there is nothing to do.

      #!/usr/bin/env bash
      ROM=$1; shift
      SVM_FILES=()
      [[ -d $ROM ]] && mapfile -t SVM_FILES < <(compgen -G "$ROM/*.svm")
      [[ ${#SVM_FILES[@]} -eq 1 ]] && ROM=${SVM_FILES[0]}
      /opt/retropie/emulators/retroarch/bin/retroarch \
          -L "/opt/retropie/libretrocores/lr-scummvm/scummvm_libretro.so" \
          --config "/opt/retropie/configs/scummvm/retroarch.cfg" \
          "$ROM" "$@"
      

      EDIT: it is not necessary to intervene on the script, it is sufficient to add the line to the scummvm.ini file (/home/pi/RetroPie/BIOS/scummvm.ini): language=(en, de, fr, it, pt, es, jp, zh , kr, se, gb, hb, ru, cz), choosing the language between (), without spaces before and after "="

      1 Reply Last reply Reply Quote 0
      • First post
        Last post

      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.