PDA

View Full Version : Custom skies



armoman92
August 3rd, 2007, 01:58 PM
Can you make custom skies for H2v? Can anyone reference me to a good tutorial on how to make one, if it is possible?:D

Thanks


P.S.
I tried to search but i cant search 'sky' in the forum. Google was no help either.

spookers622
August 3rd, 2007, 02:01 PM
i think theres one on http://ghost.halomaps.org/, but i think it said to export in jms or jma or something so it might be different for halo 2...

CodeBrain
August 3rd, 2007, 02:05 PM
That is for Halo Custom Edition.

et_cg
August 3rd, 2007, 02:07 PM
Halo 2 does not support implementation of new .render_models.

In other words, with our current tools we cannot do it. Check out Jahrain's model upgrader.

His upgrader won't work for sky models, sadly.

I hope that some type of tool will support this soon. Or the knowledge of how to fix it will be available. I've been trying to target out the problem variables, but I suck with hex.

spookers622
August 3rd, 2007, 02:09 PM
That is for Halo Custom Edition. i know, that's why i said it might be different for halo 2.

armoman92
August 3rd, 2007, 04:52 PM
how did R3dnaxel4 do it in his map military base ...
http://h2v.halomaps.org/index.cfm?pg=3&fid=2192

he somehow made one because (i swear) its not midship, coag. or ascension skies.

I may be totally wrong but check out that map to see for yourself...

Vicky
August 3rd, 2007, 05:09 PM
He probably changed the bitmaps in existing shaders for a sky...

et_cg
August 3rd, 2007, 05:31 PM
It's zanzibar...

And yes, that's included.

teh lag
August 3rd, 2007, 05:35 PM
You CAN make a new sky to the extent of making new shaders\bitmaps... but toher than that we're stuck with what we have.

et_cg
August 3rd, 2007, 05:38 PM
Yeah, but that just sucks... >_<

Terin
August 3rd, 2007, 06:23 PM
Awesome. I guess Hired Gun wants all custom made maps to use the same 4 skyboxes. Well, once the tag extractor is released, we'll get a few more skyboxes to use. =|

Stealth
August 3rd, 2007, 06:43 PM
there might be a way to make a "Fake" Sky boxe, make a dom over the map, and just skin it with moving skins or something like that.

jahrain
August 3rd, 2007, 06:53 PM
Halo 2 does not support implementation of new .render_models.

In other words, with our current tools we cannot do it. Check out Jahrain's model upgrader.

His upgrader won't work for sky models, sadly.

I hope that some type of tool will support this soon. Or the knowledge of how to fix it will be available. I've been trying to target out the problem variables, but I suck with hex.The tool does work with skyboxes. All you have to do is export a sphere, get it working as a crate or scenery model, then use the model as a sky. I'm working on a set of tutorials that show how to get custom weapons, bipeds, crates, skies, scenery etc. ingame using the tool as well as some other tools to facilitate the process such as a collision model upgrader.

et_cg
August 3rd, 2007, 08:02 PM
So you're talking about "faking" the skybox, correct? Well I've been trying it, and I'm having some troubles.

jahrain
August 3rd, 2007, 08:29 PM
So you're talking about "faking" the skybox, correct? Well I've been trying it, and I'm having some troubles.
There no "faking" involved. You just attach the .render_model to the sky tag. The sky tag can scale the render model, so you can just make it as a small crate or scenery for testing before assigning it to the sky tag. Just remember you need to get the face orientation correct, which is the hard thing to do with the app.

et_cg
August 3rd, 2007, 09:05 PM
Okay, well I can test it using the "faking" method. And it works.

Works better than the attaching it to the sky tag, tbh. I think this is what may be causing the problem:


08.03.07 17:43:14.807 ### ERROR geometry 'scenarios\skies\multi\halo\*classified*\*classifi ed*_sky' shader 'scenarios\skies\multi\halo\*classified*\shaders\s ky_dusk' is transparent but was imported as opaque

I have this problem on all the shaders. When I load up the same model that works for the scenery, it doesn't work for the sky.

So I was wondering if you could maybe figure out how to change the import value of each shader type for this. Because from what I understand is there's two.

A) Opaque Shadow-Casting
B) Transparent

If you could please help by offering the second option of the two in your upgrader, that'd be cool. I think that's my main problem for all this not working.

jahrain
August 3rd, 2007, 09:52 PM
Okay, well I can test it using the "faking" method. And it works.

Works better than the attaching it to the sky tag, tbh. I think this is what may be causing the problem:


08.03.07 17:43:14.807 ### ERROR geometry 'scenarios\skies\multi\halo\*classified*\*classifi ed*_sky' shader 'scenarios\skies\multi\halo\*classified*\shaders\s ky_dusk' is transparent but was imported as opaqueI have this problem on all the shaders. When I load up the same model that works for the scenery, it doesn't work for the sky.

So I was wondering if you could maybe figure out how to change the import value of each shader type for this. Because from what I understand is there's two.

A) Opaque Shadow-Casting
B) Transparent

If you could please help by offering the second option of the two in your upgrader, that'd be cool. I think that's my main problem for all this not working.
I don't know if that is even a value in the model tags. I wouldn't know where to look but I will look into it. Does the skybox work and not give any errors if you use only opaque shaders? For testing, I have only made skyboxes using non transparent shaders just by rendering a spherical map of a sky to use a sky texture and applying it to a large sphere.

et_cg
August 4th, 2007, 02:29 AM
Using Opaque shaders does not spit out the error, but I see no geometry with textures > even if I "fake it."