From d939de46ca188d9b1b2042315a0bcd5ea61cd775 Mon Sep 17 00:00:00 2001 From: Flugente Date: Mon, 25 Feb 2013 22:18:32 +0000 Subject: [PATCH] - externalised squad names - moved Pockets.xml an PocketPopups.xml git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1608 4f8fa57e-7814-0410-bad4-adc449f26b7c --- Data-1.13/Ja2_Options.INI | 6 ++ .../{Inventory => Items}/PocketPopups.xml | 0 .../{Inventory => Items}/Pockets.xml | 0 Data-1.13/TableData/SquadNames.xml | 83 +++++++++++++++++++ 4 files changed, 89 insertions(+) rename Data-1.13/TableData/{Inventory => Items}/PocketPopups.xml (100%) rename Data-1.13/TableData/{Inventory => Items}/Pockets.xml (100%) create mode 100644 Data-1.13/TableData/SquadNames.xml diff --git a/Data-1.13/Ja2_Options.INI b/Data-1.13/Ja2_Options.INI index 983b158fa..33e8df959 100644 --- a/Data-1.13/Ja2_Options.INI +++ b/Data-1.13/Ja2_Options.INI @@ -3216,6 +3216,12 @@ REPAIR_RATE_DIVISOR = 2500 ; down repair. A lower value speeds it up. REPAIR_SESSIONS_PER_DAY = 24 +;------------------------------------------------------------------------------------------------------------------------------ +; SquadNames +;------------------------------------------------------------------------------------------------------------------------------ + +; use squadnames from SquadNames.xml +USE_XML_SQUADNAMES = FALSE [Clock Settings] diff --git a/Data-1.13/TableData/Inventory/PocketPopups.xml b/Data-1.13/TableData/Items/PocketPopups.xml similarity index 100% rename from Data-1.13/TableData/Inventory/PocketPopups.xml rename to Data-1.13/TableData/Items/PocketPopups.xml diff --git a/Data-1.13/TableData/Inventory/Pockets.xml b/Data-1.13/TableData/Items/Pockets.xml similarity index 100% rename from Data-1.13/TableData/Inventory/Pockets.xml rename to Data-1.13/TableData/Items/Pockets.xml diff --git a/Data-1.13/TableData/SquadNames.xml b/Data-1.13/TableData/SquadNames.xml new file mode 100644 index 000000000..4b44f13c6 --- /dev/null +++ b/Data-1.13/TableData/SquadNames.xml @@ -0,0 +1,83 @@ + + + + 0 + Alpha + + + 1 + Bravo + + + 2 + Charlie + + + 3 + Delta + + + 4 + Echo + + + 5 + Foxtrot + + + 6 + Golf + + + 7 + Hotel + + + 8 + India + + + 9 + Juliet + + + 10 + Kilo + + + 11 + Lima + + + 12 + Mike + + + 13 + November + + + 14 + Oscar + + + 15 + Papa + + + 16 + Quebec + + + 17 + Romeo + + + 18 + Sierra + + + 19 + Tango + + \ No newline at end of file