Skip to content

Releases: bottiger1/Cubemaker

Add Icon

26 Sep 22:04
Compare
Choose a tag to compare
2.8

add icon

Add back nofog

04 Jul 22:23
Compare
Choose a tag to compare

Apparently $nofog does something in a WindowImposter material.

Fix for skies larger than 1024x1024

30 Jun 22:32
Compare
Choose a tag to compare

There appears to be a crash in VTFLib for making cubemaps larger than 1024x1024. Since we cannot edit VTFLib without losing support for DXT, the program will now downsize these textures to 1024x1024.

Add gamma correction when importing HDR skyboxes

28 May 09:04
Compare
Choose a tag to compare

Imported skyboxes that are HDR now correctly have their brightness converted.

Add gamma correction to HDR

28 May 03:55
Compare
Choose a tag to compare

Added gamma correction to HDR vtfs. If your HDR skyboxes look too bright, you will need this version.

Update

27 May 20:49
Compare
Choose a tag to compare

An uncompressed LDR vtf will now be created in case you want to use that instead of the compressed version.

Stretched skyboxes will now use the average last pixel color from all sides instead of from the current side, so the skybox won't look like a box due to each side being a different color.

Better support for rectangular skyboxes

27 May 05:57
Compare
Choose a tag to compare

While porting some skyboxes, I found some with rectangular faces on the side. They look much better if you pad the bottom half instead of stretching them. This seems to be the way they behave as a regular skybox as well.

Add support for skyboxes with a non-square ft texture

25 May 00:59
Compare
Choose a tag to compare

Searches every VTF for the largest square dimensions and uses that as the output dimension instead of just using the FT face. Useful for some CSGO skyboxes that are 512x256.

HDR support

23 May 07:31
Compare
Choose a tag to compare

Now produces an HDR version of the VTF.

Minor Update

21 May 05:02
Compare
Choose a tag to compare

NOTICE: creation of the HDR version of the VTF is not implemented yet. Compile your map on LDR only or HDR users will get a white sky.

Removed $nofog from the VMT as it doesn't do anything on WindowImposter.