Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
0 Active | 8 Guests
Online:

LATEST FORUM THREADS

»
warfare
CoD4 Map + Mod Releases
Voting menu on maps
CoD+UO General
Hauling 911
CoDBO3 General

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: CoD4 MP Mapping
CoD 4 mapping and level design for multiplayer.
Moderators: foyleman, Foxhound, Mystic, StrYdeR, batistablr, Welshy, DrBiggzz, supersword, playername, novemberdobby
Latest Posts
Subscribed Posts
Search
Restricted Access Topic is Locked
Page
Next Page
subscribe
Author Topic: load screen issue
UB_Dragon
General Member
Since: May 18, 2006
Posts: 155
Last: Mar 14, 2009
[view latest posts]
Level 4
Category: CoD4 MP Mapping
Posted: Sunday, Jul. 13, 2008 02:37 pm
wow, been working on this, read the tuts ect ! ! !

I have got everythign done in the tuts with no luck

I can put my load screen in a different map and it works, (change the name to the other map)

is there something i am missing, some command in my gsc or something, map has been done for weeks now, just cant get the load screen to work

edited on Jul. 13, 2008 10:38 am by UB_Dragon
Share |
GRIM-G4L-InSaNiTy
General Member
Since: Jul 17, 2008
Posts: 50
Last: Mar 18, 2013
[view latest posts]
Level 2
Category: CoD4 MP Mapping
Posted: Sunday, Jul. 20, 2008 02:38 pm
im having the same sort of issue
Share |
Blimp01
General Member
Since: Jul 23, 2007
Posts: 110
Last: May 12, 2009
[view latest posts]
Level 4
Category: CoD4 MP Mapping
Posted: Sunday, Jul. 20, 2008 02:50 pm
Do you have your CSV file?
Share |
GRIM-G4L-InSaNiTy
General Member
Since: Jul 17, 2008
Posts: 50
Last: Mar 18, 2013
[view latest posts]
Level 2
Category: CoD4 MP Mapping
Posted: Monday, Jul. 21, 2008 07:55 am
i just have a default csv file
looks like this



victoryBackdrop,victory
defeatBackdrop,$default
levelBriefing,$default
Share |
elyas
General Member
Since: Jul 3, 2008
Posts: 63
Last: Jun 7, 2010
[view latest posts]
Level 3
Category: CoD4 MP Mapping
Posted: Monday, Jul. 21, 2008 09:21 am
GRIM-G-RC writes...
Quote:
i just have a default csv file
looks like this



victoryBackdrop,victory
defeatBackdrop,$default
levelBriefing,$default


your loadscreen need to look like this

Code:
victoryBackdrop,victory
defeatBackdrop,$default
levelBriefing,loadscreen_mp_yourmapname


could your put the steps you took
and place them here
Share |
GRIM-G4L-InSaNiTy
General Member
Since: Jul 17, 2008
Posts: 50
Last: Mar 18, 2013
[view latest posts]
Level 2
Category: CoD4 MP Mapping
Posted: Monday, Jul. 21, 2008 09:25 am
i took the ss
turned it into the iwi like im supposed to
put the iwi in raw/images
put the file players/images

try to test run but no load screen image
Share |
elyas
General Member
Since: Jul 3, 2008
Posts: 63
Last: Jun 7, 2010
[view latest posts]
Level 3
Category: CoD4 MP Mapping
Posted: Monday, Jul. 21, 2008 09:27 am
create a loadscreen using the iwiki tuts

http://www.infinityward.com/wiki/index.php/Making_a_custom_MP_load_screen

if u are finished with the tutorial (link above) the follow these steps.

Create a new folder called images on your desktop. Copy your loadscreen_mp_mapname.iwi (that u made with the tutorial above) or compass_map_minimap_mapname.iwi (if you have minimap) files from
"C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\raw\images"
to a new folder.
name the folder "images" then use winzip to make a .iwd file.
select the folder "images" with the iwi files inside it.
right mouseclick on the folder> winzip>Add to zipfile.
in the box below were it says "Add to Archive" enter you mp_mapname (make sure it ends with .IWD and not .zip.
the click Add
it will now make the file to your designated directory( in this case the desktop)

C:\mp_yourmapname.iwd (NOT ZIP).
if everything has gone well copy the mp_yourmapname.iwd file and put this iwd file into the folder
"C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\Mods\custommaps"

go to CompileTools under "Run Selected Map"
check the boxes next to "Enable Developer" + "Enable cheats" + "Use Custom Command Line Options' and the enter the following in the box below:
+set fs_game mods/custommaps

then run your map.

If you want to run your map from outside the Tools, the iwd file have to go into the folder usermaps/mp_yourmapname next to your .FF files of your map.


copy you FF files from your zone folder

"C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\zone\english"
select these 2 files
>mp_yourmapname.ff
>mp_yourmapname_load.ff


make a folder on your desktop called.
mp_yourmapname.
copy the mp_youmapname.iwd you already have made earlier into that folder.
als copy the FF files "mp_yourmapname.ff & mp_yourmapname_load.ff"


File for distribution:

inside your folder it must look like this
>mp_yourmapname>
>mp_yourmapname.ff
>mp_yourmapname_load.ff
>mp_yourmapname.iwd

rar it up and share.





edited on Jul. 21, 2008 06:13 am by elyas
Share |
elyas
General Member
Since: Jul 3, 2008
Posts: 63
Last: Jun 7, 2010
[view latest posts]
Level 3
Category: CoD4 MP Mapping
Posted: Monday, Jul. 21, 2008 10:05 am
GRIM-G-RC writes...
Quote:
i took the ss
turned it into the iwi like im supposed to
put the iwi in raw/images
put the file players/images

try to test run but no load screen image


dont put the .iwi in player images
Share |
GRIM-G4L-InSaNiTy
General Member
Since: Jul 17, 2008
Posts: 50
Last: Mar 18, 2013
[view latest posts]
Level 2
Category: CoD4 MP Mapping
Posted: Monday, Jul. 21, 2008 10:09 am
thank you very very much
i wish the tut was that well layed out
Share |
elyas
General Member
Since: Jul 3, 2008
Posts: 63
Last: Jun 7, 2010
[view latest posts]
Level 3
Category: CoD4 MP Mapping
Posted: Monday, Jul. 21, 2008 10:19 am
plz tell if it worked for you, i would like to know.
i figured it myself out by taking parts of tuts that were good
and mixed them together until it worked.
wich means that none of the tutorials ive read that help u from a to z.
they just leave u hanging and from that point u need to figure it yourself.

anyway this method worked for me
remember that the modtools cant load iwd files from the usermap. or any other place u dont specify in the +set fs_game mods/custommapsthe adress
Share |
Restricted Access Topic is Locked
Page
Next Page
subscribe
MODSonline.com Forums : Call of Duty 4 : CoD4 MP Mapping

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»