The game uses DDS files for textures.
It would be nice to have a function that can automatically convert multiple JPGs into a DDS format that Midtown Madness supports (including images that should be transparent).
The libraries PIL and imageio may come in handy for this.
The game uses DDS files for textures.
It would be nice to have a function that can automatically convert multiple JPGs into a DDS format that Midtown Madness supports (including images that should be transparent).
The libraries
PILandimageiomay come in handy for this.