Translate

Search mods

ARE YOU NEW HERE , WELL HELLO THERE!


For all of the beginning modders
and
- grave_lol_reap
&
- KDX42 ( CVAR link )
&
- Asssisingreen500


Handy tools to start.
And 2 important programs I recommend when you are a noob to modding.


Programs
Notepad++

Brute CRC 32


Handy Stuff


Video Tutorial below by SpikedLamb.
_______

_______

Colors

Random Mods

Mod Tutorial


FrozenState's : Mod Tutorial



FrozenState's : Script Optimization



Tuesday, May 1, 2012

Some AWESOME commands. (Will add picture tomorrow)

lightning command
_________________

(Picture will come later)

The Code 

test_dispatcheffect teslazap 70000 8 99 50

Example 
: Bind "BACK" " test_dispatcheffect teslazap 70000 8 99 50;test_dispatcheffect teslazap 70000 8 99 50;test_dispatcheffect teslazap 70000 8 99 50"
(I repeat the code to make more "lightning" it just looks bigger and more)

__________________________________________________

Smoke

_____

 A little video of it (Sorry Bad quality ikr)




The Code
test_dispatcheffect smoke 100 100 100 100

Example 
: Bind "UP" "test_dispatcheffect smoke 100 100 100 100"

__________________________________________________

Explosion
_________




(Picture will come later)

The Code
test_dispatcheffect explosion 0 0 0 100

Example 
: Bind "SELECT" "test_dispatcheffect explosion 0 0 0 100"

_________________________________________________

Fake Sentryguns
_______________

(Picture will come later)


The Code 

give obj_sentrygun1 

Example 
Bind "DOWN" "give obj_sentrygun1"

You can set these to team if you want,
by using

ent_fire !picker setteam 2 (Blu team)
ent_fire !picker setteam 3 (Red team)
ent_fire !picker setteam 0 (unassigned)


__________________________________________________

No comments: