effects

Have questions about CoD/UO mapping that aren't covered in the tutorials section? Post here!

Moderator: Core Staff

Post Reply
Rukariox
CJ Wannabe
CJ Wannabe
Posts: 34
Joined: July 30th, 2009, 7:30 pm

effects

Post by Rukariox » April 15th, 2010, 5:02 pm

Could anyone explain effects like smoke and where i can find the effects

User avatar
Oi!mel
CJ Fan
CJ Fan
Posts: 132
Joined: January 17th, 2010, 9:26 pm
Location: Germany/Bavaria
Contact:

Re: effects

Post by Oi!mel » April 15th, 2010, 6:05 pm

Do you mean in Maps? the effects are in raw/fx. Open it with the Effects Editor from mod tools. Save it, and add it with a script.

So for example.
You found a effect. You saved it in /raw/fx/example/effect.efx

Than you add to your zone files:

Code: Select all

fx,example/effect
and now you can use your effect.
The best is to make a mp_map_fx.gsc

Code: Select all

main()
{
	level._effect["example"] = loadfx ("example/effect");
	maps\mp\_fx::loopfx("example", (-512, 0, -210), 9); //Change the coordinats (x, y, z), time

}
Than you add the following line to your map.gsc

Code: Select all

maps\mp\mp_map_fx::main();
The effect is now in your map.
Image Image Image

Post Reply

Who is online

Users browsing this forum: No registered users and 33 guests