

<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.zeroy.com/index.php?action=history&amp;feed=atom&amp;title=Call_of_Duty_5%3A_Adding_WAR_Zone_names</id>
	<title>Call of Duty 5: Adding WAR Zone names - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.zeroy.com/index.php?action=history&amp;feed=atom&amp;title=Call_of_Duty_5%3A_Adding_WAR_Zone_names"/>
	<link rel="alternate" type="text/html" href="https://wiki.zeroy.com/index.php?title=Call_of_Duty_5:_Adding_WAR_Zone_names&amp;action=history"/>
	<updated>2026-05-04T00:52:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.zeroy.com/index.php?title=Call_of_Duty_5:_Adding_WAR_Zone_names&amp;diff=3823&amp;oldid=prev</id>
		<title>Zeroy: New page: &lt;br&gt;Image:Nutshell.png This tutorial will show you how to get names on the Flags/Areas used in WAR Gametype. &lt;br&gt;&#039;&#039;By Kyd462&#039;&#039;&lt;br&gt;  ==Map GSC File==  This example is based on 5 Flags p...</title>
		<link rel="alternate" type="text/html" href="https://wiki.zeroy.com/index.php?title=Call_of_Duty_5:_Adding_WAR_Zone_names&amp;diff=3823&amp;oldid=prev"/>
		<updated>2008-12-12T11:31:27Z</updated>

		<summary type="html">&lt;p&gt;New page: &amp;lt;br&amp;gt;&lt;a href=&quot;/index.php?title=File:Nutshell.png&quot; title=&quot;File:Nutshell.png&quot;&gt;Image:Nutshell.png&lt;/a&gt; This tutorial will show you how to get names on the Flags/Areas used in WAR Gametype. &amp;lt;br&amp;gt;&amp;#039;&amp;#039;By Kyd462&amp;#039;&amp;#039;&amp;lt;br&amp;gt;  ==Map GSC File==  This example is based on 5 Flags p...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;br&amp;gt;[[Image:Nutshell.png]] This tutorial will show you how to get names on the Flags/Areas used in WAR Gametype.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;#039;&amp;#039;By Kyd462&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Map GSC File==&lt;br /&gt;
&lt;br /&gt;
This example is based on 5 Flags placed in the map.&lt;br /&gt;
&lt;br /&gt;
*In your [[Call of Duty 5: MP - Map GSC File|Map GSC]], add the following after &amp;#039;&amp;#039;&amp;#039;maps\mp\_load::main();&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
game[&amp;quot;strings&amp;quot;][&amp;quot;war_callsign_a&amp;quot;] = &amp;amp;&amp;quot;MP_MAPNAME_CALLSIGN_LOCATION_A&amp;quot;;&lt;br /&gt;
game[&amp;quot;strings&amp;quot;][&amp;quot;war_callsign_b&amp;quot;] = &amp;amp;&amp;quot;MP_MAPNAME_CALLSIGN_LOCATION_B&amp;quot;;&lt;br /&gt;
game[&amp;quot;strings&amp;quot;][&amp;quot;war_callsign_c&amp;quot;] = &amp;amp;&amp;quot;MP_MAPNAME_CALLSIGN_LOCATION_C&amp;quot;;&lt;br /&gt;
game[&amp;quot;strings&amp;quot;][&amp;quot;war_callsign_d&amp;quot;] = &amp;amp;&amp;quot;MP_MAPNAME_CALLSIGN_LOCATION_D&amp;quot;;&lt;br /&gt;
game[&amp;quot;strings&amp;quot;][&amp;quot;war_callsign_e&amp;quot;] = &amp;amp;&amp;quot;MP_MAPNAME_CALLSIGN_LOCATION_E&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
game[&amp;quot;strings_menu&amp;quot;][&amp;quot;war_callsign_a&amp;quot;] = &amp;quot;@MAPNAME_CALLSIGN_LOCATION_A&amp;quot;;&lt;br /&gt;
game[&amp;quot;strings_menu&amp;quot;][&amp;quot;war_callsign_b&amp;quot;] = &amp;quot;@MAPNAME_CALLSIGN_LOCATION_B&amp;quot;;&lt;br /&gt;
game[&amp;quot;strings_menu&amp;quot;][&amp;quot;war_callsign_c&amp;quot;] = &amp;quot;@MAPNAME_CALLSIGN_LOCATION_C&amp;quot;;&lt;br /&gt;
game[&amp;quot;strings_menu&amp;quot;][&amp;quot;war_callsign_d&amp;quot;] = &amp;quot;@MAPNAME_CALLSIGN_LOCATION_D&amp;quot;;&lt;br /&gt;
game[&amp;quot;strings_menu&amp;quot;][&amp;quot;war_callsign_e&amp;quot;] = &amp;quot;@MAPNAME_CALLSIGN_LOCATION_E&amp;quot;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Localizedstrings File==&lt;br /&gt;
&lt;br /&gt;
*Create a new file in &lt;br /&gt;
 &lt;br /&gt;
 raw/english/localizedstrings&lt;br /&gt;
&lt;br /&gt;
*Copy and Paste this into the file and save it as &amp;#039;&amp;#039;&amp;#039;mp_mapname.str&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// Callsigns for mp_MapName&lt;br /&gt;
VERSION             &amp;quot;1&amp;quot;&lt;br /&gt;
CONFIG              &amp;quot;C:\cod5\cod\cod5\bin\StringEd.cfg&amp;quot;&lt;br /&gt;
FILENOTES           &amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
REFERENCE           CALLSIGN_LOCATION_A&lt;br /&gt;
LANG_ENGLISH        &amp;quot;Local_101&amp;quot;&lt;br /&gt;
&lt;br /&gt;
REFERENCE           CALLSIGN_LOCATION_B&lt;br /&gt;
LANG_ENGLISH        &amp;quot;Local_202&amp;quot;&lt;br /&gt;
&lt;br /&gt;
REFERENCE           CALLSIGN_LOCATION_C&lt;br /&gt;
LANG_ENGLISH        &amp;quot;Local_303&amp;quot;&lt;br /&gt;
&lt;br /&gt;
REFERENCE           CALLSIGN_LOCATION_D&lt;br /&gt;
LANG_ENGLISH        &amp;quot;Local_404&amp;quot;&lt;br /&gt;
&lt;br /&gt;
REFERENCE           CALLSIGN_LOCATION_E&lt;br /&gt;
LANG_ENGLISH        &amp;quot;Local_505&amp;quot;&lt;br /&gt;
&lt;br /&gt;
ENDMARKER&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 [[Image:Information.png]] Change the &amp;quot;XXX&amp;quot; to whatever you want it to be&lt;br /&gt;
&lt;br /&gt;
==Zone File==&lt;br /&gt;
&lt;br /&gt;
*Add the following to your Zone File:&lt;br /&gt;
 &lt;br /&gt;
 localize,mp_MapName&lt;br /&gt;
&lt;br /&gt;
Compile!&lt;br /&gt;
&lt;br /&gt;
[[Category:Mapping]]&lt;br /&gt;
[[Category:Call of Duty 5]]&lt;br /&gt;
[[Category:Basic Editing]]&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Zeroy</name></author>
	</entry>
</feed>