Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem









From there follow content -> 294100 -> 2968491314 -> Patches
and open "Outposts.xml" (notepad++ or just the windows editor will work)
scroll to the very bottom, and paste my stuff above the line that says </Patch>
Do that for all 3, and put tab spaces in front of the lines so it looks like what you see above it. If you did everything correctly and I didn't explain it wrong, next time you start the game, you should be able to select these with your mining outposts ^-^
<Operation Class="PatchOperationFindMod">
<mods>
<li>Dragon's Very Special Ores</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/WorldObjectDef[defName="Outpost_Mining"]/modExtensions/li[1]/Resources</xpath>
<value>
<Captolite>35</Captolite>
<Laatim>25</Laatim>
<Keellikoi>25</Keellikoi>
<Roosterium>40</Roosterium>
<Tumblum>40</Tumblum>
</value>
</match>
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Dragon's Special Ores</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/WorldObjectDef[defName="Outpost_Mining"]/modExtensions/li[1]/Resources</xpath>
<value>
<Andrium>50</Andrium>
<Bananite>25</Bananite>
<Hampu>25</Hampu>
<Muuhute>35</Muuhute>
<Sephim>40</Sephim>
<Totote>40</Totote>
<Cellfirium>20</Cellfirium>
</value>
</match>
</Operation>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Dragon's Ores</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/WorldObjectDef[defName="Outpost_Mining"]/modExtensions/li[1]/Resources</xpath>
<value>
<Ambut>15</Ambut>
<Cryolium>15</Cryolium>
<Cryppo>25</Cryppo>
<Hydrotherium>25</Hydrotherium>
<Loveli>40</Loveli>
<Luxorium>50</Luxorium>
<Mythil>35</Mythil>
<Penumbrite>35</Penumbrite>
<Primoss>15</Primoss>
<Smarat>35</Smarat>
<Vulcanite>30</Vulcanite>
</value>
</match>
</Operation>
Do you think it'd be possible to add support for the various Dragon's Ores mods? (Dragon's Ores, Dragon's Special Ores, Dragon's very Special Ores)
or alternatively: how easy/hard is it to add these to your mod myself locally?