Hi splitterface,
Great job so far! I appreciate the time and effort of all the variety of combinations you gave!!
Great job so far! I appreciate the time and effort of all the variety of combinations you gave!!













{
"classname" "info_notnull"
"Xsmall" "80"
"Ysmall" "-180"
"Xbig" "750"
"Ybig" "310"
"Zheight" "-30"
"nextthink" "0.1"
"think" "lava_think"
"count" "0.5"
"variation" "5"
}
.float Xsmall; // for lava pool corner with smallest X-coordinate (negative values are smaller than positive)
.float Ysmall; // for lava pool corner with smallest Y-coordinate (negative values are smaller than positive)
.float Xbig; // for lava pool corner with biggest X-coordinate (negative values are smaller than positive)
.float Ybig; // for lava pool corner with biggest Y-coordinate (negative values are smaller than positive)
.float Zheight; // for z-coordinate of lava pool
.float count; // for minimum time gap between eruptions (in additional a random value is automatically added: random()*3 )
.float variation; // sets which eruption variations to use: "1"=small eruption only "2"=medium eruption only
// "3"=large eruption only "4"=random small or medium eruption "5"=all 3 eruptions randomly
Comment