Galileo88 / Galileos-Planet-Pack

Galileo's Planet Pack
Other
41 stars 18 forks source link

vintage compatibility #53

Open Sigma88 opened 5 years ago

Sigma88 commented 5 years ago

this changes the cfgs to support vintage custom suits and sprites

suits textures will need to be re-designed since 1.5.1 uses different textures from the ones that are currently shipped with GPP

Sigma88 commented 4 years ago

I need to fix this before it being merged since the "vintage" syntax has changed since when I opened this PR :D

JadeOfMaar commented 4 years ago

So is there anything else coming, or merge now?

Sigma88 commented 4 years ago

I need to fix the syntax before merging this PR is so old that the syntax of SR has changed since I opened this

Sigma88 commented 4 years ago

@JadeOfMaar ok the syntax is fixed, however this new cfgs will require new sprites to be made for the Vintage and Future suits

for now I have set the names for the Vintage suits to the same name as the Default suits with the number 2 added at the end, and the same for Future suits but with the number 3, so for example:

Default suit:

bodyTex = GPP/GPP_Replacements/Suits/Textures/IVAvet

Vintage suit:

bodyTex = GPP/GPP_Replacements/Suits/Textures/IVAvet2

Future suit:

bodyTex = GPP/GPP_Replacements/Suits/Textures/IVAvet3

These new files have to be generated because I didn't included them into this PR