More to come later when I have more time.


Save as seperate files then.
Code: Select all
//Rovastar - Altars Of Madness
Aspc=1,
A0="( 20 + rnd( 40 ) )", //complexity
srcX="x+0.008*sin((y*2-1)*A0*0.75)+0.008*sin((y*2-1)*A0)";
srcY="y+0.006*cos((x*2-1)*A0)+0.006*cos((x*2-1)*A0*0.75)";
Vers=100
Code: Select all
//Rovastar - Everflow Flower
Aspc=1,
A0 = "0.001*((10+ rnd( 10 ))*((rnd( 1 ) *2) -1)) ",
A1 = "45+ rnd( 35 )",
A2 = "0.001*((10 +rnd( 20 ))*((rnd( 1 ) *2) -1)) ",
A3 = "60+ rnd( 30 )",
srcX="x+(A0)*sin(theta*A1)",
srcY="y-(A2)*cos(theta*A3)",
Vers=100
Code: Select all
//Rovastar - Demon Sunflower (Morbid Mix)
Aspc=1,
A0="0.001*( 4 + rnd( 5 ) )",
A1="8 + rnd( 7 )",
A2="0.001*( 4 + rnd( 5 ) )",
A3="8 + rnd( 7 )",
srcX="x+A0*(tan((tan(1-r))*4+((theta)*A1)))",
srcY="y-A2*(tan((tan(1-r))*4+((-theta)*A3)))",
Vers=100
Code: Select all
//Rovastar - Demon Sunflower (Mellow Mix)
Aspc=1,
A0="0.001*( 3 + rnd( 4 ) )",
A1="4 + rnd( 8 )",
A2="0.001*( 3 + rnd( 4 ) )",
A3="4 + rnd( 8 )",
srcX="x+A0*(sin((tan(1-r))*15+((theta)*A1)))",
srcY="y-A2*(cos((tan(1-r))*15+((-theta)*A3)))",
Vers=100