Cogito, ergo sum
Difference between revisions of "Legacy:MultiSkyBox"
From Unreal Wiki, The Unreal Engine Documentation Site
m (moved discussion to talk page) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 18: | Line 18: | ||
---- | ---- | ||
− | + | [[: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. | |
− | + | [[Category:Legacy Custom Class (UT2003)|{{PAGENAME}}]] | |
− | + | [[Category:Legacy Broken Links|{{PAGENAME}}]] | |
− | + | [[Category:Legacy To Do|{{PAGENAME}}]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | [[Category:Legacy | + |
Latest revision as of 06:11, 11 April 2010
MultiSkyBox makes multiple skyboxes possible in a single map.
More information and download: Slick Willy's Custom Scripts
Created by SlickWilly.
Quick Tutorial[edit]
- Set up multiple skyboxes for your map with a SkyZoneInfo actor in each skybox.
- Set up Zones for each area that will view a different skybox. (only one per zone)
- Create a subclass of ZoneInfo in MyLevel called "MultiSkyboxZoneInfo"
- Remove the default code, insert the code seen on the MultiSkyboxZoneInfo page.
- Compile it.
- Place a MultiSkyboxZoneInfo actor in each zone. (Idiot proof note: Do not place the multiskyboxzoneinfo actor in the skybox zone itself!)
- Set some unique name to both MultiSkyBoxZoneInfo -> event and SkyZoneInfo -> Tag.
Related Topics[edit]
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.