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

special message to Auan98 (part 2)

how to use sv_cheats 1 in your CFG

at the bottom of your CFG you  need to type this :

wait 9000;ent_create point_servercommand wait 9050;ent_fire point_servercommand command "sv_cheats 1"

You can aslo use other command between the " " like

sv_gravity 200 ( low gravity)
mp_friendlyfire 1 ( can kill your own teammates)
mp_fastbuild 1 ( sentry builds with in one second)
 tf_cheapobjects ( no metal needed to build )

that will look like this:
wait 9000;ent_create point_servercommand wait 9050;ent_fire point_servercommand command "sv_cheats 1; sv_gravity 200; mp_friendlyfire 1; mp_fastbuild 1;tf_cheapobjects"

No comments: