Thread Rating:
  • 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,791 03-20-2012, 11:44
Last Post: d0h!
  Ignite effect of molotov not working. Cyborgking 2 2,226 01-19-2012, 11:49
Last Post: Cyborgking
  [Tutorial] Texts with glow and effect Yamato 3 3,368 11-01-2011, 18:09
Last Post: Yamato
  bash effect for rifle assassin5469 3 2,227 08-04-2011, 20:58
Last Post: assassin5469
  Help Modify and rename class Puffiamo 10 5,283 07-21-2011, 23:02
Last Post: Puffiamo
  Help Effect Editor 4FunPlayin 5 3,596 07-05-2011, 07:15
Last Post: SparkyMcSparks
  [Release] Dirt 3 ALL VERSIONS + 7 Trainer d0h! 2 9,314 06-15-2011, 14:10
Last Post: rotceh_dnih
  Now Available - DiRT 3 Steam 0 1,474 05-24-2011, 00:01
Last Post: Steam
  [Tutorial] Create an effect at a specific location + Fx List alistair3149 8 5,170 02-22-2011, 16:13
Last Post: Nekochan
  Remove all effect of the map alistair3149 4 2,798 12-20-2010, 13:49
Last Post: alistair3149

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.