Legacy:MultiSkyBox

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:11, 11 April 2010 by Wormbo (talk | contribs) (moved discussion to talk page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

MultiSkyBox makes multiple skyboxes possible in a single map.

More information and download: Slick Willy's Custom Scripts

Created by SlickWilly.

Quick Tutorial

  1. Set up multiple skyboxes for your map with a SkyZoneInfo actor in each skybox.
  2. Set up Zones for each area that will view a different skybox. (only one per zone)
  3. Create a subclass of ZoneInfo in MyLevel called "MultiSkyboxZoneInfo"
  4. Remove the default code, insert the code seen on the MultiSkyboxZoneInfo page.
  5. Compile it.
  6. Place a MultiSkyboxZoneInfo actor in each zone. (Idiot proof note: Do not place the multiskyboxzoneinfo actor in the skybox zone itself!)
  7. Set some unique name to both MultiSkyBoxZoneInfo -> event and SkyZoneInfo -> Tag.

Related Topics


Category:Legacy To Do – That StupidSkyBoxTricks map, if the link works, should get its own page, and this page be relegated to just being Category Broken Links.