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/21/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 
CoD4 SP Mapping.. Posts: (3) Views: (17) by infinet
CoD4 Scripting.. Posts: (1) Views: (12) by j4cken
General Gaming.. Posts: (7) Views: (139) by Rasta
CoD4 MP Mapping.. Posts: (4) Views: (67) by Infern4ll
CoD4 Scripting.. Posts: (9) Views: (255) by DemonSeed
CoD2 MP Mapping.. Posts: (12) Views: (97) by StrYdeR
CoDUO Mapping.. Posts: (5) Views: (74) by sternkaa
MODSon-air.. Posts: (1) Views: (23) by foyleman
Back to Home Page
MODSCON 2010 L4D2 Contest
Register/Login to Add a Tutorial
Tutorials
CoD2 Mapping
ratings:
Awful Rating
Poor Rating
Average Rating
Good Rating
Excellent Rating
Adding Gameytypes to your Map
Versions: You must be logged in to view history.
techno2sl explains how to make various gametypes available for play with your custom map.
Gametypes:

Always make sure you have a Global Intermission - (where the spectator spawns)
Always make sure your spawn points and the intermission are above the ground slightly, and are not touching anything.
Note: Spawn points of different gametypes CAN touch each otherm, but do not place them directly in each other as this may

cause errors.
--------------------------------------

Team Death Match (TDM)

Right click the 2d grid - select "mp" from the drop down menu and insert the tdm_spawn

Place as many of these as you need, there is no Axis/allied ones as the game picks randomly which spawn point a player will

spawn on, although it will pick the closest to where their teammates are.
-------------------------------------

Death Match (DM)

Simply Use you drop down list again (right click the 2d grid/ or "plan view") > select "mp" > select dm_spawn

Place Death match spawns around your map in places of your choice.
------------------------------------

Capture the Flag - or CTF (no scripting)

Right click you 2d grid/plan view, select misc>prefab

A browser window should open showing the folder location:

c:/program files/activision/call of duty 2/map source/prefabs (this is my directory you may have something like this but

under a different drive name- the folder structure should be exact though).

From the mini browser window, select the folder: "MP"

Now select: "ctf_flag_axis.map" - place this where you would like the axis flag to be.

(make sure you deselect it once its in position (esc)

Repeat the process and select: "ctf_flag_allies.map"


Postion that. Now right click your 2d grid and select "mp" > "ctf_spawn_allied" (place these near the allied flag)


Now right click your 2d grid and select "mp" > "ctf_spawn_axis" (place these near the axis flag)

- i said no scripting but you need this in your .gsc:

main()
{
Maps\mp\_load::main();
}