How do i add dome models to Yavin Sky?
Moderator: Moderators
-
modmaster13
- General

- Posts: 777
- Joined: Wed Aug 18, 2010 4:23 pm
- xbox live or psn: KrypticcElementt
- Location: Twitter @_KrypticElement
- Contact:
How do i add dome models to Yavin Sky?
Hi!
(I couldn't find how to do this in the faq's)
How would I add additional sky's?
EX: sky_yav2_trees, sky_yavin_planet
(I couldn't find how to do this in the faq's)
How would I add additional sky's?
EX: sky_yav2_trees, sky_yavin_planet
- acryptozoo
- Master Bounty Hunter

- Posts: 1642
- Joined: Wed Jun 03, 2009 3:14 pm
- Projects :: Yavin Mappack
- xbox live or psn: acryptozoo
- Location: in the jungles of Yavin IV
- Contact:
Re: Yavin Sky
add this into your sky file
Hidden/Spoiler:
-
modmaster13
- General

- Posts: 777
- Joined: Wed Aug 18, 2010 4:23 pm
- xbox live or psn: KrypticcElementt
- Location: Twitter @_KrypticElement
- Contact:
Re: Yavin Sky
This might make me sound like an amatuer. I want to use the default sky but I can't find the file w/ that info. What file is that in the world1 folder?
- acryptozoo
- Master Bounty Hunter

- Posts: 1642
- Joined: Wed Jun 03, 2009 3:14 pm
- Projects :: Yavin Mappack
- xbox live or psn: acryptozoo
- Location: in the jungles of Yavin IV
- Contact:
Re: Yavin Sky
its called ABC.sky replace ABC with your 3 letter name
-
modmaster13
- General

- Posts: 777
- Joined: Wed Aug 18, 2010 4:23 pm
- xbox live or psn: KrypticcElementt
- Location: Twitter @_KrypticElement
- Contact:
Re: Yavin Sky
Is there a specific spot where I should add this?acryptozoo wrote:add this into your sky filemodmaster13 wrote:Hi!
(I couldn't find how to do this in the faq's)
How would I add additional sky's?
EX: sky_yav2_trees, sky_yavin_planetHidden/Spoiler:
Because I can't spawn any more.
Last edited by modmaster13 on Sat Jan 01, 2011 4:17 pm, edited 1 time in total.
- acryptozoo
- Master Bounty Hunter

