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



Saturday, February 9, 2013

WaitWhut? CARNIVAL!!!!!!!

As you all know, It is Carnival ( at least here it is ) :D

I have been searching for many ways to implement some sort of Carnival themed skin mod, but all I can do for you guys are these:

alias 1 "ent_fire !self setname poop"
alias 2 "ent_fire poop color 255+255+0"
alias 3 "ent_fire poop color 255+0+0"
alias 4 "ent_fire poop color 0+255+0"
alias 5 "wait20;ent_fire poop color 0+0+0"
alias 6 "wait20; 1 ; wait20; 2; wait20;wait20; 3 ; wait20; 4 ; wait20; 7"
alias 7 "wait20;5 ;wait20; 1 ;wait20; 2 ;wait20; 3 ;wait20; 6 "



that makes you flicker in the colors:



BLACK
GREEN
RED
BLUE




Another thing to make the map look colorful is

r_colorstaticprops 3 

Use it as followed :
alias "color" "r_colorstaticprops 3" 
bind "<Your button>" "<Existing button function> ; wait 50; color "


to set the map to its normal colors use : 
alias "normalcolor" "r_colorstaticprops 0"
bind "<Your button>" "<Existing button function>; wait 50; normalcolor"


( Note: The colored ground is not an effect of the code above. )

It will look like this :









Yours Sincerely Sennheiser_
 & The Tobmps3 Crew
 - Krieg_B_JONES ( Rank : Server Creator )
 - JRSinCProductions ( Rank : Promoter )
 TOBMPS3™

No comments: