Jump to content

Gymnasiast

Developers
  • Posts

    738
  • Joined

  • Last visited

Everything posted by Gymnasiast

  1. Because it might be embedded in the bundle. Programs on the Mac look like a file, but are secretly folders. Anyway, can you right-click the RCT2TTP icon on your desktop and tell me if it lists 'Toon pakketinhoud' ('Show package contents')? If so, click that option. A Finder window should appear. The RCT2 files should be somewhere in the folder structure. If you have a folder called 'RollerCoaster Tycoon 2' with 'ObjData' as a subfolder, you have the right one. Copy that "RollerCoaster Tycoon 2" folder to Downloads or some other easy-to-find folder.
  2. @jensj12 @X7123M3-256 It's not caused by missing JSON objects. All of the objects are _functioning_, they only lack assets. That is the symptom of JSON objects being present, but the original .DAT files missing (or in the wrong directory). Most likely, the OP put the original DAT files in Documents/OpenRCT2/object or <OpenRCT2installdir>/object, which used to work, but now doesn't.
  3. When you installed RCT2TTP with Wine on your Mac, did it create an icon for it in Applications?
  4. You're missing all of the Object .DAT files. This usually means that your RollerCoaster Tycoon 2 installation is incomplete.
  5. You're using the Windows version of OpenRCT2 on your Mac. You should use the Mac version.
  6. You need to rearrange some files if you have RCT Classic. Create a new folder somewhere on your harddisk. In this example I called it "RCTC Harvest". In this folder, create the following subfolders: Data ObjData Tracks Now copy the following files over: g1.dat to Data *.pob to ObjData *.td6 to Tracks Now you should be able to start OpenRCT2 and point it to the RCTC Harvest folder.
  7. Hm, it looks you were using 0.0.4! That's an ancient build. I hope you found the upgrade to 0.2.0 worthwhile
  8. I have been able to reproduce. It has been reported in https://github.com/OpenRCT2/OpenRCT2/issues/7829 .
  9. > Okay we need byte-swapping. Osx has a utility for that It's mostly the amount of calls to modify, not so much the existence of a library. But even if it was, a macOS-only library is not going to help - the last PPC version was 10.5, which is way too old for us to support. The only place where PPC support would conceivably be of any use would be Linux. > Talos II is production since early 2018 Talos II is not a mainstream CPU. Do you expect the average user will own such a computer? They're specialised machines for a specific niche. > Why openRCT2 doesn't support anything below 10.9 ? Because it means we cannot use C++ 17 for example. Xcode is the main problem here, it always lags behind GCC and even MSVC in terms of standards support. And we're being generous here, Apple does not even support anything older than 10.11 El Capitan. Look, we all do this in our spare time and we have limited time available. Hardly anybody is going to benefit from a PPC compatible version, not to mention that none of us even have PPC hardware. Again, it's open source, so if someone were to step up and do it, we would welcome their patches. But you can't just demand that we do it for you.
  10. PowerPC is big-endian, while x86 is little-endian. It's a somewhat technical story, but it boils down to how numbers are saved internally. Since OpenRCT2 does a lot of stuff like "get the bit at position 9 of this number" or "get the upper 8 bits of that number" this would not work properly on the PowerPC. All of these calls would have to be modified to also work on PowerPC. Since the newest mainstream PowerPC systems are from 2006, and because we don't even support macOS versions that old (the minimum is 10.9 Mavericks IIRC)*, I wouldn't expect support for it, though if someone were to step up to do so, we would still welcome it. * I know that Linux PPC exists, but it's quite a niche within a niche.
  11. I said "eventually". It doesn't save them now, it will do so in the future. For now, you will have to enable them every time.
  12. That's right, yes. They will be saved in the save file eventually.
  13. @AventurineSunIt looks as if the OP has this problem when loading the game itself, not loading their own saves. @NythoriaIt looks like your title sequences have become corrupted. Do you use the OpenRCT2 Launcher?
  14. You cannot place guest entry points on paths that the park owns. That might be the reason. Also, it would be a heck of a lot easier to solve your problem if you upload your landscape.
  15. Yes. It used a custom save format for regular saves. For exporting, it uses mostly standard SV6 for parks with <= 10000 sprites, and a slightly modified (incompatible) SV6 for parks with > 10000 sprites.
  16. Open a command prompt, `cd` to the directory where openrct2.exe and openrct2.com reside, then execute `openrct2.com`. It should print some error message to the command prompt.
  17. RCTC is limited to 15000 sprites. Sprites include guests, staff, vehicles, litter, vomit, ducks, explosion debris and steam clouds. (Interestingly, this is higher than RCT2's limit of 10000.)
  18. I'm going to need a bit more information: Where did you obtain RCT2 Triple Thrill Pack? Can you run the unmodified version RCT2 TTP? What is the *specific* error you get? I need to know what it literally says. A screenshot is also fine.
  19. Don't you think it's an overly dramatic response? You had a bad experience on one server, and you then proceed to say that you hate this game. Have you spent a moment considering that: We don't run that server Not all servers are like that Judging an entire community and the programmers of a game based on one experience is stupid? Now, I'm not saying what the people in the server did was justified. But I have trouble seeing stuff from your side if you so easily dismiss a whole game and community based on one bad experience. Especially on this forum, which is here to help people, not a place to piss on the game.
  20. Not true. It affects all saves. @beatsaway You need to update your OpenRCT2 version. The bug was fixes 22 days ago.
  21. Ride types (Looping roller coaster, wooden roller coaster, twist) are always there, but the vehicles (including those from flat rides) are put into objects. There is no way you can have disabled a vehicle that was in use - even if the dialog would have allowed it, the game would have crashed. What you probably did is disable one of the other vehicles for a ride type. If you upload your save and tell me which ride you were talking about, I can tell what happened.
  22. Another thing to keep in mind is that the price that guests are prepared to pay for a ride is cut in four if they had to pay an entrance fee. If you want to make real money from rides, you should not ask an entrance fee.
  23. On Windows, custom objects go in Documents\OpenRCT2\object (create the folder if it does not exist).
  24. @jensj12No, you should not select the rct1deluxe_install folder. You should select the folder above it. @willygatti If it still fails, please give a listing of the directory you select.
  25. Custom tracks should go in Documents/OpenRCT2/track (assuming you're on Windows). Under no circumstance put anything in the RCT2 source folders like ObjData, Scenarios, Saved Games, Tracks and Data.
×
×
  • Create New...