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
"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 
News Around the .. Posts: (5) Views: (20) by FAFFER
CoD4 Scripting.. Posts: (4) Views: (62) by Samuel033
CoD4 Scripting.. Posts: (1) Views: (21) by j4cken
CoD2 SP Mapping.. Posts: (10) Views: (121) by IvanFilip
CoD4 Map + Mod R.. Posts: (24) Views: (190) by sam_fisher3000
CoD4 MP Mapping.. Posts: (3) Views: (44) by cskiller86
CoD4 Scripting.. Posts: (1) Views: (25) by mike121
CoD4 General.. Posts: (2) Views: (45) by DemonSeed
CoD4 General.. Posts: (5) Views: (87) by BraX
CoDWW Map + Mod .. Posts: (18) Views: (217) by Rasta
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
Creating a CoD2 mp_ loadscreen
Versions: You must be logged in to view history.

nzo shows you how to create a multiplayer map loadscreen

 

First off I wanna thank StrYdeR for his tutorial on using custom textures in maps and it helped me figure out how to create loadscreen. So this is for all you people out there still having problems trying to get your loading screens working. Lets start;

What you need;
CoD Modding Tools

DDS Plugin for Photoshop, can be found here.


Step 1
Create a images folder in your Call of Duty 2 directory, NOT YOUR MAIN directory. It is very important that is it all lower case, you should end up with this if you installed in the default path. C:Program FilesActivisionCall of Duty 2images


Step 2
Take your picture or screenshot that you wish to make into your loading screen, resize it to 1024x1024 and resolution must be set to 72.

Once that is set, save your file as loadingscreen_(name of map here).dds. For example, my map is "mp_nzo" so I had to save my file as loadingscreen_mp_nzo.dds

Save as *DDS file, DXT5 ARGB
2D Texture NO MIPMAPS.

Place that file in your C:Program FilesActivisionCall of Duty 2images folder you created in step 1.

Step 3
Open up your asset_manager.exe which should be in your bin folder where the codradiant.exe is located.

1)Click on new entry

2)Under name, name it the same as you named your *dds file. without the extension. So in my case, loadingscreen_mp_nzo

3)in the scroll menu under the buttons "new entry" etc.. locate and select materials

4)Material Type MUST be set to 2D, sort set to default, surface type set to and usage set to . blendfunc must be replace, cullface must be to back, polygonoffset set to none, alphatest set to always, depth test set to lessequal and finally depthwrite set to

Color map; here you click on the browse button and select your *dds file from the images folder you created. Set the tile option to NO TILE, then and IT MUST be set to DXT5. make sure nopicmip is unchecked.

lost? heres a screenshot.. simply mimic the options you see just replace the name of the file so it fits into your map.

loadss.jpg


5) Now its time to save your work, File-> Save As. save it the same as everything else, loadscreen_mp_nzo.gdt (EDIT: it actually needs to be loadingscreen_mp_nzo.gdt) . or whatever your map name is.

6) The conversion. Now that everything is saved and ready to go, Select the PC Convert menu and click Convert Asset Only, or simply hit F10.

The Final Step
Everything has been converted. You will find your new *iwi file (image file) in your call of duty 2mainimages and the materials file you will need in the call of duty 2mainmaterials . The last file you will need is a *csv file. simply make a text file and name it the same as your map. In this case, it has to be named mp_nzo.txt. Include this code.

levelBriefing,loadscreen_mp_nzo
(EDIT: actually needs to be levelBriefing,loadingscreen_mp_nzo)


Save it and change the name to mp_nzo.csv and place it in your mainmapsmp folder. where your *bsp and *gsc file is located.

Change the name to fit the name of your map, and you're done. All you have to do next is just include all these files with their proper folder in your *iwd file.

originally posted at iwnation.com