Call of Duty 4: Releasing General: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
For this, I made a little graphic showing a MAP STRUCTURE.
For this, I made a little graphic showing a MAP STRUCTURE.
   
   
[[Image:map_structure.jpg]]
[[Image:map_structure.jpg]]
   
   
This is the one and only way to make a map file. Now let me explain it in detail.
This is the one and only way to make a map file. Now let me explain it in detail.


[LIST]
[LIST]
[*] First, you have to create a readme file;
*Create a readme file;
[*] Second, You have to create an usermaps folder;
*Create an usermaps folder;
[*] Third, inside the usermaps folder, you have to create a mp_mapname folder;
**inside the usermaps folder, you have to create a mp_mapname folder;
[*] Fourth, inside the mp_mapname folder you just created, you add your map's files.
***inside the mp_mapname folder you just created, you add your map's files.
[*] Fifth, you zip everything as mp_mapname.zip
*Zip everything as mp_mapname.zip
[/LIST]




Line 21: Line 22:


   
   
[I][B]Q- Why do I have to create a readme.txt file?[/B][/I]
'''Q- Why do I have to create a readme.txt file?'''
A- The community, the server admins and download sites need to know what they are dealing with:
'''A-''' The community, the server admins and download sites need to know what they are dealing with:
   
   
Who made the map; ::Mandatory::
 
Email and web site info ::facilitative::
'''Q- Why create the usermaps and mp_mapname folder?'''
Game types -> Your map can be played on what kind of servers ( its not everyone that running TDM only ) ::Mandatory::
'''A-''' Because this is how the game is working. Its not everyone that have all the knowledge. It will be easier for everyone.
Other info ::facilitative::
This is important as we don't have access to the .arena file.
[I][B]Q- Why create the usermaps and mp_mapname folder?[/B][/I]
A- Because this is how the game is working. Its not everyone that have all the knowledge. It will be easier for everyone.
   
   
[I][B]Q- I don't have the _load.ff and .iwd file, what can I do?[/B][/I]
'''Q- I don't have the _load.ff and .iwd file, what can I do?'''
A- These files are necessary for a complete map file. I know its a little early because the tools has just been released but these files will have to be part of your map.
'''A-''' These files are necessary for a complete map file. I know its a little early because the tools has just been released but these files will have to be part of your map.
   
   
[I][B]Q-What goes in the .iwd file????[/B][/I]
'''Q-What goes in the .iwd file?'''
A-The only files that have to be in the .iwd file are the images .iwi files.Like the minimap the loadscreen and custom textures.All the other files HAVE to be compiled in the fast file.
'''A-''' The only files that have to be in the .iwd file are the images .iwi files.Like the minimap the loadscreen and custom textures.All the other files HAVE to be compiled in the fast file.

Revision as of 20:43, 17 October 2008

By RaBBiT

Since a lot of you a new in mapping ( some old mappers should know also ), there's important info that goes in your map file that you MUST add. For this, I made a little graphic showing a MAP STRUCTURE.



This is the one and only way to make a map file. Now let me explain it in detail.

[LIST]

  • Create a readme file;
  • Create an usermaps folder;
    • inside the usermaps folder, you have to create a mp_mapname folder;
      • inside the mp_mapname folder you just created, you add your map's files.
  • Zip everything as mp_mapname.zip


Questions & Answers

Q- Why do I have to create a readme.txt file? A- The community, the server admins and download sites need to know what they are dealing with:


Q- Why create the usermaps and mp_mapname folder? A- Because this is how the game is working. Its not everyone that have all the knowledge. It will be easier for everyone.

Q- I don't have the _load.ff and .iwd file, what can I do? A- These files are necessary for a complete map file. I know its a little early because the tools has just been released but these files will have to be part of your map.

Q-What goes in the .iwd file? A- The only files that have to be in the .iwd file are the images .iwi files.Like the minimap the loadscreen and custom textures.All the other files HAVE to be compiled in the fast file.