Author Topic: Speedkart- Can someone help with environment.txt?  (Read 500 times)

Hello, I need help with the speedkart map file environment.txt.
What I want is the regualar stud water and the snowing sky in the environment menu, but I want the water to be set at a specific height.
Can someone please help me out with this?
The water should be about 8 studs high.
All help is appreciated, thank you.
I didn't know where this would belong, so if it's in the wrong board, I will move it.
So far this set-up looks good:
Code: [Select]
$EnvGuiServer::SimpleMode 1
$EnvGuiServer::SkyFile Add-Ons/Sky_Spooky3/Spooky3.dml
$EnvGuiServer::WaterFile Add-Ons/Water_Brick/brick.water
$EnvGuiServer::GroundFile Add-Ons/Ground_Bedroom/TTcementSand01.ground
But all I want is to set the water height specifically.


Get the effects you want ingame, and then do saveEnvironment("config/environment.txt"); in console.

If it's not self-explanatory, this will save the current environment settings to the specified file.

Get the effects you want ingame, and then do saveEnvironment("config/environment.txt"); in console.

If it's not self-explanatory, this will save the current environment settings to the specified file.
Thanks :D