Call of Duty 5: Players Model: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
mNo edit summary
 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Image:Nutshell.png]] This article is to help you select the Player Models for your maps.
{{Note|This article is to help you select the Player Models for your maps.}}


== Player Model Teams ==
== Player Model Teams ==
Line 18: Line 18:
  German Wehrmacht
  German Wehrmacht


[[Image:Warning.png]] <font color="red"> '''Just as in COD4, with the SAS vs Spatsnez team problem, there is a  problem with the default _teams.gsc file - it assumes that a custom map is listed in  mapsTable.csv, and will default you to using Marines (Americans) and Japanese.</font>
Just as in COD4, with the SAS vs Spatsnez team problem, there is a  problem with the default _teams.gsc file - it assumes that a custom map is listed in  mapsTable.csv, and will default you to using Marines (Americans) and Japanese.


You can download a "fixed" _teams.gsc file here:
Extreme/ACE/AWE and a few other mods already have a fixed '''_teams.gsc''' so its best to use those mod while testing your Level;


[[Image:Data.png]] [http://tallys-world.com/downloads/fixed_teams.zip Tally's Fixed Teams - 7.80kb]
{{Warning|This is not for Mappers!! Mappers SHOULD NOT include the fixed file in their map release!}}


<font color="yellow">'''To use this file:'''</font>
The best solution to fix this being the [[Call of Duty 5: Players_Model#MAPSTABLE.CSV|Mapstable]] Solution on the end of this tutorial.
You must create a IWD archive containing the new _teams.gsc and place in a mod folder; <br>
* Copy the _teams.gsc file into a folder structure like this:
 
[[Image:_teams1.png]]
 
* Using Winrar or Winzip compress the folder images using ZIP default compression (no fancy options please!)
* Name the file like your map (say mp_yourmap.zip for this example)
* Rename the resulting file mp_yourmap.zip in <font color="red">mp_yourmap.iwd </font>
* Copy this new IWD file under the mod folder in use in the correct place:
 
Xp:
 
C:\Documents and Settings\Username\Local Settings\Application Data\Activision\CoDWaW
 
Vista:
 
C:\Users\Username\AppData\Local Data\Activision\CoDWaW\


== Player Model Classes ==
== Player Model Classes ==
Line 54: Line 37:




[[Image:Information.png]] For the modders, here are the Script Classes for each:
{{Info|For the modders, here are the Script Classes for each:}}


* Rifleman      > ASSAULT
* Rifleman      > ASSAULT
Line 69: Line 52:




* <font color="yellow">US Marines vs.Japanese Imperial Army</font>
*{{Color|US Marines vs.Japanese Imperial Army|blue}}


<pre>
<syntaxhighlight lang="cpp">
game["allies"] = "marines";
game["allies"] = "marines";
game["axis"] = "japanese";
game["axis"] = "japanese";
Line 78: Line 61:
game["allies_soldiertype"] = "pacific";
game["allies_soldiertype"] = "pacific";
game["axis_soldiertype"] = "pacific";
game["axis_soldiertype"] = "pacific";
</pre>
</syntaxhighlight>


* <font color="yellow">Russian Red Army vs. German Wehrmacht</font>
*{{Color|Russian Red Army vs. German Wehrmacht|blue}}


<pre>
<syntaxhighlight lang="cpp">
game["allies"] = "russian";
game["allies"] = "russian";
game["axis"] = "german";
game["axis"] = "german";
Line 89: Line 72:
game["allies_soldiertype"] = "german";
game["allies_soldiertype"] = "german";
game["axis_soldiertype"] = "german";
game["axis_soldiertype"] = "german";
</pre>
</syntaxhighlight>


* <font color="yellow">US Marines vs. German Wehrmacht</font>
*{{Color|US Marines vs. German Wehrmacht|blue}}


<pre>
<syntaxhighlight lang="cpp">
game["allies"] = "marines";
game["allies"] = "marines";
game["axis"] = "german";
game["axis"] = "german";
Line 100: Line 83:
game["allies_soldiertype"] = "pacific";
game["allies_soldiertype"] = "pacific";
game["axis_soldiertype"] = "german";
game["axis_soldiertype"] = "german";
</pre>
</syntaxhighlight>


* <font color="yellow">Russian Red Army vs. Japanese Imperial Army</font>
*{{Color|Russian Red Army vs. Japanese Imperial Army|blue}}


<pre>
<syntaxhighlight lang="cpp">
game["allies"] = "russian";
game["allies"] = "russian";
game["axis"] = "japanese";
game["axis"] = "japanese";
Line 111: Line 94:
game["allies_soldiertype"] = "german";
game["allies_soldiertype"] = "german";
game["axis_soldiertype"] = "pacific";
game["axis_soldiertype"] = "pacific";
</pre>
</syntaxhighlight>


[[Image:Warning.png]] <font color="red">'''Note that the last 2 examples aren't historically correct in terms of the Uniforms or Events.'''</font>
{{Warning|'''Note that the last 2 examples aren't historically correct in terms of the Uniforms or Events.'''|black}}




