Modme Forums

Change dog fx

Game Modding | Call of Duty: Black Ops 3 | Scripting


Pepergogo:

Hi
I'm trying to change the dog fire fx trail and I try to change it from "_zm_ai_dogs.gsc" but nothing happen :(



Anyone know what can I do? :D


eDeK:

CSC

zm_usermap::main();

change_fx_csc();

function change_fx_csc()
{
    level._effect[ "dog_eye_glow" ]            = "YOUR_FX";   //FX Dog Eyes
    level._effect[ "dog_trail_fire" ]        = "YOUR_FX";     //FX Inside The Dog
}


Pepergogo:

CSC
zm_usermap::main();

change_fx_csc();

function change_fx_csc()
{
    level._effect[ "dog_eye_glow" ]            = "YOUR_FX";   //FX Dog Eyes
    level._effect[ "dog_trail_fire" ]        = "YOUR_FX";     //FX Inside The Dog
}

Thanks! :D
Works perfect


1CrazyGamer:

Hi
I'm trying to change the dog fire fx trail and I try to change it from "_zm_ai_dogs.gsc" but nothing happen :(



Anyone know what can I do? :D

Are you trying to make the alpha omega dogs?


Pepergogo:

Are you trying to make the alpha omega dogs?

My map is all around about electricity (story purpose) and I was just looking to make electric dogs.
Using Alpha Omega dogs will be more than perfect, but I don't have the DLC and I don't know how to export, so I'm doing "the cheapest way" 😂


1CrazyGamer:

My map is all around about electricity (story purpose) and I was just looking to make electric dogs.
Using Alpha Omega dogs will be more than perfect, but I don't have the DLC and I don't know how to export, so I'm doing "the cheapest way" 😂

well the dogs are the same model


1CrazyGamer:

you just have to make your own fx that look like the alpha omega fx


Pepergogo:

you just have to make your own fx that look like the alpha omega fx

Yeah, I don't know how to do that so I'm looking the fxs already in the tools and see what of those look cool