Author Topic: Time changing map  (Read 470 times)

Is there any time changing maps out there?

well theres maps where suns move and clouds move but other than that no

This is possible to do with a script.
I think you'd have to find the objectID of the sun, and the skybox and change the resource.dml, flareBitmap, and position.

This is possible to do with a script.
I think you'd have to find the objectID of the sun, and the skybox and change the resource.dml, flareBitmap, and position.
Nah you gotta recreate them really fast.

And you don't gotta get their objectID.
They are always called Sun and Sky.
So you can do simple commands like Sky.delete(); new Sky(Sky){ etc...
I could be wrong on the class name there, but that's how it works.

http://scatteredspace.com/forum/index.php?topic=22.0 You must have an account to DL
Link to a sky changing script. WARNING: This script does not delete the old sky. You will need to fix that in order for it to work.

or you could have 2 maps and cycle between them, which would really suck for if you're trying to do something :D