Call of Duty 5: Test the map: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
(New page: BEFORE compiling it you must insert your custom MAP .gsc in: c:\Program files\Activision\Call of Duty - World at War\raw\maps\mp AND in c:\Doc...)
 
mNo edit summary
Line 9: Line 9:
  c:\Documents and Settings\yourname\local settings\application data\Activision\CoDWaW\usermaps\mp_yourmap
  c:\Documents and Settings\yourname\local settings\application data\Activision\CoDWaW\usermaps\mp_yourmap


for '''Windows XP'''
for <font color="yellow">'''Windows XP'''</font>


OR
OR
Line 15: Line 15:
  c:\Users\<Your Username>\AppData\Local Data\Activision\CoDWaW\usermaps
  c:\Users\<Your Username>\AppData\Local Data\Activision\CoDWaW\usermaps


for '''Windows Vista'''
for <font color="yellow">'''Windows Vista'''</font>




* Now, place an [[Call of Duty 5: Arena File|.arena file]] with the gametypes of your map in:
* Now, place an [[Call of Duty 5: Arena File|.arena file]] with the gametypes of your map in:


c:\Documents and Settings\yourname\local settings\application data\Activision\CoDWaW\usermaps\mp_yourmap
c:\Documents and Settings\yourname\local settings\application data\Activision\CoDWaW\usermaps\mp_yourmap


*Compile your map on launcher --> compile level
*Compile your map on launcher --> compile level

Revision as of 15:33, 27 November 2008

BEFORE compiling it you must insert your custom MAP .gsc in:


c:\Program files\Activision\Call of Duty - World at War\raw\maps\mp

AND in

c:\Documents and Settings\yourname\local settings\application data\Activision\CoDWaW\usermaps\mp_yourmap

for Windows XP

OR

c:\Users\<Your Username>\AppData\Local Data\Activision\CoDWaW\usermaps

for Windows Vista


  • Now, place an .arena file with the gametypes of your map in:
c:\Documents and Settings\yourname\local settings\application data\Activision\CoDWaW\usermaps\mp_yourmap
  • Compile your map on launcher --> compile level

(you should see no more errors regarding .gsc file)

  • Go on launcher --> run game
  • At this point you should see the classic main page of the game,if you go on "create server" page you should see your map on the right column in the map list, simply chose it and it should run


Sources: ModsOnline