vegastrike / Assets-Masters

Vega Strike Upon The Coldest Sea Original Game Data Art Sources (e.g. hi-poly/hi-res source models/images)
8 stars 6 forks source link

Standardize the file types we use in this repository #41

Open BenjamenMeyer opened 2 years ago

BenjamenMeyer commented 2 years ago

Looking through I notice we have a lot of different file types, sometimes for similar jobs - e.g JPG/PNG, 7z/ZIP, etc. We should standardize which file types we are going to use for different tasks and then convert everything to using just that one file type.

BenjamenMeyer commented 2 years ago

we should probably use 7z for all our compression needs as it's fully open source, patent free, and multi-platform. gz/bz2 are similar but more popular on the Unix/Linux side and not so much on Windows. ZIP could get us in trouble (technically).

BenjamenMeyer commented 2 years ago

We should use PNG as much as possible; JPG is good, but IIRC PNG can do everything a JPG can and avoids issues with patents, etc.

evertvorster commented 2 years ago

Since the patents have expired on GIF, why are we not using that? GIF is much more compact than PNG.

Evert Vorster Awesome Chapters Tours http://www.awesomechapters.com Tel: +264 (0) 811477690

On Sun, 22 May 2022 at 22:06, Benjamen Meyer @.***> wrote:

We should use PNG as much as possible; JPG is good, but IIRC PNG can do everything a JPG can and avoids issues with patents, etc.

— Reply to this email directly, view it on GitHub https://github.com/vegastrike/Assets-Masters/issues/41#issuecomment-1133980180, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC34XVNT4KXTBX5WNBUCJJTVLKOU7ANCNFSM5WT5RNXA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Loki1950 commented 2 years ago

GIF can not be used for normal maps not enough bits assigned to each colour.

BenjamenMeyer commented 2 years ago

@evertvorster technically the patents have expired on the JPGs too; but it's one of those formats - and GIF won't be much different - where some wacko may still come out of the woodworks with a patent.

BenjamenMeyer commented 2 years ago

We should also use OGG+Vorbis+Theora for audio/video as much as possible too.