- Posts: 1642
- Joined: Wed Jun 03, 2009 3:14 pm
- Projects :: Yavin Mappack
- xbox live or psn: acryptozoo
- Location: in the jungles of Yavin IV
- Contact:
Re: Yavin Sky
under
Code: Select all
DomeInfo()
{
Texture("whatever tga you are using");
Angle(-90.000000);
Ambient(255.000000, 255.000000, 255.000000);
Filter(1);
Threshold(150);
Intensity(50);
TerrainEnable(0);
Softness(1);
SoftnessParam(60);
-
modmaster13
- General

- Posts: 777
- Joined: Wed Aug 18, 2010 4:23 pm
- xbox live or psn: KrypticcElementt
- Location: Twitter @_KrypticElement
- Contact:
Re: Yavin Sky
Now I can't spawn any more
Hidden/Spoiler:
- acryptozoo
- Master Bounty Hunter

- Posts: 1642
- Joined: Wed Jun 03, 2009 3:14 pm
- Projects :: Yavin Mappack
- xbox live or psn: acryptozoo
- Location: in the jungles of Yavin IV
- Contact:
Re: Yavin Sky
try moving the " {'s " closer together at the end
You don't need to quote the entire post directly before yours if want to reply to it, unless you are only replying to a specific part of it, which then you would only quote that specific part. -Staff
You don't need to quote the entire post directly before yours if want to reply to it, unless you are only replying to a specific part of it, which then you would only quote that specific part. -Staff
-
modmaster13
- General

- Posts: 777
- Joined: Wed Aug 18, 2010 4:23 pm
- xbox live or psn: KrypticcElementt
- Location: Twitter @_KrypticElement
- Contact:
Re: Yavin Sky
Ok I can spawn, but the sky is completly BLACK.
Hidden/Spoiler:
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: Yavin Sky
do you have the "sky_yav2.tga"-file in your world1-folder? (and all the other tgas and mshs you are referencing in the skyfile?
-
modmaster13
- General

- Posts: 777
- Joined: Wed Aug 18, 2010 4:23 pm
- xbox live or psn: KrypticcElementt
- Location: Twitter @_KrypticElement
- Contact:
Re: Yavin Sky
Yes.
I have these files in my world1 folder
My three letter world name is data_YTC.
Update
Sorry I forgot to put these in the sky file and the list above as well.

I have these files in my world1 folder
Hidden/Spoiler:
Update
Sorry I forgot to put these in the sky file and the list above as well.
Hidden/Spoiler:
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: Yavin Sky
it doesnt work because you removed/didnt add the model of the actual skydome:
Code: Select all
DomeModel()
{
Geometry("sky_yav2");
}-
modmaster13
- General

- Posts: 777
- Joined: Wed Aug 18, 2010 4:23 pm
- xbox live or psn: KrypticcElementt
- Location: Twitter @_KrypticElement
- Contact:
Re: Yavin Sky
I can't spawn, again.
Here is my munge log.
Hidden/Spoiler:
Hidden/Spoiler:
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: Yavin Sky
you need to "move" the bracket above DomeModel under the last bracket below FogColor
-
modmaster13
- General

- Posts: 777
- Joined: Wed Aug 18, 2010 4:23 pm
- xbox live or psn: KrypticcElementt
- Location: Twitter @_KrypticElement
- Contact:
Re: Yavin Sky
There was already a bracket under FogColor, so I just deleted the one above DomeModel.DarthD.U.C.K. wrote:you need to "move" the bracket above DomeModel under the last bracket below FogColor
Hidden/Spoiler:
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: Yavin Sky
a general advice: if something doesnt work as expected, look into the shipped files for reference.
and one more thing: why do you want to use the endortreetexture as lowrezterraintexture?
-
modmaster13
- General

- Posts: 777
- Joined: Wed Aug 18, 2010 4:23 pm
- xbox live or psn: KrypticcElementt
- Location: Twitter @_KrypticElement
- Contact:
Re: Yavin Sky
How do you know I have the endortreetexture as the lowrez terrain texture? Is there any way I can change that?DarthD.U.C.K. wrote:why do you want to use the endortreetexture as lowrezterraintexture?
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: Yavin Sky
i know that because you put it in your sky file as lowrezterraintexture, you can change that by changing the texturename below the bracket below "lowrezterrain".
-
modmaster13
- General

- Posts: 777
- Joined: Wed Aug 18, 2010 4:23 pm
- xbox live or psn: KrypticcElementt
- Location: Twitter @_KrypticElement
- Contact:
Re: Yavin Sky
Should I change it to any world?DarthD.U.C.K. wrote:you can change that by changing the texturename below the bracket below "lowrezterrain".
ex: hot1
P.S. I took your advice by refering to other sky files such as yav2 in the assets folder. I replaced my sky file with the yav2 one. The yavin mountains show up fine, but the other red, yavin planet isn't showing up when the tga and option files are in the world1 folder.
Also, should the planet files be named this?
Hidden/Spoiler:
- acryptozoo
- Master Bounty Hunter

- Posts: 1642
- Joined: Wed Jun 03, 2009 3:14 pm
- Projects :: Yavin Mappack
- xbox live or psn: acryptozoo
- Location: in the jungles of Yavin IV
- Contact:
Re: Yavin Sky
yeah the names are finemodmaster13 wrote:Also, should the planet files be named this?
If they aren't should they have "sky" in front of them?Hidden/Spoiler:
only the msh has "sky" in it
