安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题




<Instance Name="MYNEWMAP_01_00_1916" Variant="MYNEWMAP_01_00">
<MapFileName> MYNEWMAP_01_00.ted </MapFileName>
<ArtServerObjectFileName> MYNEWMAP_01_00_SHARED.sob </ArtServerObjectFileName>
<LocationNameTextID> TEXT_NAME_MYNEWMAP_01_00_DMG </LocationNameTextID>
<LocationDescriptionTextID network="client"> TEXT_DESC_MYNEWMAP_01_00_DMG </LocationDescriptionTextID>
<PreviewLoadingTextureName>MYNEWMAP_01_00.tga</PreviewLoadingTextureName>
<IsDateVariation>true</IsDateVariation>
</Instance>
<Instances>
<!-- *********************************************************** -->
<!-- *********** Skirmish maps ********* -->
<!-- *********************************************************** -->
<!-- Early War Version -->
<Instance Name="MYNEWMAP_01_00" Variant="MYNEWMAP_01_00">
<IsDeveloper> false </IsDeveloper>
<MapFileName> MYNEWMAP_01_00.ted </MapFileName>
<ServerObjectFileName> MYNEWMAP_01_00_ALLIED_CTRL.sob </ServerObjectFileName>
<ArtServerObjectFileName> MYNEWMAP_01_00_SHARED.sob </ArtServerObjectFileName>
<PassabilityFilePrefix>MYNEWMAP_01_00_SHARED</PassabilityFilePrefix>
<LuaMapScriptName>lua\MapScripts\MYNEWMAP_01_00.lua</LuaMapScriptName>
<!-- Even Map so this doesn't mean anything -->
<MPSkirmishAttackerFaction>Faction1</MPSkirmishAttackerFaction>
<MPSkirmishDefenderFaction>Faction2</MPSkirmishDefenderFaction>
<!-- Tier 2 is all toys and no bonuses : Should be overriden by Skirmish UI -->
<MPSkirmishTechLevel>2</MPSkirmishTechLevel>
<LocationNameTextID> TEXT_NAME_MYNEWMAP_01_00_DMG </LocationNameTextID>
<LocationDescriptionTextID network="client"> TEXT_DESC_MYNEWMAP_01_00_CLN </LocationDescriptionTextID>
<LoadingTextureNames>
<Entry>Empty.tga</Entry>
</LoadingTextureNames>
<PreviewLoadingTextureName>MYNEWMAP_01_00.tga</PreviewLoadingTextureName>
<RandomLoadingTextIDs>
<Entry> TEXT_CHAMPIONS_MAP_PVE </Entry>
</RandomLoadingTextIDs>
<MapFlagPosition network="client">
<X> 243 </X>
<Y> 243 </Y>
</MapFlagPosition>
<AlternatesByDate>
<Entry>
<StartYear> 1915 </StartYear>
<StartMonth> 0 </StartMonth>
<StartDay> 0 </StartDay>
<AlternateInstance>MYNEWMAP_01_00_1916</AlternateInstance>
</Entry>
<Entry>
<StartYear> 1917 </StartYear>
<StartMonth> 0 </StartMonth>
<StartDay> 0 </StartDay>
<AlternateInstance>MYNEWMAP_01_00_1918</AlternateInstance>
</Entry>
</AlternatesByDate>
</Instance>
<!-- Mid-War Version -->
<!-- Replace the MapFileName, ArtServerObjectFileName, and PreviewLoadingTextureName with alternate damage versions if wanted -->
<Instance Name="MYNEWMAP_01_00_1916" Variant="PUB_20x25_MAP_01_00">
<MapFileName> MYNEWMAP_01_00.ted </MapFileName>
<ArtServerObjectFileName> MYNEWMAP_01_00_SHARED.sob </ArtServerObjectFileName>
<LocationNameTextID> TEXT_NAME_MYNEWMAP_01_00_DMG </LocationNameTextID>
<LocationDescriptionTextID network="client"> TEXT_DESC_MYNEWMAP_01_00_DMG </LocationDescriptionTextID>
<PreviewLoadingTextureName>MYNEWMAP_01_00.tga</PreviewLoadingTextureName>
<IsDateVariation>true</IsDateVariation>
</Instance>
<!-- Late-War Version -->
<!-- Replace the MapFileName, ArtServerObjectFileName, and PreviewLoadingTextureName with alternate damage versions if wanted -->
<Instance Name="MYNEWMAP_01_00_1918" Variant="MYNEWMAP_01_00">
<MapFileName> MYNEWMAP_01_00.ted </MapFileName>
<ArtServerObjectFileName> MYNEWMAP_01_00_SHARED.sob </ArtServerObjectFileName>
<LocationNameTextID> TEXT_NAME_MYNEWMAP_01_00_SCR </LocationNameTextID>
<LocationDescriptionTextID network="client"> TEXT_DESC_MYNEWMAP_01_00_SCR </LocationDescriptionTextID>
<PreviewLoadingTextureName>MYNEWMAP_01_00.tga</PreviewLoadingTextureName>
<IsDateVariation>true</IsDateVariation>
</Instance>
</Instances>
<!-- Early War Version -->
<Instance Name="MYNEWMAP_01_00" Variant="MYNEWMAP_01_00">
where you have the instance being a variant of itself: MYNEWMAP_01_00
instead of a a skirmish instance (or another mid-step you created)
<Instance Name="MYNEWMAP_01_00" Variant="Base_SimpleRTS_Skirmish_Instance">
Or it might be an issue with your Mid-War version:
<Instance Name="MYNEWMAP_01_00_1916" Variant="PUB_20x25_MAP_01_00">
You have it being a variant of "PUB_20x25_MAP_01_00" instead of your new instance: MYNEWMAP_01_00 - since I am guessing you don't have the Sample Skirmish mod loaded at the same time - it can't find PUB_20x25_MAP_01_00 so is complaining (or will when you try and load the mid-war version in game).
Your late-war version is a correct variant of your base:
<Instance Name="MYNEWMAP_01_00_1918" Variant="MYNEWMAP_01_00">
look forward to trying it out!
Glad you are finding it useful - always a worry between too much detail and not enough information!