Line 135: Line 118:
Treyarch didnt't include the mptypes CSV files with the RAW dump, so I created them for you to download:
Treyarch didnt't include the mptypes CSV files with the RAW dump, so I created them for you to download:


[[Image:Data.png]] [http://tallys-world.com/downloads/mptypes.zip Faction MPTypes - 1.0kb]
{{Download|http://wiki.modsrepository.com/codww_files/codww_mptypes.zip|LOCAL Mirror}}
 
* This download also bring you '''Marines VS Wehrmacht''' and '''Russians VS Japanese'''


{{Warning|'''ONLY ALWAYS USE ONE include,mptypes_' LINE IN YOUR ZONE FILE!'''|black}}


== Player Models Pictures ==
== Player Models Pictures ==


<font color="yellow">The order is always as follow:</font>
{{Color|The order is always as follow:|blue}}


  Rifleman
  Rifleman
Line 168: Line 154:
[[Image:mptype_ger_hnrgrd_cqb.png|150px]] [[Image:mptype_ger_hnrgrd_rifle.png|150px]]
[[Image:mptype_ger_hnrgrd_cqb.png|150px]] [[Image:mptype_ger_hnrgrd_rifle.png|150px]]


==MAPSTABLE.CSV==
{{Note|if a map uses a custom mapstable.csv, this get's over all the problems that the stock _teams.gsc file causes: '''no more "gun in the face" problem.'''}}
*The game reads the custom mapstable.csv file, and gets its character models from that:
<pre>
# Map Data Table,,,,,,,,,,
a0,b1,c2,d3,e4,f5,g6,h7,i8,j9,k10
maxnum_map,1,,,,,,,,,
#mapname,#allies characters,#axis characters,#mapname,#mapimage,#index,#description,#mapoverlay,#map size description,#vehicles,#splitscreen
mp_campdavid,german,german,CUSTOM_CAMPDAVID,loadscreen_mp_campdavid,0,CUSTOM_DESC_MAP_CAMPDAVID,compass_overlay_map_airfield,MEDIUM,NO,NO
</pre>
*This satisfies what _teams.gsc looks for:
<pre>
alliesCharSet = tableLookup( "mp/mapsTable.csv", 0, getDvar( "mapname" ), 1 );
axisCharSet = tableLookup( "mp/mapsTable.csv", 0, getDvar( "mapname" ), 2 );
</pre>
* To add the custom map table to your map, Add this line to your Zone Source file map_mapname.csv
<pre>
stringtable,mp/mapstable.csv
</pre>
{{Info|If every mapper did this, there would be no need for a modded _teams.gsc file being included in a map's IWD file.}}
--[[User:Zaphax|Zaphax.]] 20:37, 10 November 2008 (UTC)


[[Category:Call of Duty 5]]
[[Category:Call of Duty 5]]
Line 173: Line 191:
[[Category:Mapping]]
[[Category:Mapping]]
[[Category:Technical Reference]]
[[Category:Technical Reference]]
--[[User:Zeroy|Zeroy.]] 20:37, 10 November 2008 (UTC)

Latest revision as of 14:49, 16 December 2010

This article is to help you select the Player Models for your maps.

Player Model Teams

Like any other Call Of Duty Game, COD:WW uses the usual team split:

  • Allies
  • Axis

In Allies you have:

US Marines
Russian Red Army

In Axis you have:

Japanese Imperial Army
German Wehrmacht

Just as in COD4, with the SAS vs Spatsnez team problem, there is a problem with the default _teams.gsc file - it assumes that a custom map is listed in mapsTable.csv, and will default you to using Marines (Americans) and Japanese.

Extreme/ACE/AWE and a few other mods already have a fixed _teams.gsc so its best to use those mod while testing your Level;

This is not for Mappers!! Mappers SHOULD NOT include the fixed file in their map release!

The best solution to fix this being the Mapstable Solution on the end of this tutorial.

Player Model Classes

Again, as in COD4:MW, COD:WW is re-using the class system:

  • Rifleman
  • Light Gunner
  • Heavy Gunner
  • Close Assault
  • Sniper


For the modders, here are the Script Classes for each:
  • Rifleman > ASSAULT
  • Light Gunner > SPECOPS
  • Heavy Gunner > SUPPORT
  • Close Assault > RECON
  • Sniper > SNIPER


MAP GSC Syntax

There are 4 combiantion possible for your MP Levels in regards to Player Models:


  • US Marines vs.Japanese Imperial Army
	game["allies"] = "marines";
	game["axis"] = "japanese";
	game["attackers"] = "allies";
	game["defenders"] = "axis";
	game["allies_soldiertype"] = "pacific";
	game["axis_soldiertype"] = "pacific";
  • Russian Red Army vs. German Wehrmacht
	game["allies"] = "russian";
	game["axis"] = "german";
	game["attackers"] = "axis";
	game["defenders"] = "allies";
	game["allies_soldiertype"] = "german";
	game["axis_soldiertype"] = "german";
  • US Marines vs. German Wehrmacht
	game["allies"] = "marines";
	game["axis"] = "german";
	game["attackers"] = "axis";
	game["defenders"] = "allies";
	game["allies_soldiertype"] = "pacific";
	game["axis_soldiertype"] = "german";
  • Russian Red Army vs. Japanese Imperial Army
	game["allies"] = "russian";
	game["axis"] = "japanese";
	game["attackers"] = "allies";
	game["defenders"] = "axis";
	game["allies_soldiertype"] = "german";
	game["axis_soldiertype"] = "pacific";
Note that the last 2 examples aren't historically correct in terms of the Uniforms or Events.


In your Map GSC simply place the relevant section from your choice.


Compiling Player Model Factions/SoldierTypes

To get the right models compiled into your map, just as in COD4, you use an #include, and reference a relevant .CSV file for that faction:

include,mptypes_german

This is for both German (Wehrmacht) and Russians, as the Russians are actually classed as a "german" soldiertype

include,mptypes_pacific

This is for both the Marines (American) and Imperial Army (Japanese)

Place these includes in your map's zone .CSV file, just as you did for COD4

Treyarch didnt't include the mptypes CSV files with the RAW dump, so I created them for you to download:

LOCAL Mirror

  • This download also bring you Marines VS Wehrmacht and Russians VS Japanese
ONLY ALWAYS USE ONE include,mptypes_' LINE IN YOUR ZONE FILE!

Player Models Pictures

The order is always as follow:

Rifleman
Light Gunner
Heavy Gunner
Close Assault
Sniper

US Marines

Japanese Imperial Army

Russian Red Army

German Wehrmacht


MAPSTABLE.CSV

if a map uses a custom mapstable.csv, this get's over all the problems that the stock _teams.gsc file causes: no more "gun in the face" problem.
  • The game reads the custom mapstable.csv file, and gets its character models from that:
# Map Data Table,,,,,,,,,,
a0,b1,c2,d3,e4,f5,g6,h7,i8,j9,k10
maxnum_map,1,,,,,,,,,
#mapname,#allies characters,#axis characters,#mapname,#mapimage,#index,#description,#mapoverlay,#map size description,#vehicles,#splitscreen
mp_campdavid,german,german,CUSTOM_CAMPDAVID,loadscreen_mp_campdavid,0,CUSTOM_DESC_MAP_CAMPDAVID,compass_overlay_map_airfield,MEDIUM,NO,NO
  • This satisfies what _teams.gsc looks for:
alliesCharSet = tableLookup( "mp/mapsTable.csv", 0, getDvar( "mapname" ), 1 );
axisCharSet = tableLookup( "mp/mapsTable.csv", 0, getDvar( "mapname" ), 2 );
  • To add the custom map table to your map, Add this line to your Zone Source file map_mapname.csv
stringtable,mp/mapstable.csv
If every mapper did this, there would be no need for a modded _teams.gsc file being included in a map's IWD file.


--Zaphax. 20:37, 10 November 2008 (UTC)