You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (
Device Type
Firmware
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 (
PortMaster-New/ports/openrct2/OpenRCT2.sh
Line 38 in 09a4c79
). So I changed that line to:
And after that it worked.
Reproduction Steps
if [ ! -f "$GAMEDIR/RCT2/Data/g1.dat" ]; then
The text was updated successfully, but these errors were encountered: