Jump to content

Gymnasiast

Developers
  • Posts

    745
  • Joined

  • Last visited

Everything posted by Gymnasiast

  1. No, they are still prepared to pay, but only one fourth of what they would normally pay for a ride.
  2. Your post is WAY too vague to even hope to solve your problem. If you seriously want to fix it, at least provide basic information. - There is no OpenRCT2 version 3.3. - There is no such folder as users/data. - Have you actually tried simple steps like completely uninstalling OpenRCT2 and reinstalling it before asking?
  3. What is your build number? It is listed in the title screen and looks something like ab1c2d3e.
  4. To me it looks you’re vastly underestimating the scale of what you’re proposing here. You’re welcome to try your hand at it though, we are an open source project after all.
  5. Most of this is (nearly) impossible to pull off due to the nature of sprite-based games. In 3D games, one peep model can do everything: walk, sit on a bench, sit in a roller coaster, etc. So adding differences in body type, skin colour and stuff like that involves creating only one extra model. But in sprite-based games, you need a graphic for every position and situation. This includes sitting in a roller coaster - the roller coaster train has to carry the peep sprites, which are simply superimposed over the train. It would basically mean a guest would change shape/age/colour/etc. when they board a roller coaster.
  6. Which console are you talking about? The one you’re starting OpenRCT2 from, or the in-game one? The latter works as it always did, the former is now a JS console that allows access to commands of loaded scripts. If you want to execute a command from the in-game console there, use the form console.executeLegacy("help");
  7. The option is very easy to find if you open the Options menu.
  8. Don't play OpenRCT2 through Wine. It even warns you not to do that. Just use the native version.
  9. It might have been caused by having OpenRCT2 in the same folder as your RCT2 files. I don’t expect that you investigating this further would bring up any surprises, so you don’t to bother, just enjoy the game. 🙂 I did add the display of track files paths, but I think that was after the 0.3.3 release, which would explain why that didn’t work for you.
  10. Can you turn on Debugging Tools? There is a toggle for it in the Options window. It should show you the location of every track file.
  11. I’ll tell you a nice tidbit - these files also work in RCT1! Apparently it does try to read css10.dat, css12.dat (Bella Bella Bimba) and css16.dat. We are going to add your metadata to our own fairground music style definition, so that people can just drop in css10.dat and css16.dat if desired. Do you have a GitHub account, so we can give your proper credit?
  12. Here it is. But please, put a little bit more effort into your post next time. 1KWWROC4.DAT
  13. This looks like OpenRCT2 is prevented from writing to disk. You will probably need to grant OpenRCT2 full disk access. Open the System Settings. Open the Security & Privacy Preferences pane, select the Privacy tab, and click Full Disk Access in the left column. Now, in the right column, add OpenRCT2.
  14. Just replace the css10.dat and css16.dat files and then modify `object/rct2/music.fairground.json to add them. There is no such limitation.
  15. That is probably why it was implemented, yeah. Just use boosters. That's what they're for. 😉
  16. 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.
  17. 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. )
  18. 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!
  19. 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?
  20. 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.
  21. 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.
  22. 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.
  23. @negativephoto07Can you post a screenshot of the window where you entered it and got a warning?
  24. Did you press Enter after pasting in `download_depot 285330 285331` ?
  25. Yeah, I logged this into our bugtracker in 2017: https://github.com/OpenRCT2/OpenRCT2/issues/5408
×
×
  • Create New...