-
Posts
806 -
Joined
-
Last visited
Everything posted by Gymnasiast
-
You cannot import your progress from RCT1 directly. But you can load up your saves and use the cheat to trigger the "scenario win". Or, if you don't have your saves, open the park again and use the cheat. So you can recreate your progress that way.
-
I suggested that name indeed, although we have more Monty Python fans on the team, and we decide on one together. Also, there *will* be a version called “The Spanish Inquisition” at some point, but I'm saving that name for a specific occasion. (I'm not revealing what the occasion is. After all, that would make people expect it. )
-
Hello everyone! We are happy to announce the release of OpenRCT2 v0.3.3, nicknamed “Society for Putting Things on Top of Other Things”! To get this release and see what's new, go to https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.3.3 . Happy building!
-
Can you provide your build hash? It's in the title screen and looks something like `ab1c2de`. (I know you said "latest build" but we need it more precise than that.) Edit: it doesn't crash for me, but it does freeze. Is that what you meant?
-
It is not very active, but it is active. Questions do get answered after a few days. The most important reason he doesn't recommend that is how hard it is. There are a lot of sprites to get right and a lot of technical stuff. It's generally only recommended to look into this kind of stuff if you're much more familiar with RCT2. At the moment, there are several tools besides the ones that Amazing Earl used, but they all have some drawbacks. I would like to improve them, but we're always strapped for time. That would need changes to the game. Currently Go Karts vehicles cannot override the maximum speed. This would require new track pieces and also accompanying sprites. Not technically impossible, but an enormous amount of work. By the way, the Go Karts do have code for handling wider turns (but only single width), but they lack track sprites. No, this is determined by how many vehicles fit behind each other on the station. And it maxes out at 31, which is a limit enforced by the SV6 file format. (We are slowly working on moving away from that, however.) He has used cheats to temporarily change the ride type, so that he could use wider turns, and then made the track invisible, using scenery to create the illusion of a wider track.
-
You don't need to _install_ RCT2 in Steam, just downloading was enough. Go to System Preferences > Security & Privacy > General. It should have a button "Open anyway" or something like that. Click that to run OpenRCT2.
-
You need to put it into the Steam window itself, in the Console tab. You put it in the Terminal, which is the wrong place.
-
@negativephoto07Can you post a screenshot of the window where you entered it and got a warning?
-
Did you press Enter after pasting in `download_depot 285330 285331` ?
-
Yeah, I logged this into our bugtracker in 2017: https://github.com/OpenRCT2/OpenRCT2/issues/5408
- 1 reply
-
- 1
-
-
How to get lightning lighting effects?
Gymnasiast replied to PlasmaRC's topic in Problems, Bugs and Feedback
That video you saw was something Dennis-Z worked on, but never finished. Also, I don't think I have seen him for ~3 years. -
Given free choice - OpenRCT2 with RCT1+RCT2 or with RCT Classic?
Gymnasiast replied to Thwomp's topic in General Discussion
I always recommend using RCT1+RCT2. It is less work and provides the full experience. Using RCT Classic assets has no advantages and is more work to set up. -
Trouble Loading Saved Game Files
Gymnasiast replied to Ge-Ride's topic in Problems, Bugs and Feedback
You'll have to be more specific. What happens exactly when you try to load such a file? Do you get any error message? -
Guests aren't going on rides with new update
Gymnasiast replied to astraylife's topic in Problems, Bugs and Feedback
That should not be the cause. You will really need to upload an affected save. Preferably one where we can simply open it in either version and see the problem immediately. -
Cannot get RCT1 to work after new install.
Gymnasiast replied to ChookFowler's topic in Problems, Bugs and Feedback
Sure, we introduced the option to load up SV4/SC4 files (which RCT2 could not do), the RCT1 theme, the RCT1 title sequences, the RCT1 scenario selector, the RCT1 land types, the RCT1 powered launch mode and several other RCT1 compatibility things, but we "have no interest in anything RCT1 related". Unbelievable. How about you stop spreading such blatantly false nonsense? -
Invisible objects .POB to .DAT
Gymnasiast replied to Frenchtimbo's topic in Problems, Bugs and Feedback
Open a command prompt on the ObjData folder, then type `rename *.pob *.dat` and press Enter. -
New error message - I can't connect to any server anymore :-(
Gymnasiast replied to XXX's topic in Multiplayer Discussion
When you start up OpenRCT2 for the first time, a key is created. Any server you connect to saves this key so that nobody will be able to impersonate you by picking the same username. Did you remove your OpenRCT2 folder in Documents or move to a new computer? -
Hangt af van je versie. Komt hij van Steam, GOG, CD of nog ergens anders vandaan?
-
Cant save a go-kart ride's design due to bizarre glitch.
Gymnasiast replied to Flights's topic in Problems, Bugs and Feedback
Have you tested if the guests can enter anyway? If not, please upload your save. -
Cant save a go-kart ride's design due to bizarre glitch.
Gymnasiast replied to Flights's topic in Problems, Bugs and Feedback
You would have to fix that save. Turn on sandbox mode and make the path from the edge to the park entrance unowned. -
The more in the park, the longer it takes for stats on rides.
Gymnasiast replied to ExCrafty's topic in General Discussion
Not sure. That would need quite a bit of testing on different configurations - what might work on your system could noticeably slow down someone else's. -
The more in the park, the longer it takes for stats on rides.
Gymnasiast replied to ExCrafty's topic in General Discussion
This is unrelated to the save format. It's not really a "fact of life" either - it could be made to run more often, but obviously there is a balance to be had between having stats quicker and having good frame rates. -
v0.3.2 on Old School Mac OS 10.11.06
Gymnasiast replied to Brian's topic in Problems, Bugs and Feedback
According to https://www.apple.com/newsroom/2020/06/apple-announces-mac-transition-to-apple-silicon/ , ARM-based Macs will support x86 applications through Rosetta 2, so you should be fine. Additionally, we already compile ARM versions for Android, Linux and occasionally Windows, so creating a native version for ARM-based Mac should not be too difficult. But you should be fine either way. -
v0.3.2 on Old School Mac OS 10.11.06
Gymnasiast replied to Brian's topic in Problems, Bugs and Feedback
I'm afraid so, yes. Apple is generally slow to implement new stuff, so supporting macOS versions older than 10.13 would have meant leaving out the plugin system. 0.2.6 is the last version that supports macOS 10.11. Another option would be to run the Windows version through Wine, but that won't work with multiplayer.