MODSonline Subscriptions
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
"Modding refers to the act of modifying a piece of hardware or software or anything else for that matter, to perform a function not originally conceived or intended by the designer." 4
 
Site News   |   Aggregated News   |   Forums   |   Tutorials   |   Downloads   |   Projects   |   Weblinks
Latest Forum Threads 
CoD4 Map + Mod R.. Posts: (33) Views: (234) by sam_fisher3000
CoD4 Scripting.. Posts: (3) Views: (22) by j4cken
CoD4 SP Mapping.. Posts: (5) Views: (27) by infinet
General Gaming.. Posts: (8) Views: (148) by BigAl444
CoD4 SP Mapping.. Posts: (10) Views: (131) by voidsource
CoD4 MP Mapping.. Posts: (4) Views: (69) by Infern4ll
CoD4 Scripting.. Posts: (9) Views: (256) by DemonSeed
CoD2 MP Mapping.. Posts: (12) Views: (97) by StrYdeR
CoDUO Mapping.. Posts: (5) Views: (75) by sternkaa
MODSon-air.. Posts: (1) Views: (25) by foyleman
Back to Home Page
MODSCON 2010 L4D2 Contest
Dr. Nano Free for the iPhone and iPod Touch
Register/Login to Add a Tutorial
Tutorials
CoD4 Mapping
ratings:
Awful Rating
Poor Rating
Average Rating
Good Rating
Excellent Rating
Arena Files
Versions: You must be logged in to view history.
Marshall2006 Shows us how to make Arena Files.

ARENA FILES:

You need to add the following, into your .IWD folder.

Folder called mp

in mp create a text file named the same as your map. (i.e mp_testmap.txt)

Add the following:

 

{
map "mp_testmap"
longname "The Test Map"
gametype "dm sd"
}

 

map: the name of your bsp file (i.e mp_testmap)
longname: the preferred name (i.e The map name that shows in the list and loading the map)
gametype: the available spawns you have in your map / gametypes

-

then save_as the file "mp_testmap.arena"


So basically now you have a folder called mp, with a file called mp_testmap.arena..

..add them to a new .iwd file. (winRAR, right click the mp folder, and click add to archive. Select .ZIP, then rename the output file to mp_testmap.iwd)

Place the .iwd file in with your .ff files.. (i.e the fs_game folder)

 

Written By: Marshall2006