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?
-
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 "="
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.