Is it possible to have a move skydome that rotates? [Solved]

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
LitFam
Sergeant Major
Sergeant Major
Posts: 234
Joined: Sat Feb 04, 2017 5:52 pm
Games I'm Playing :: SWBF II 2005
xbox live or psn: No gamertag set
Location: Milky Way, Solar System, Earth, Antarctica

Is it possible to have a move skydome that rotates? [Solved]

Post by LitFam »

Is there a way to make skydomes roate left to right or right to left in the .sky file?
Last edited by LitFam on Sun Feb 25, 2018 2:42 pm, edited 1 time in total.
thelegend
Sith
Sith
Posts: 1433
Joined: Thu Jan 23, 2014 6:01 am
Projects :: Star Wars - Battlefront III Legacy
Games I'm Playing :: Swbf GTA CoD LoL KH
xbox live or psn: El_Fabricio#
Location: Right behind you :)

Re: Is it possible to have a move skydome that rotates?

Post by thelegend »

From the kas2.sky:

Code: Select all

		
DomeModel()
{	
Geometry("kas2_sky_clouds");
rotationspeed(0.004, 0,1.0,0);
}
rotationspeed is what you are looking for. But I am not sure what the numbers stand for. Maybe the first one is the speed (0.004 = very slow) and the other 3 values are for the X, Y, Z direction; in which the model rorates.
LitFam
Sergeant Major
Sergeant Major
Posts: 234
Joined: Sat Feb 04, 2017 5:52 pm
Games I'm Playing :: SWBF II 2005
xbox live or psn: No gamertag set
Location: Milky Way, Solar System, Earth, Antarctica

Re: Is it possible to have a move skydome that rotates? [Sol

Post by LitFam »

Thanks! :thumbs:
Post Reply