k4zmu2a / SpaceCadetPinball

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

free asset set #96

Open colemickens opened 2 years ago

colemickens commented 2 years ago

Are the asset set files proprietary in format as well? Is it possible for the community to create their own texture pack?

k4zmu2a commented 2 years ago

Of course it is proprietary, the format is called PARTOUT. It is possible to create your own version .dat file, the game will accept any valid file.

In addition to sprites, .dat files also contain scene layout, projection, and physics parameters. You will have to redefine them all as well, probably losing the original feel in the process. I might make a PARTOUT editor in the future, but not soon.