MODSonline
  Welcome Guest to MODSonline Home | Forums | Register | Login
Main-Menu
Home
Login
Register
Add Download
Add News
Add Tutorial *
Forums

Advertise
Affiliate Store US *
Affiliate Store UK *
Affiliate Store CA *
Angry Letter Generator
Avatar Upload
Calendar of Games
Contact
Downloads
FAQs
Forums
Member List
Member Projects
News
News Grabber *
Policy
Polls
Private Messages
Reviews
Screenshot Gallery
Search
Servers - Game
Store - Shirts *
Subscribe
Topics
Tutorials
Weblinks
Wiki *
Tutorials
CoD Mapping
CoDUO Mapping
CoD2 Mapping
CoD4 Mapping
CoDWW Mapping
CoD FAQs
HL2 Mapping
HL2 FAQs
SOF1 Mapping
Crysis Mapping
Q4 Mapping
Doom 3 Mapping
Doom 3 FAQs
UT2K3 Mapping
SOF2 Mapping
SOF2 FAQs

Lightray Modeling
General Modeling
General Modding
Adobe Photoshop
Common Mapping Errors

Readme.txt Generator
Members-Online
JerryAtricks [Forum]
supersword [Today]
corrie [Forum]
tomv8 [Forum]
foyleman [Messa]
Sgt.Rampage [Forum]
4sakin [Tutor]
bigRope [Tutor]
starkk [Today]
Boltriflem... [Forum]
*UWS*KILL_... [Forum]

11 Members and 11 Guests
Chat MODSonline
0 People Now Chatting
MODSOnline TeamSpeak

download TeamSpeak

In-The-News
Monday, Dec. 1st
A message from foyleman
Sunday, Nov. 30th
MODSonair 156 Live
Friday, Nov. 28th
MODSonair Episode 155
Wednesday, Nov. 26th
MODSonair Forum Buttons
Monday, Nov. 24th
Holiday Gift Guide 2008 - PC
Latest Poll
Single or Multiplayer maps for World at War?
Single-Player 29.21%
Multiplayer 62.92%
WHAT!? The tools are out? 7.87%
Read More...
10 comments

Newsletter
Name:
Email:
Newsletter Archives
Your Membership
User Name:
Password:
Register.
In The Forums
ERROR: CodeCallback_StartGameType[]
CoD 4 Level Desi.. Posts: (10) Views: (59) by JerryAtricks
Mirror's Edge PC Release Date Announced
News Around the .. Posts: (2) Views: (2) by supersword
EFFECTS ERROR
CoD 4 Level Desi.. Posts: (4) Views: (57) by JerryAtricks
missing loadscreen
CoD:WW Level Des.. Posts: (2) Views: (16) by *UWS*KILL_ME_NOW
Google 468 Banner Half-Life 2 Mods for Dummies
CoDWW Download
Forums
MODSonline.com Forums

Welcome to the MODSonline.com forums. Looking for Frequently Asked Questions? Check out our FAQs section or search it out using the SEARCH link below. If you are new here, you may want to check out our rules and this great user's guide to the forums and the website.
For more mapping and modding information, see our Wiki: MODSonWiki.com

Jump To:
Forum: All Forums : Call of Duty 4
Category: CoD 4 Level Design
CoD 4 mapping and level design.
Moderators: foyleman, rEdrUmMDK, Foxhound, Rasta, StrYdeR, The_Caretaker, batistablr, playername, Welshy
Latest Posts
Subscribed Posts
Search
Restricted Access Restricted Access
Page
Next Page
subscribe
Author Topic: loadscreen
digger
General Member
Since: Nov 23, 2007
Posts: 6
Last: Feb 3, 2008
[view latest posts]
Level 0
Category: CoD 4 Level Design
Posted: Monday, Jan. 21, 2008 02:22 pm
hello all modders and mappers

