RimWorld

RimWorld

84 arvostelua
Smoothed Floors Worth Nothing
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Mod, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6
Tiedostokoko
Julkaistu
Päivitetty
153.833 KB
17.5.2024 klo 14.19
18.7. klo 16.33
6 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Smoothed Floors Worth Nothing

Kuvaus
Makes smooth floors worth nothing

Great Companion to "Floors Are (Almost) Worthless" by Leaguenet, but I wanted smooth floors to be included too:
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2960126462

Github:
https://github.com/Kupie/Rimworld_SmoothedFloorsWorthNothing
17 kommenttia
David Brent 19.8. klo 10.24 
doesn't work mid game
aws 16.8. klo 0.50 
oh I also attached my debug log as the last pic it that folder if you want to see what it generate
aws 16.8. klo 0.45 
yes it does, the log show:

[Smoothed Floors Worth Nothing] Set MarketValue of TerrainDefs to 0: Sandstone_Smooth, Granite_Smooth, Limestone_Smooth, Slate_Smooth, Marble_Smooth, UnnamedDef, Vacstone_Smooth

I think there's something wonky with WealthHere mod, here, in my test:

https://imgur.com/a/7vhMrt4

I've made a 3x3 room with 6 smoothed slate and 3 wooden floor, as you can see using WealthHere mod, the wall is priced at 6, door at 32, and wood floor at 4, in total the wealth of that room should be 6x15 + 32 + 3x4 = 134, but as you can see the mod sum it up to 139, missed the calculation by 5.

but using the Display Wealth mod, the building wealth is 169, which is inline with in-game statistic data that show colony wealth (building) (this map): 169
Kupie  [tekijä] 15.8. klo 12.36 
@aws if you look at your debug log, do you see a line like so? I just tested it with only "WealthHere" and this mod (downloaded directly from workshop, just to be sure) and it still shows blank on the smooth floors, however "Display Wealth" still shows them as being worth 5. I'll investigate this

[Smoothed Floors Worth Nothing] Set MarketValue of TerrainDefs to 0: Sandstone_Smooth, Granite_Smooth, Limestone_Smooth, Slate_Smooth, Marble_Smooth, UnnamedDef, Vacstone_Smooth
aws 14.8. klo 7.41 
Can also confirm that this mod is also not working, and I'm on windows. I've started new save file with only this mod and Visible Wealth mod, it shows that smoothed tile still valued at 5 even with this mod.
turol 12.8. klo 12.35 
The 1.6 version does not work on Linux. This is a case sensitivity problem. The folder is called "assemblies" when it should be called "Assemblies".
Kupie  [tekijä] 18.7. klo 16.34 
Ope, have to actually leave the old 1.5 version in the 1.5 folder to keep it working with 1.5... who knew!

Should be fixed for 1.5 now
Họa Vũ 18.7. klo 9.18 
getting an error on 1.5 :)
[Smoothed Floors Worth Nothing] Error setting MarketValue to 0 on TerrainDefs: Object reference not set to an instance of an object
Kupie  [tekijä] 16.7. klo 0.14 
Thanks Goose of Satan! Fixed this and my other mods that had the same problem; had no clue "Assemblies" should be capitalized.
[57th]Goose of Satan 15.7. klo 11.35 
When downloading this mod from Steam, the path for the mod's DLL file is "1.6/assemblies/KupieSmoothedFloorsWorthNothing.dll" (notice the lowercase "assemblies"). This causes the mod to fail to initialize on case-sensitive file systems. On the user's side, a quick rename (assemblies->Assemblies) fixes the issue. Thanks for making this mod