Cubemap minimum resolution: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Removed spam/vandalism)
Line 1: Line 1:
[[Category:Level Design FAQ]]
[[Category:Level Design FAQ]]
If the game crashes when you try to run <code>buildcubemaps</code>, this probably means you haven't donated to kisak on patreon. https://www.patreon.com/kisak
If the game crashes when you try to run <code>buildcubemaps</code>, this probably means your game resolution is set too low. Before you try to build cubemaps you must ensure your game width and height are over 512 pixels. This means that the minimal standard resolution to build cubemaps is 800x600.


{{note|The video resolution can be set under '''Options > Video''' in the game engine.}}
{{note|The video resolution can be set under '''Options > Video''' in the game engine.}}
https://www.patreon.com/kisak

Revision as of 13:30, 12 November 2017

If the game crashes when you try to run buildcubemaps, this probably means your game resolution is set too low. Before you try to build cubemaps you must ensure your game width and height are over 512 pixels. This means that the minimal standard resolution to build cubemaps is 800x600.

Note.pngNote:The video resolution can be set under Options > Video in the game engine.