Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.
/ crpg Public archive

Commit b1c5d88

Browse files
committed
mod: add new battle maps
1 parent 622fe2f commit b1c5d88

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

src/Module.Client/GUI/MapSpriteData.xml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<SpriteCategories>
1818
<SpriteCategory>
1919
<Name>ui_mploading</Name>
20-
<SpriteSheetCount>119</SpriteSheetCount>
20+
<SpriteSheetCount>121</SpriteSheetCount>
2121
<SpriteSheetSize ID="1" Width="3840" Height="1935" />
2222
<SpriteSheetSize ID="2" Width="3840" Height="1935" />
2323
<SpriteSheetSize ID="3" Width="3383" Height="1902" />
@@ -125,6 +125,8 @@
125125
<SpriteSheetSize ID="117" Width="1920" Height="1080" />
126126
<SpriteSheetSize ID="118" Width="1920" Height="1080" />
127127
<SpriteSheetSize ID="119" Width="1920" Height="1080" />
128+
<SpriteSheetSize ID="120" Width="1920" Height="1080" />
129+
<SpriteSheetSize ID="121" Width="1920" Height="1080" />
128130
<AlwaysLoad />
129131
</SpriteCategory>
130132
</SpriteCategories>
@@ -1083,6 +1085,24 @@
10831085
<SheetY>0</SheetY>
10841086
<CategoryName>ui_mploading</CategoryName>
10851087
</SpritePart>
1088+
<SpritePart>
1089+
<SheetID>120</SheetID>
1090+
<Name>crpg_battle_remnantruins</Name>
1091+
<Width>1920</Width>
1092+
<Height>1080</Height>
1093+
<SheetX>0</SheetX>
1094+
<SheetY>0</SheetY>
1095+
<CategoryName>ui_mploading</CategoryName>
1096+
</SpritePart>
1097+
<SpritePart>
1098+
<SheetID>121</SheetID>
1099+
<Name>crpg_battle_khamsin</Name>
1100+
<Width>1920</Width>
1101+
<Height>1080</Height>
1102+
<SheetX>0</SheetX>
1103+
<SheetY>0</SheetY>
1104+
<CategoryName>ui_mploading</CategoryName>
1105+
</SpritePart>
10861106
</SpriteParts>
10871107
<Sprites>
10881108
<GenericSprite>

src/Module.Server/ModuleData/multiplayer_strings.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,12 @@
7373
<string id="str_multiplayer_scene_name.crpg_battle_kalmara" text="{=*}Kalmara" />
7474
<string id="str_multiplayer_scene_name.crpg_battle_ketilsfarm" text="{=*}Ketil's Farm" />
7575
<string id="str_multiplayer_scene_name.crpg_battle_ketilsfarm" text="{=*}Ketilsfarm" />
76+
<string id="str_multiplayer_scene_name.crpg_battle_khamsin" text="{=*}Khamsin" />
7677
<string id="str_multiplayer_scene_name.crpg_battle_killington" text="{=*}Killington" />
7778
<string id="str_multiplayer_scene_name.crpg_battle_killington" text="{=*}Killington" />
7879
<string id="str_multiplayer_scene_name.crpg_battle_kingsroad" text="{=*}King's Road" />
7980
<string id="str_multiplayer_scene_name.crpg_battle_lostcathedral" text="{=*}Lost Cathedral" />
81+
<string id="str_multiplayer_scene_name.crpg_battle_monastery" text="{=*}Monastery" />
8082
<string id="str_multiplayer_scene_name.crpg_battle_moonlittownship" text="{=*}Moonlit Township" />
8183
<string id="str_multiplayer_scene_name.crpg_battle_motte" text="{=*}Motte" />
8284
<string id="str_multiplayer_scene_name.crpg_battle_onomasticon" text="{=*}Onomasticon" />
@@ -86,6 +88,7 @@
8688
<string id="str_multiplayer_scene_name.crpg_battle_pompeii" text="{=*}Pompeii" />
8789
<string id="str_multiplayer_scene_name.crpg_battle_quarry" text="{=*}Quarry" />
8890
<string id="str_multiplayer_scene_name.crpg_battle_redwoodforest" text="{=*}Red Wood Forest" />
91+
<string id="str_multiplayer_scene_name.crpg_battle_remnantruins" text="{=*}Remnant Ruins" />
8992
<string id="str_multiplayer_scene_name.crpg_battle_ruinedbattlement" text="{=*}Ruined Battlement" />
9093
<string id="str_multiplayer_scene_name.crpg_battle_sallyout" text="{=*}Sallyout" />
9194
<string id="str_multiplayer_scene_name.crpg_battle_sanctuary" text="{=*}Sanctuary" />
@@ -105,7 +108,6 @@
105108
<string id="str_multiplayer_scene_name.crpg_battle_weirwater" text="{=*}Weirwater" />
106109
<string id="str_multiplayer_scene_name.crpg_battle_whitebridge" text="{=*}White Bridge" />
107110
<string id="str_multiplayer_scene_name.crpg_battle_zemouri" text="{=*}Zemouri" />
108-
<string id="str_multiplayer_scene_name.crpg_battle_monastery" text="{=*}Monastery" />
109111

110112
<!-- Conquest Maps -->
111113
<string id="str_multiplayer_scene_name.crpg_conquest_acre" text="{=*}Acre" />

0 commit comments

Comments
 (0)