边缘世界 RimWorld

边缘世界 RimWorld

85 个评价
Smoothed Floors Worth Nothing
   
奖励
收藏
已收藏
取消收藏
Mod, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6
文件大小
发表于
更新日期
153.833 KB
2024 年 5 月 17 日 下午 2:19
7 月 18 日 下午 4:33
6 项改动说明 ( 查看 )

订阅以下载
Smoothed Floors Worth Nothing

描述
Makes smooth floors worth nothing

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

Github:
https://github.com/Kupie/Rimworld_SmoothedFloorsWorthNothing
17 条留言
David Brent 8 月 19 日 上午 10:24 
doesn't work mid game
aws 8 月 16 日 上午 12:50 
oh I also attached my debug log as the last pic it that folder if you want to see what it generate
aws 8 月 16 日 上午 12: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  [作者] 8 月 15 日 下午 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 8 月 14 日 上午 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 8 月 12 日 下午 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  [作者] 7 月 18 日 下午 4: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ũ 7 月 18 日 上午 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  [作者] 7 月 16 日 上午 12: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 7 月 15 日 上午 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