Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accurate ratingmultiplers for RCT1 vehicles #299

Merged
merged 1 commit into from
Feb 25, 2024

Conversation

ZeeMaji
Copy link
Contributor

@ZeeMaji ZeeMaji commented Feb 24, 2024

These aren't quite perfect as the way RCT1 handled different vehicle stats seems to have been to have dedicated calculation functions for each vehicle on each ride type they're available for, so these are only close approximations with the ratingmultipler system we have. This should be close enough for the most part. For ride types where their base stats were changed in RCT2 (eg: compact invert) i've based the multiplers off of restored RCT1 base stats to keep things relative, so a 10% excitement modifier with RCT1 base stats will still be 10% modifier with the RCT2 stats. As a result some vehicles may still have more or less stats than they would in RCT1 but this should keep them mostly in line with how they were in RCT1 relatively at least.

There are three objects with multiplers that have special cases that i feel should be mentioned and they are:

  1. The stand-up twister trains seem to get a lot more stats from g-forces in RCT1, this can't be emulated with ratingmultiplers so these will probably have the most variation compared to their original stats in RCT1. but it should be mostly close enough for the most part, some designs may just have less intensity & nausea than RCT1. I made sure that grapevine in funtopia matched closely at least as it's probably the most important design using these trains.
  2. The bumper boats are a bit odd as the boat hire had much lower base intensity & nausea stats along with higher base excitement in RCT1. For this one i've ditched the relative approach as it didn't make much sense here and decided to just match the excitement & nausea while making sure that the intensity was roughly .20 points higher which is how it is in RCT1.
  3. The jet skis are a completely separate ride type in RCT1, as such i've tried to emulate it's ratings directly with ratingmultiplers rather than using the relative approach.

Closes #297

@Gymnasiast Gymnasiast merged commit e11dc64 into OpenRCT2:master Feb 25, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accurate ratingMultipliers for RCT1 vehicles
3 participants