wrnycnqin 发表于 2014-4-9 22:07

呵呵,终于找到储液罐的容量修改了

D:\game\Factorio\data\base\prototypes\entity
文件entities.lua
找storage-tank

    type = "storage-tank",
    name = "storage-tank",
    icon = "__base__/graphics/icons/storage-tank.png",
    flags = {"placeable-player", "player-creation"},
    minable = {hardness = 0.2, mining_time = 3, result = "storage-tank"},
    max_health = 500,
    corpse = "medium-remnants",
    collision_box = {{-1.3, -1.3}, {1.3, 1.3}},
    selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
    fluid_box =
    {
      base_area = 250,    这里的250就是2.5K 改多少自己决定吧。
      pipe_covers = pipecoverspictures(),
      pipe_connections =
      {
      { position = {-1, -2} },
      { position = {2, 1} },
      { position = {1, 2} },
      { position = {-2, -1} },

时尚追爱 发表于 2021-2-14 18:08

储液罐容量修改,好用,另外,哪个物品堆叠修改后比较麻烦,还是找到钢箱子容量直接改箱子好点儿,个人意见

时尚追爱 发表于 2021-2-15 19:00

容量改大了,运输管道以及工厂会判定原材料不足,怎么解决的?

九魂 发表于 2021-2-23 12:07

为啥需要储液罐,我一直都是直连的啊, 还老提示液体不足。 储液罐有啥作用啊?先储存后使用?那和直接使用有什么差别么···········   

qaz514919 发表于 2022-1-1 22:29

感谢分享。。。大点好点

pandeng0701 发表于 2022-10-17 22:54

液罐车厢 容量怎么改?
页: [1]
查看完整版本: 呵呵,终于找到储液罐的容量修改了