• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tutorial] Dirt effect and Modify Claymores
#1
Another easy tutorial, Cool

With this is to make a dirty effect like when they throw you a grenade and you survive:

Code:
self thread maps\mp\_shellshock::dirtEffect(origin);

Example:

Code:
self thread maps\mp\_shellshock::dirtEffect(self.origin);

Now, just a simple claymore changes, really EASY, go in _weapons.gsc, find in Init() this:

Code:
    claymoreDetectionConeAngle = 70;
    level.claymoreDetectionDot = cos( claymoreDetectionConeAngle );
    level.claymoreDetectionMinDist = 20;
    level.claymoreDetectionGracePeriod = .75;
    level.claymoreDetonateRadius = 192;

Change it to whatever you want, example:

Code:
    claymoreDetectionConeAngle = 70;
    level.claymoreDetectionDot = cos( claymoreDetectionConeAngle );
    level.claymoreDetectionMinDist = 1;
    level.claymoreDetectionGracePeriod = .75;
    level.claymoreDetonateRadius = 360;

Thats just it, Superman
  Reply
#2
Nice, sounds fun.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Trainer] Mass Effect 3 +18 Trainer - LinGon d0h! 0 4,776 03-20-2012, 11:44
Last Post: d0h!
  Ignite effect of molotov not working. Cyborgking 2 2,187 01-19-2012, 11:49
Last Post: Cyborgking
  [Tutorial] Texts with glow and effect Yamato 3 3,339 11-01-2011, 18:09
Last Post: Yamato
  bash effect for rifle assassin5469 3 2,201 08-04-2011, 20:58
Last Post: assassin5469
  Help Modify and rename class Puffiamo 10 5,206 07-21-2011, 23:02
Last Post: Puffiamo
  Help Effect Editor 4FunPlayin 5 3,562 07-05-2011, 07:15
Last Post: SparkyMcSparks
  [Release] Dirt 3 ALL VERSIONS + 7 Trainer d0h! 2 9,277 06-15-2011, 14:10
Last Post: rotceh_dnih
  Now Available - DiRT 3 Steam 0 1,458 05-24-2011, 00:01
Last Post: Steam
  [Tutorial] Create an effect at a specific location + Fx List alistair3149 8 5,123 02-22-2011, 16:13
Last Post: Nekochan
  Remove all effect of the map alistair3149 4 2,760 12-20-2010, 13:49
Last Post: alistair3149

Forum Jump:


Users browsing this thread: 1 Guest(s)