Skip to content

Commit

Permalink
Merge pull request #63 from BUTR/dev
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
Aragas authored Jun 27, 2022
2 parents 5f3b222 + 5fc8205 commit d69aaf3
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!--Harmony Version-->
<HarmonyExtensionsVersion>3.1.0.61</HarmonyExtensionsVersion>
<HarmonyVersion>2.2.1</HarmonyVersion>
<HarmonyAnalyzerVersion>1.0.1.42</HarmonyAnalyzerVersion>
<HarmonyAnalyzerVersion>1.0.1.44</HarmonyAnalyzerVersion>
<BuildResourcesVersion>1.0.1.68</BuildResourcesVersion>
<BUTRAnalyzerVersion>1.0.1.12</BUTRAnalyzerVersion>
<BUTRSharedVersion>2.0.0.82</BUTRSharedVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguageData.xsd"

id="English"
name="English"
subtitle_extension="en-GB"
supported_iso="en-GB,en-US,en,eng,en-us,en-gb,en-au,en-bz,en-ca,en-ie,en-jm,en-nz,en-za,en-tt"
under_development="false">
<LanguageFile xml_path="sta_strings.xml" />
</LanguageData>
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<base xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" type="string">
<base xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguage.xsd" >
<tags>
<tag language="English" />
</tags>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguageData.xsd"

id="Русский"
name="Русский"
subtitle_extension="ru"
supported_iso="ru,rus,ru-ru,ru-md"
under_development="false">
<LanguageFile xml_path="sta_strings.xml" />
</LanguageData>
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<base xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" type="string">
<base xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/ModuleLanguage.xsd">
<tags>
<tag language="Русский" />
</tags>
Expand Down
18 changes: 14 additions & 4 deletions src/Bannerlord.Harmony/_Module/SubModule.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<Name value="$modulename$" />
<Module xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/BUTR/Bannerlord.XmlSchemas/master/SubModule.xsd" >
<Id value="$moduleid$" />
<Name value="$modulename$" />
<Version value="v$version$" />
<Official value="false" />
<DefaultModule value="false" />
<SingleplayerModule value="true" />
<MultiplayerModule value="false" />
<ModuleCategory value="Singleplayer" />
<Url value="https://www.nexusmods.com/mountandblade2bannerlord/mods/2006" />
<DependedModules />
<!-- Prototype -->
<ModulesToLoadAfterThis>
<Module Id="Native" />
<Module Id="SandBoxCore" />
<Module Id="Sandbox" />
<Module Id="StoryMode" />
<Module Id="CustomBattle" />
</ModulesToLoadAfterThis>
<!-- Community Dependency Metadata -->
<!-- https://github.com/BUTR/Bannerlord.BUTRLoader#for-modders -->
<DependedModuleMetadatas>
<DependedModuleMetadata id="Native" order="LoadAfterThis" optional="true" />
<DependedModuleMetadata id="SandBoxCore" order="LoadAfterThis" optional="true" />
<DependedModuleMetadata id="Sandbox" order="LoadAfterThis" optional="true" />
<DependedModuleMetadata id="StoryMode" order="LoadAfterThis" optional="true" />
<DependedModuleMetadata id="CustomBattle" order="LoadAfterThis" optional="true" />
</DependedModuleMetadatas>
<!-- Prototype -->
<!-- Community Dependency Metadata -->
<SubModules>
<SubModule>
<Name value="Harmony" />
Expand Down

0 comments on commit d69aaf3

Please sign in to comment.