ho know's howe to make a loadscreen for a map
i'v try'd to do tha same as in cod 2 but it won't work
pizza
General Member
Since: Jun 27, 2006
Posts: 185
Last: Feb 3, 2008
[view latest posts]
Level 4
Category: CoD 4 Level Design
Posted: Monday, Jan. 21, 2008 02:41 pm
Making the loadscreen image

In this tutorial I will show you how to make a custom loading image for your multiplayer map.

You can use any photo software to make the loading image. I will leave that part up to you. You'll want to make it 24bit target ( .tga ) and a size of 1024x1024 pixels.

Save the file to [root]\texture_assets\loadscreen_[levelname].tga [root] would be the default game path where the games .exe files are located [levelname] is the name of the bsp for the level.

In my example I used the test level called mp_test that was included in the mod tools. In my example I saved the loadscreen image to the following:

c:\program files\activision\call of duty 4 - modern warfare\texture_assets\loadscreen_mp_test.tga
Creating a material in the game using your custom targa image

On the 'applications' tab of CoD4CompileTools click on the "Launch Asset Manager" button to launch the Asset Manager program. Now open the file "[root]\source_data\levels.gdt". You should see there is already a level entry for map names "test" and "mp_test" but we'll come back to those in a minute. Scroll down the list of asset types in the upper left and select "Material" in the list, then click the button "New Entry". You will not be prompted to enter the name of the new material you are creating. I named mine "loadscreen_mp_test" without the quotes.

You should now see many properties for the material you just created.

First, change materialType to 2d. This will remove a lot of options that aren't needed for 2D materials. Next, set surfaceType to , and usage to .

Because this is a loading image only, we do not need it to have a surface type to indicate bullet impact fx and sounds, and we also do not need it to show up in the editor. We don't plan on using this material on any world geometry.

The default blend options should be fine, but make sure yours match the ones in the image below to make sure.

For color map click the "..." button and select the tga image you made in the previous step. Set it to no tile, nomip bilinear, and check the nopicmip box.

Once you have the settings like the image below continue reading.



Now that you have all the settings correct lets make sure the material converts properly without any errors. Click "PC Convert" -> "Current Asset Only" from Asset Managers drop down menus. This will convert this asset in a command line window and show you the results. If you have done everything correctly up to this point it should say that converted the material and finished without any errors.



You might notice that the material has been converted to .iwi format and new files have been created: raw\images\loadscreen_mp_test.iwi raw\materials\loadscreen_mp_test raw\material_properties\loadscreen_mp_test

When you package the map into a .iwd file you'll want to include the .iwi file. The others aren't necessary to be in the .iwd because they will be contained within the fast file for that level.
Tell your custom map to use the new material

You have now successfully created a material that the game can use as a load screen. We just need to tell the game to use that material when loading your map. You should still be in Asset Manager in the file levels.gdt. You can now select "level" asset type from the list. You should see those two levels listed there as we did when we first opened this file. You'll want to click the "New Entry" button here to create a new asset of type "level" in this GDT.

Type in the name of your level ( it must be exactly the same name as your bsp ) and click ok.

There are just a few settings we need to set here. First is the bspName. In my example I set it to "mp/mp_test" because that is the path and filename to my bsp.

This is a MP map so I don't care about victory or defeat materials so I'll just enter some generic materials used for that.

Now "MP Level Load Material" is the one where you'll specify the custom material you just made in the previous step. In my example I created "loadscreen_mp_test" in the previous step, so I'll enter it here.



Save the GDT and from CoD4CompileTools click "Run Converter" under the "Applications" tab. Converter will run and convert the level asset you just created. You shouldn't get any errors if you did everything correctly, and a new file should have been created:

raw\maps\[levelname].csv.

In my example it created:

raw\maps\mp_test.csv

This csv file tells the game what materials to use when the level is loaded. You should never edit this file directly. Always make the changes in Asset Manager and then run converter.

This file will also need to be present in your .iwd pack file when you send the level off to others.

Congrats, if you followed me correctly you should now have a custom loading image for your multiplayer map. Visit the forums if you are having trouble and we'll be more specific in this tutorial.

