MODSon[line.com] Wiki - Beta 1.0
World at War: Worldspawn and Skyboxes
From MODSonline Wiki
Contents |
[edit] Skyboxes
A sky box is a closed in cell that surrounds a level which texture and settings define what kind of sky and light (worldspawn) settings are used in the level.
A basic understanding of a skybox is 6 brushes, one for the roof, one for the floor and four for the walls.
There must not be any gaps, nothing must be outside of the skybox (including brushes/entities/meshes etc) and nothing must be passing through the skybox walls, cieling and floor.
A skybox can be used to cap portals.
A single wall of a skybox can be made up of how ever many brushes are needed.
[edit] Common Errors
The most common error is any map (sp and mp) by far is when a leak developes in the skybox, the sign of a leaked skybox is (this generally appears near the top of the d3dbsp compile log:
############ ###LEAKED### ############
This error will appear in the compile log when compiling the '.bsp' for your map or level.
To fix this error you must load the map in the editor and select "File>pointfile"
(note: use "misc>next leak spot" in the editor to travel along a single leak path)
If the redline points to a single entity within the map that (normally one which is passing through or outside of the skybox) that entity must be deleted or placed inside the map properly.
If the redline points to "thin air", check your filters "F" and tick everything. If there is still nothing there, compile your map again and check the compile log for "node without a volume". If this is the case then you have an invisible/inifinite brush in your map, the solution is to: copy the contents of your map by selecting only the things that are visible and placing them in a new map file.
[edit] Dynamic Skybox Models
// info on dynamic skybox goes here!
Deselect everything, press "N" and click on worldspawn
keys/values:
skyboxmodel skybox_ber1
Here's a list of the current animated Skybox models:
skybox_ber2 skybox_ber3 skybox_ber3b skybox_fly skybox_hol1 skybox_hol2 skybox_hol3 skybox_mak1 skybox_mp_court skybox_mp_knee skybox_oki1 skybox_oki2 skybox_oki3 skybox_pel1 skybox_pel1b skybox_pel2 skybox_prologue skybox_rhi1 skybox_rhi2 skybox_rhi3 skybox_see1 skybox_see2 skybox_sniper skybox_test skybox_zombie skybox_zombie_asylum skybox_zombie_farm
Your chosen skybox MUST be added to your your levels zone_source (yourmapname.csv in codwaw/zone_source) like this:
xmodel,skybox_zombie
[edit] Common Errors
Problem: Skybox does not show up in radiant. Solution: After entering in the skybox values you may need to save and re-load the map, or, restart radiant.
