Talk:3D Skybox: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Need help in Portal with 3d Skybox)
Line 42: Line 42:


Fine! ''Be'' logical, sensibal, and showing the least mount of restraint! ;) &mdash[[User:Yar Kramer|Yar Kramer]] 17:16, 17 Nov 2007 (PST)
Fine! ''Be'' logical, sensibal, and showing the least mount of restraint! ;) &mdash[[User:Yar Kramer|Yar Kramer]] 17:16, 17 Nov 2007 (PST)
== Need help in Portal with 3d Skybox ==
My 3d Skybox looks fantastic in my level, so long as you don't look at it through a portal.  If you do, the skybox contents take precedence over the map's main contents and it looks really odd. 
Here are a couple examples:
This first image is taken of the portal (I'm looking through the portal):
[http://i9.tinypic.com/8fb234j.jpg Strange 1a]
This image is of the same location, but I stepped through the portal so you aren't looking through the portal:
[http://i19.tinypic.com/6sur68k.jpg Strange 1b]
The below series of images shows me getting slowly closer to a portal, then stepping through:
[http://i3.tinypic.com/85cqcqp.jpg Strange 2a]
[http://i9.tinypic.com/6jkid6q.jpg Strange 2b]
[http://i3.tinypic.com/6pstlyt.jpg Strange 2c]
[http://i4.tinypic.com/6pyu3q8.jpg Strange 2d]
I'm not sure if this is something I did wrong or if it's a problem with the game engine.  Any help would be greatly appreciated!!

Revision as of 22:54, 31 December 2007

This is helpful but confusing for my situation... I'm trying to create Water as the horizon, but this does not explain how. - Solo

Here's an example of water as a horizon, with an object circling above the water: [1]

This doesn't explain how you get buildings into the skybox, because the models are far to big, and they can't be scaled down, yet I'm positive they're used in skyboxes in smaller forms.

They have miniature skybox models...this is true for headcrab canisters too -ts2do

Is light_environment necessary in the 3d skybox?

I've tried a skybox just once so far and inadvertently, but perhaps fortuitously, left out the light_environment from the skybox. I didn't realize it until I was well along. The skybox props appear to be lit properly (i.e., consistently) in the map without the extra light_environment. If the light_environment isn't necessary, that's better as the "main" light_environment can then be "tuned" for the final map without one having to remember to adjust the skybox light. —BJ(talk) 18:49, 14 May 2006 (PDT)


3d skybox texture scale when using transform

Its been a while since I had to create a 3d skybox and I know that during the bestatest of the sourcesdk (in januari 2006?) textures didn't scale properly when scaling brushes to the 3dskybox size. I disabled the betaskd back then and did it in the oldsdk but that option is not possible anymore and it looks like textures still don't scale right now or is there a new trick to it? --Bluestrike 05:19, 1 Oct 2006 (PDT)

Ok enabling texture lock is the new trick. --Bluestrike 15:34, 1 Oct 2006 (PDT)

Changeable skybox

In the Source engine, can the skybox be changed within the level? I'm thinking specifically of a sequence a la the Resonance Cascade or A Red Letter Day, in which the player character is transported to various locations, but the effect I want is that both an Earth sky and a Xen sky can be seen without changing the actual map. (I suppose that since you're in a "randomly warped around" sequence, you're only going to be in each place for a few seconds at most, so I can fake it with a Xen sky which obscures the Earth skybox, but ...) —Yar Kramer 20:25, 6 Nov 2006 (PST)

The 2D skybox isn't dynamic your gonna have to fake it. --Angry Beaver 21:10, 6 Nov 2006 (PST)
There's a console command along the lines of sv_sky, I believe. --TomEdwards 04:05, 7 Nov 2006 (PST)
Hmm. Not sure if that actually changes the skybox. Either way, though, I think that, with what I'm pretty sure I'll be doing, faking it will be my best bet. Though it just occurred to me to wonder if I might be able to do a similar effect with the 3D skybox, i.e. having a 3D skybox entity "below" the main map which would surround the "Xen" section ... which, um, would amount to the same thing, except sort of semantically, as it were. —Yar Kramer 19:38, 1 Dec 2006 (PST)
Next question: is it possible to get objects in the 3D skybox to move through the 3D skybox area along with the player's movements so that these objects would appear stationary with respect to the player, apart from rotation? Or possibly how to move sky_camera from one place to another and make it stay there independent of the player's movement (but still rotating)? —Yar Kramer 15:45, 6 Dec 2006 (PST)
logic_measure_movement with !player maybe? I know the biggest problem of the measuremovements is that it does update physics hulls properly but that shouldn't matter if its in the skybox. --Angry Beaver 08:52, 7 Dec 2006 (PST)

NPC's?

Is there anything wrong with putting npc's in 3d skyboxes? Will the game crash or something?--Darthkillyou 16:26, 29 Jul 2007 (PDT)

No not at all but they will appear larger than normal. the 3d skybox scales them to a larger size and therefore they are Godzilla like in size.--Gear 19:09, 29 Jul 2007 (PDT)

Oooh... okay, time to make some giant odessa maps :D--Darthkillyou 08:08, 30 Jul 2007 (PDT)

I once had the extremely wacky idea of having, in a multiplayer map, an accessible 3D skybox. Think of the posssibilities! —Yar Kramer 00:49, 17 Nov 2007 (PST)

Not much possiblites there.--Gear 01:30, 17 Nov 2007 (PST)

Yeah, but they'd be awesome possibilities! ;-) —Yar Kramer 11:03, 17 Nov 2007 (PST)

I see only one possibility. Some giant players who do not seem to see you. Yay. --Baliame 11:17, 17 Nov 2007 (PST)

Fine! Be logical, sensibal, and showing the least mount of restraint! ;) &mdashYar Kramer 17:16, 17 Nov 2007 (PST)

Need help in Portal with 3d Skybox

My 3d Skybox looks fantastic in my level, so long as you don't look at it through a portal. If you do, the skybox contents take precedence over the map's main contents and it looks really odd. Here are a couple examples: This first image is taken of the portal (I'm looking through the portal): Strange 1a

This image is of the same location, but I stepped through the portal so you aren't looking through the portal: Strange 1b

The below series of images shows me getting slowly closer to a portal, then stepping through:

Strange 2a Strange 2b Strange 2c Strange 2d

I'm not sure if this is something I did wrong or if it's a problem with the game engine. Any help would be greatly appreciated!!