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

Sputnik cars for mini suspended coaster uses vanilla vehicle sprites for diagonals inclines. #264

Closed
ZeeMaji opened this issue Jan 15, 2024 · 4 comments · Fixed by #267
Closed

Comments

@ZeeMaji
Copy link
Contributor

ZeeMaji commented Jan 15, 2024

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.

Screenshot_select-area_20240115121427

@733737
Copy link
Contributor

733737 commented Jan 15, 2024

should be made a priority for opengraphics

@Gymnasiast
Copy link
Member

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.

@ZeeMaji
Copy link
Contributor Author

ZeeMaji commented Jan 15, 2024

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.

@ZeeMaji
Copy link
Contributor Author

ZeeMaji commented Jan 15, 2024

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.

ZeeMaji added a commit to ZeeMaji/objects that referenced this issue Jan 15, 2024
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
Gymnasiast pushed a commit that referenced this issue Jan 16, 2024
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
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 a pull request may close this issue.

3 participants