边缘世界 RimWorld

边缘世界 RimWorld

79 个评价
Gideon's Stackable Chunks
   
奖励
收藏
已收藏
取消收藏
Mod, 1.5, 1.6
文件大小
发表于
更新日期
250.327 KB
2024 年 4 月 16 日 上午 10:56
6 月 13 日 下午 2:06
4 项改动说明 ( 查看 )

订阅以下载
Gideon's Stackable Chunks

描述
This is a simple stack size setter for stone chunks. It's based on "Stackable Chunks [1.4]" ( https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2373632580 ) but does not have a configuration UI. It will set the stack size for all stone chunks to 250.

If you add this mod to an existing save, all chunks on your map will disappear due to the fact that the default def for chunks has the compressible attribute. Newly generated chunks will not be affected.
22 条留言
Gideon  [作者] 10 月 21 日 下午 7:42 
@Normie it's a pure XML mod. You can change the value in the XML to whatever you want.
Normie Thots 10 月 21 日 下午 7:23 
I really want to use this mod since it yeets hugslib but 250 chunks per stack is... kinda outlandish. Wish it was lower or I could make it lower.
Gideon  [作者] 7 月 20 日 上午 10:29 
@Rafa chunks will always vanish if you add a chunk stack mod to an existing save due to the compression attribute that gets modified by the chunk stacker. This is because chunks are not normally stackable, so the game counts on compressing them to reduce save files, but when you make something stackable, you have to remove the compression attribute from the def which causes existing chunks to wipe on load.
Rafa Lorenzo 7 月 19 日 下午 2:06 
Does this mod works better than the normal one? can I stack the chunks correctly and not having them separeted or missing like the ones from Alpha Biomes?
Gideon  [作者] 4 月 25 日 下午 12:18 
@Co Pilot, sorry for missing your previous request...patch should also fulfill your need.
Gideon  [作者] 4 月 25 日 下午 12:16 
@Daemon976, patch uploaded.
Daemon976 4 月 25 日 上午 9:00 
Would you be able to add a patch for Alpha Biomes? It uses 'GU_ChunkBase' rather than the Core definition.
Gideon  [作者] 2024 年 8 月 7 日 上午 9:08 
No problem. :)

This happens because the stock definition for chunks sets a compression attribute to false (because they can't stack, so there's nothing to compress). When that gets set to true, all the old ones that existed before the change get deleted because they're invalid.
Azrael 2024 年 8 月 6 日 下午 3:54 
@Gideon, my bad lmao i missed that
Gideon  [作者] 2024 年 8 月 6 日 下午 3:04 
Hi Azrael, per the second paragraph of the description, this is expected if you install in an existing save.