RimWorld
64 oy
Flagstone Cheaper (2 per) V1.05
   
Ödül
Favorilere Ekle
Favorilere Eklendi
Favorilerden Çıkar
Mod, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5
Dosya Boyutu
Gönderilme
Güncellenme
242.619 KB
19 Eki 2018 @ 22:11
14 Mar @ 7:03
7 Değişiklik Notu ( görüntüle )

İndirmek için abone ol
Flagstone Cheaper (2 per) V1.05

Açıklama
For A17 Version: http://steamproxy.net/sharedfiles/filedetails/?id=942205715
For B18 Version: http://steamproxy.net/sharedfiles/filedetails/?id=1199539741
For B19 Version: https://steamproxy.net/sharedfiles/filedetails/?id=1496657187

V1.00.00
This mod reduces the cost in stone blocks of creating flagstone floors from 4 stone blocks down to two. This does not change the attribute of not being able to reclaim any materials via removing Flagstone floors.
V1.01.00
Changed versioning in about.xml to match new Rimworld specs.
V1.02.00
Changed versioning in about.xml for Rimworld version 1.2 (I am also cheating ahead for version 1.3 just in case, think it should work, lol!)
V1.03.00
Changed preview image (remove '1.0' version label in top right corner)
V1.04.00
Changed versioning in about.xml for Rimworld version 1.4
V1.05.00
Changed versioning in about.xml for Rimworld version 1.5


_____
Thanks to:
AngleWyrm
kaptain_kavern

for the xml 101 lessons!
_____


Ludeon forum thread: https://ludeon.com/forums/index.php?topic=33916.0

Nexus Mods download: http://www.nexusmods.com/rimworld/mods/189
19 Yorum
BlackSmokeDMax  [yaratıcı] 15 Ara 2023 @ 9:16 
Thanks lilwhitemouse, I'll look into testing/adding this, hopefully over the weekend.
lilwhitemouse 15 Ara 2023 @ 8:24 
In fact, it DOES work :D

I didn't actually know xpath could do that until I tried. Now there are other things I can patch :D
lilwhitemouse 15 Ara 2023 @ 8:23 
I just saw that the Basalt stones from Nature's Pretty sweet also cost 4 with this.

A sufficiently slick xpath would probably fix this for you:

<Patch>
<Operation Class="PatchOperationReplace">
<!-- grab all FlagstoneBase with a cost of 4, select the text "4" and then replace it with "2" -->
<xpath>/Defs/TerrainDef[@ParentName="FlagstoneBase"]/costList/*[text()="4"]/text()</xpath>
<value>2</value>
</Operation>
</Patch>
BlackSmokeDMax  [yaratıcı] 14 Ara 2023 @ 20:48 
Really?? Link it please. If someone is keeping up with it, I'll link to theirs in my description at some point.
The Bard of Hearts 14 Ara 2023 @ 19:42 
Thanks anyway. I appreciate the response. I did find another mod that does exactly what this one does. It also effects all stones, lowers the value of the tile and the work amount too. :steamthumbsup:
BlackSmokeDMax  [yaratıcı] 14 Ara 2023 @ 19:04 
Sorry, don’t have the know-how to do that. It sounds like something completely possible to do though.
The Bard of Hearts 14 Ara 2023 @ 16:38 
Could this be made compatible with mods that add stone types. Right now, it only works for the vanilla stones. if you try to use a different type of stone for it, it goes back up to costing 4 each.
Sossololpipi 13 Haz 2023 @ 7:29 
this should've been vanilla ngl
BlackSmokeDMax  [yaratıcı] 13 Ağu 2020 @ 3:15 
Oh, maybe I should edit the image, so that it no longer says 1.0, may just remove that completely with the mod multi-versioning that Tynan put in place during the 1.1 release.