I love the smell of UnrealEd crashing in the morning. – tarquin

Difference between revisions of "Legacy:MultiSkyBox"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Discussion)
m (moved discussion to talk page)
 
Line 18: Line 18:
  
 
----
 
----
 
==Discussion==
 
 
'''Tester:''' I made some parts of the quick tutorial clearer ;)
 
 
'''<unknown>''' Has anyone figured this thing out? Maybe they could write a tute for us less technically abled...:D
 
 
'''inio:''' That looks like a classic UT component.  For UT2003 I have a working rig in my [http://www.inio.org/~inio/DM-StupidSkyboxTricks.zip StupidSkyboxTricks] map, that also does scaled skybox movement.  In 2k3 you can't have zones with different skyboxes visible at once though, it'll cause problems.  That's why the zoning setup in that map is so funky.
 
 
'''SuperApe:''' I've been looking for something like this.  Of course, it on the wiki. :D  Looks pretty straight forward.  Edit: with quick tut that I haven't tested yet.
 
 
'''Cup Of Squirrels:''' Hmm I can't seem to get the actor to save when I compile. Am I doing something wrong?
 
 
'''MythOpus:''' Well if you're talking about an error when you try to compile it, try taking out the numbes on the left hand side of the code.  I don't think the compiler likes those there.
 
 
'''Che''' Both codes work for me, but only for 2 different skyboxes :(
 
If i try to use a third skybox for a third terrain, the first terrain always shows the sky of the third skybox.
 
Anyone got a solution to fix this?
 
----
 
 
[[:Category:Legacy Custom Class (UT2003)]]
 
 
[[:Category:Legacy Broken Links]]
 
 
 
[[:Category:Legacy To Do]] &ndash; 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 To Do]] &ndash; 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 Custom Class (UT2003)|{{PAGENAME}}]]
 
[[Category:Legacy Broken Links|{{PAGENAME}}]]
 
[[Category:Legacy Broken Links|{{PAGENAME}}]]
 
[[Category:Legacy To Do|{{PAGENAME}}]]
 
[[Category:Legacy To Do|{{PAGENAME}}]]

Latest revision as of 07: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]

  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[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.