Jump to content

zaxcav

Members
  • Posts

    60
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

zaxcav's Achievements

Rookie

Rookie (2/14)

  • Dedicated Rare
  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later

Recent Badges

43

Reputation

  1. The Update Manager will only show updates to installed packages. Use the Package Manager to first install OpenRCT2 from the master PPA.
  2. Yes. sudo add-apt-repository ppa:openrct2/master
  3. You need root privileges to install. Make sure you use "sudo" as the instructions above state.
  4. It's possible the sound files are not included in "Minimum" file group in your CD version and can be found in one of the other folders. But that's just a guess. The important thing is you got them. There's another post in the forums about music missing from the game that might interest you:
  5. Per the wiki, the following files are for the music and should be in your RCT2 folder in the Data folder: Optional: CSS3.DAT - CSS9.DAT, CSS11.DAT - CSS15.DAT and CSS18.DAT - CSS46.DAT (music styles) Optional: CSS17.DAT (title screen music) Optional: CSS17.DAT from RCT1, renamed to CSS50.DAT, which enables you to have the RCT1 title screen music. Based on your screen shots, you can look for these files in /home/owner/programs/rct2/Minimum/Data
  6. That sounds like you did it right. 🥳 Glad we could help.
  7. Ok. This command should extract all of the files from the CD: unshield -d "/home/owner/programs/rct2ww" x "/media/owner/RCT2_WW_EU/data1.hdr" Once that's done post a list of the extracted files so we can help advise you how to merge them with the RCT base install as Gymnasiast advised above.
  8. I don't have a RCT2WW CD to see what it looks like, but based on what you've pasted above the command used didn't extract anything at all. Try this to extract the whole CD content: unshield -d "/home/owner/programs/rct2ww" x "/media/owner/RCT2_WW_EU/data1.hdr" Once that's done, post a list of the content of the "rct2ww" folder.
  9. For RCT1 ,there are instructions here: https://github.com/OpenRCT2/OpenRCT2/wiki/Loading-RCT1-scenarios-and-data
  10. Great suggestion from Gymnasiast regarding Flakpak. Looking at the entry in the Software Manager in LinuxMint for OpenRCT2 it is indeed a Flatpak package. Leave your CD extracted files - they should be ok. Uninstall OpenRCT2 in the Software Manager. Install OpenRCT2 using the apt-get commands. Hopefully that will work.
  11. I don't understand that either. The only possible explanation that comes to mind is a folder permission issue. The message "command not found" indicates that the openrct2 executable is not in your path. In your case, the correct folder that OpenRCT2" needs is the "Minumum" folder, so the correct command would be: openrct2 set-rct2 ~/programs/rct2/Minumum But that will not work if the executable cannot be found. How did you install OpenRCT2? If I install from the nightly PPA, using the commands in the quickstart guide, it's found in the path. Entering the command "which openrct2" finds the executable here "/usr/bin/openrct2", for me.
  12. Hmm, your installation does indeed have a "Minimum" folder. All the necessary files should be under there. Can you show what files are in the "Minimum" folder? BTW, the problem with the listed commands is the parts with "$" (e.g. "$INSTALLDIR") - these are shell variables which presumably are not set, so expand to nothing. The resulting path, after expansion of the shell variables, is not found. So the commands need to be adjusted accordingly to replace the shell variables with the correct path.
  13. I have tried the instructions from the quickstart page listed in the first post and it does not work for me either (Retail CD from RCT2 Triple Theme Pack) - the archive has no "Minimum" group. Leaving out the "-g Minimum" will extract the files. This is as described on the Wiki: https://github.com/OpenRCT2/OpenRCT2/wiki/Required-RCT2-files#disc-version
  14. Probably the simplest thing to try is use the file browser to move the entire installed RCT2 folder from under ".wine" into your home folder and see whether OpenRCT2 can find it there.
  15. Can you confirm that the RCT2 files are indeed installed under ".wine". Can you find the RCT2 files using the normal file browser?
×
×
  • Create New...