Typhoon Posted January 28, 2016 Share Posted January 28, 2016 (edited) Having recently seen the RCT Wikia, I'm beginning to understand just what goes into determining these variables but I was wondering... Would be possible to take a look at the equations (if any) behind the three ratings? Thanks. Edited January 29, 2016 by Typhoon Link to comment
janisozaur Posted January 28, 2016 Share Posted January 28, 2016 (edited) https://github.com/OpenRCT2/OpenRCT2/blob/develop/src/ride/ride_ratings.c#L618 Edited January 28, 2016 by janisozaur Link to comment
Typhoon Posted January 29, 2016 Author Share Posted January 29, 2016 (edited) Can anyone translate this into something a simpleton like me can understand? Edited January 29, 2016 by Typhoon Link to comment
Broxzier Posted January 29, 2016 Share Posted January 29, 2016 In short, it grabs and executes the function that calculates the actual data, which is different for each ride type. To give you an idea of how many different functions there are with each having different calculations, check this list: https://github.com/OpenRCT2/OpenRCT2/blob/develop/src/ride/ride_ratings.c#L4140 Link to comment
jensj12 Posted January 29, 2016 Share Posted January 29, 2016 This wiki page gives a better explanation of ride-independent calculations: https://github.com/OpenRCT2/OpenRCT2/wiki/Ride-rating-calculation 1 Link to comment
Typhoon Posted January 29, 2016 Author Share Posted January 29, 2016 Thanks guys! There seems like a lot of ride specific constants for many individual things. I kind of want to try tabulating them if it hasn't been done already but I'm not sure what to look for. From https://github.com/OpenRCT2/OpenRCT2/blob/develop/src/ride/ride_ratings.c#L4140 correct me if I'm wrong but just as an example, from lines 1405 to 1437, the numbers between them all apply to a spiral roller coaster? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now