k4zmu2a / SpaceCadetPinball

Decompilation of 3D Pinball for Windows – Space Cadet
MIT License
3.5k stars 214 forks source link

Ability to add custom assets separately #105

Open YPetremann opened 2 years ago

YPetremann commented 2 years ago

It would be interesting to be able to define custom assets like 2x/4x resolution table separately by first having a way to export graphics then loading them if they are present for example in PINBALL folder next to PINBALL.DAT, reviving my memories with 2021 graphics would make me really happy.

k4zmu2a commented 2 years ago

Yes, that is possible, but not as simple as replacing graphics. I would rather package mods as extended .dat files.

Simple linear/nearest upscale is already implemented, no need to reexport just for that. This feature will not arrive for quite some time, for now sate your high-resolution needs with try Full Tilt cadet data.

See more detailed reply in #26.