Art of War Central
View in iTunes
Please help us to raise in the ranks of podcasting and subscribe to our itunes feed using the link above.
The next MODSonair show will air LIVE on:
03/14/2010 12:03 EDT

Time remaining:
We Dontated to PixelEquity
"A total overhaul mod changes or redefines the gameplay style of the original game, while keeping it in the original game's universe or plot." 3
 
Site News   |   Aggregated News   |   Forums   |   Tutorials   |   Downloads   |   Projects   |   Weblinks
Latest Forum Threads 
CoD2 Scripting.. Posts: (6) Views: (24) by hyper1234
CoDWW Map + Mod .. Posts: (16) Views: (210) by FAFFER
CoD2 General.. Posts: (2) Views: (18) by DemonSeed
CoD2 Scripting.. Posts: (1) Views: (8) by hyper1234
CoD4 MP Mapping.. Posts: (1) Views: (6) by {UST}Hogan
CoD4 General.. Posts: (2) Views: (24) by DemonSeed
CoD4 Scripting.. Posts: (10) Views: (80) by DemonSeed
CoDWW SP Mapping.. Posts: (8) Views: (412) by The-Jack
CoD4 MP Mapping.. Posts: (5) Views: (34) by paulb39
CoD4 Scripting.. Posts: (22) Views: (108) by Cnopicilin
Back to Home Page
MODSCON 2010 L4D2 Contest
Art of War Central
Register/Login to Add a Tutorial
Tutorials
CoD2 Mapping
ratings:
Awful Rating
Poor Rating
Average Rating
Good Rating
Excellent Rating
Adding Snow and Winter Effects to Your AI
Versions: You must be logged in to view history.

Courtesy of [FR] Sparks

MAPNAME.GSC

Code:

#include maps\_utility;
#include maps\_anim;
#using_animtree("generic_human");
main() {
    maps\_load::main();
    maps\MAPNAME_fx::main();
    // makes ai do cool stuff
    setEnvironment ("cold");
}