Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port Issue: OpenRCT2 Missing game files, see README for more info #1096

Open
2 of 20 tasks
michielhemme opened this issue Dec 26, 2024 · 0 comments
Open
2 of 20 tasks

Comments

@michielhemme
Copy link

michielhemme commented Dec 26, 2024

Device Type

  • RG351P/M
  • RG351V
  • RG351MP
  • RG353M/V/P
  • RG503
  • RG552
  • RGB10
  • RGB30
  • RK2023
  • X55
  • Other device (R36S)
  • All of the above

Firmware

  • ArkOS
  • ArkOS Wummle
  • AmberELEC
  • JelOS
  • RockNix
  • uOS
  • RetroOZ
  • TheRA

Port: {OpenRCT2}

Description

After copying the official files to the required directories (RCT2/RCT1) I was prompted with an error:
Missing game files, see README for more info. Which made no sense since the files we're there.
So dived into the script and Saw the check above had no $GAMEDIR infront of it (

if [ ! -f "RCT2/Data/g1.dat" ]; then

). So I changed that line to:

if [ ! -f "$GAMEDIR/RCT2/Data/g1.dat" ]; then

And after that it worked.

Reproduction Steps

  • Copy files of RCT1/2 to required directories
  • Start game
  • Encounter error message
  • Adjust OpenRCT2.sh on line 38: if [ ! -f "$GAMEDIR/RCT2/Data/g1.dat" ]; then
  • Start game
  • Enjoy OpenRCT2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant