OK, so like Amazing Earl creates a ride and the image is, say, 100 pixels high and 50 pixels wide, and he uses that image in one of the already created rides.I like the update Buggy! But what do you mean by "Sets the pixel width and height to the maximum"?
BUT, Mr. Sawyer has decided that said ride should be 75 pixels high and 18 pixels wide. So that's all that animates and the rest looks like crap.
But Mr. Sawyer thoughtfully put that information in his .DAT files, so I set the size it'll animate to to 255 x 255 pixels. This means that the 100x50 pixel ride will work fine.
Now, what I should have done is figured out the max width and height of the images and used that, but I was lazy.