wiremod / wire

Garry's Mod add-on that allows users to wire up components in order to make more elaborate automatic and user-controlled contraptions.
http://www.wiremod.com
Apache License 2.0
550 stars 332 forks source link

Texturing quality and file size improvements #2927

Closed Fasteroid closed 9 months ago

Fasteroid commented 9 months ago

This commit changes the total texture size from 5mb to 9mb and restores the visual clarity of all adversely-affected models from #2917

This may offer significant file size reduction even compared to the PR it replaces—opaque textures are now compressed with DXT1 and all of cheeze's single-color textures have been massively shrunk down

As a bonus, I've also fixed the long-neglected candy.vtf and sperm.vtf thrusteraddon textures.

Fasteroid commented 9 months ago

Down to 7.3mb now (+2.3mb versus crappy compression)

Fasteroid commented 9 months ago

Gonna close this so we don't have two competing PRs; I will contribute the objectively good changes from this PR to Redox's instead.