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 EST

Time remaining:
We Dontated to PixelEquity
"Mod or modification is a term generally applied to PC games, especially first-person shooters, RPGs and real-time strategy games." 2
 
Site News   |   Aggregated News   |   Forums   |   Tutorials   |   Downloads   |   Projects   |   Weblinks
Latest Forum Threads 
CoD4 Scripting.. Posts: (16) Views: (90) by Cnopicilin
CoD4 MP Mapping.. Posts: (1) Views: (20) by Blade_MacTavish
CoD2 General.. Posts: (1) Views: (5) by felipon
CoD2 MP Mapping.. Posts: (1) Views: (9) by Ploxxy
Software Help.. Posts: (1) Views: (9) by tomv8
News Around the .. Posts: (14) Views: (129) by foyleman
CoD4 MP Mapping.. Posts: (4) Views: (34) by Pokeloca
MODSon-air.. Posts: (1) Views: (5) by foyleman
News Around the .. Posts: (2) Views: (11) by Foxhound
CoDUO Mapping.. Posts: (1) Views: (15) by sternkaa
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
Quick Tutorial on Using Mods in COD4 Demo
Versions: You must be logged in to view history.
Thanks to Tally for posting this information on the Infinity Ward forums.
I have seen a few people in the forums struggling to swap around the weapons files in the COD4 demo. Here is a quick "how to".

1. First, you must run your mods for the demo from an fs_game folder.

Here is a .BAT file for you to copy:
@echo off
@echo STARTING COD4 DEMO
cd C:\Program Files\Activision\Call of Duty 4 - Modern Warfare Demo\
iw3sp.exe +set fs_game mods\mymod
@echo COMPLETE
Copy that to a .txt file, and rename to something like "cod4 mod.bat"

2. Place the .BAT file on your desktop. Double click it, and you go into the demo as normal. Select which skill level you want (as usual), and go into the demo.

As soon as you are in the demo, exit it.

Look inside the COD4 demo directory, and you will see a new folder has been created:



Inside that will be another folder named "mymod". Place your mods in there.

3. For this test, I simply renamed the mp5 mp weapon file to m4_granadier, and it swaped around the default weapon you get in the demo (the m4_granadier) to the mp5:



Do whatever you want from there.