ES Recruitment Drive
Originally Posted by Melmoth View Post
I really hope that they'll be fixed : I have written a lua module (and some plugins) to help people making atmospheres, but 50% of the functions are useless because of the lines and triangles glitch.

To figure out how it will be simple to develop an atmospheres with Atmo 3.0, I show you the code of the future version of Winter Night :
require "atmo"
atmo.init()
-- -----------

atmo.set_non_shader_sky_color(0, 0, 0.2)
atmo.set_non_shader_floor_color(2,2,2)
atmo.set_non_shader_sun(1,1,1,0.11,0.25,40,10)
atmo.add_snow(250,0.1,0.2,100,{1,1,1,1})
atmo.add_mountains_around(1)

-- -----------
add_hook("draw3d", "atmo", atmo.draw_atmo)
But no one has replied my thread in "Support", and Blam seems to be quite inactive...

Ah, that seems fairly simple. Can't wait. :D
Until then, though, I might have to try it without such useful functions.
As for the glitch... I'm sorry, I have no idea.
Not many people make lua scripts anymore... Not for Toribash, anyway.