-
Notifications
You must be signed in to change notification settings - Fork 36
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
Sputnik cars for mini suspended coaster uses vanilla vehicle sprites for diagonals inclines. #264
Comments
should be made a priority for opengraphics |
If I’m not mistaken, you could try and remove that sprite group altogether, making it fall back on the 25 degree sprites. It will look slightly off, but a whole lot less than switching images halfway through. |
I was thinking of doing that, it'll look kind of crappy but it'd be better than... this. So that's probably our best bet in regards to the original graphics. |
Removing the sprite group alltogether won't work, as it'll just fall back to the flat sprites. However i can just change the images table to reference the 25 degree sprites, that should do the trick. |
Fixes the sputnik diagonal incline sprites by making them re-use sprites from slopes25, it's not ideal but it's the best that can be done with the original graphics. Incase you're wondering, i did try it with just a single set of slopes8 sprites but slopes16 would still fallback to flat sprites so i had to duplicate the sprites in the images table. Fixes OpenRCT2#264
Fixes the sputnik diagonal incline sprites by making them re-use sprites from slopes25, it's not ideal but it's the best that can be done with the original graphics. In case you're wondering, i did try it with just a single set of slopes8 sprites but slopes16 would still fallback to flat sprites so i had to duplicate the sprites in the images table. Fixes #264
The sputnik cars from WW literally just use the vanilla batflyer sprites on the diagonal inclines, i could not even make this up even if i tried.
What the hell frontier.
The text was updated successfully, but these errors were encountered: