Fire question
Posted: August 26th, 2006, 4:20 pm
Hi
I've made a fire. With script etc. Everythings works fine but the flame is to big. How can i get it smaller. Its for a torch
Here is the script that i use:
I've made a fire. With script etc. Everythings works fine but the flame is to big. How can i get it smaller. Its for a torch
Here is the script that i use:
Code: Select all
main()
{
level._effect["fire"] = loadfx ("fx/fire/tinybon.efx");
maps\mp\_fx::loopfx("fire", (3322, 1118, 105), 0.3);
level._effect["smoke"] = loadfx ("fx/smoke/ash_smoke.efx");
maps\mp\_fx::loopfx("smoke", (3322, 1118, 127), 0.7);
maps\mp\_load::main();
}