My program doesn't have bugs. It just develops random features.

Legacy:MultiSkyBox

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:51, 11 April 2010 by 95.89.189.79 (Talk) (Discussion)

Jump to: navigation, search

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


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 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 – That StupidSkyBoxTricks map, if the link works, should get its own page, and this page be relegated to just being Category Broken Links.