http://www.infinityward.com/wiki/index.php?title=Making_a_custom_MP_load_screen


edited on Jan. 21, 2008 02:45 pm by pizza
digger
General Member
Since: Nov 23, 2007
Posts: 6
Last: Feb 3, 2008
[view latest posts]
Level 0
Category: CoD 4 Level Design
Posted: Monday, Jan. 21, 2008 02:50 pm
thnx pizza
Drapan
General Member
Since: May 9, 2004
Posts: 288
Last: Nov 18, 2008
[view latest posts]
Level 5
Category: CoD 4 Level Design
Posted: Monday, Jan. 21, 2008 02:57 pm
I followed the tutorial to the letter but when I run my map the loadscreen gets horisontally stretched, Must have done something wrong. It's keeping me from releasing my maps... Anyone got any ideas how to solve it?
pizza
General Member
Since: Jun 27, 2006
Posts: 185
Last: Feb 3, 2008
[view latest posts]
Level 4
Category: CoD 4 Level Design
Posted: Monday, Jan. 21, 2008 03:02 pm
I seen this issue in cod2 also, something about the size of the image

I will try to find a post about it
Tristan4592
General Member
Since: Apr 26, 2007
Posts: 177
Last: May 4, 2008
[view latest posts]
Level 4
Category: CoD 4 Level Design
Posted: Monday, Jan. 21, 2008 03:03 pm
When you create the loadscreen image remember to resize it to 1024 x 1024 pixels, It will look stretched out, But when the game loads it it will look normal
pizza
General Member
Since: Jun 27, 2006
Posts: 185
Last: Feb 3, 2008
[view latest posts]
Level 4
Category: CoD 4 Level Design
Posted: Monday, Jan. 21, 2008 03:19 pm
so its ok?
{MASS}Sgt
General Member
Since: May 12, 2006
Posts: 193
Last: Jun 14, 2008
[view latest posts]
Level 4
Category: CoD 4 Level Design
Posted: Tuesday, Jan. 22, 2008 11:27 am
followed the steps in your tutorial but do not find the iwi file.
gdt is done, converting without error?? any idea?

Thx
digger
General Member
Since: Nov 23, 2007
Posts: 6
Last: Feb 3, 2008
[view latest posts]
Level 0
Category: CoD 4 Level Design
Posted: Thursday, Jan. 24, 2008 05:05 pm
i found the iwi file
here
C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\raw\images\
hope it helps
kals
General Member
Since: Oct 11, 2005
Posts: 93
Last: Dec 3, 2008
[view latest posts]
Level 3
Category: CoD 4 Level Design
Posted: Monday, Jan. 28, 2008 05:28 pm
Where do i save the gdt file before running converter,has im getting error when saving it source_data folder..
any ideas??
[wave]
Restricted Access Restricted Access
Page
Next Page
subscribe
MODSonline.com Forums : Call of Duty 4 : CoD 4 Level Design
All logos and trademarks and information in this site are property of MODSonline LLC © 2008.
The comments are property of their posters.
RSS news feeds for MODSonline can be found News.php.
Intergi
Partners
The Firing Box
Battle for Europe COD2
CODAddicts - Call of Duty News & Downloads
XoXide
Frag Universe
modbase.be
Call of Duty Headquarters
Ask About
Advertising
Friends
CoD 4 Base
ModTheater
MODS Reloaded
Ask About
Advertising
Link to Us
MODSonair
View in iTunes
Please help us to raise in the ranks of podcasting and subscribe to our itunes feed using the link above.
MODSonair Releases
MODSonair Episode 155
MODSonair Episode 154
MODSonair Episode 153
MODSonair Episode 152
MODSonair Episode 151
Next Show
The next MODSonair show will air LIVE on:
12/07/2008 12:00 EST

Time remaining:
Copyright © 2008 MODSonline
Tresware Content Management System Copyright © 2008 Tresware
Website Designed and Hosted   Tresware