valheim吧 关注:3,909贴子:16,183
  • 3回复贴,共1

自动熔炉(mod搭配范例)

只看楼主收藏回复

这个组合使用到两个mod
Auto Fuel 这个mod的作用是可以自动使用附近地上或储物箱内的矿物或燃料
Valheim Plus 这是目前N网上最热门的综合性mod,在这里会用到的是里面的两个设定,把烧好的木炭及熔炼完的铸锭存放到附近的储物箱
结果就是,把木材和你想要熔炼的矿物放到中间的箱子哩,打开自动熔炼的开关,就可以不管他了,熔炼好的金属会自动放进中间的箱子

设定档在 \Valheim\BepInEx\config 里面
==========================================
Auto Fuel的设定档是 aedenthorn.AutoFuel.cfg
[General]
## The maximum range to pull dropped fuel <-- 使用地上资源的最大距离
# Setting type: Single
# Default value: 5 <-- 预设5
DropRange = 7 <-- 我改成7
## The maximum range to pull fuel from containers <--- 使用附近储物箱资源的最大距离
# Setting type: Single
# Default value: 5
ContainerRange = 7
## Types of item to disallow as fuel (i.e. anything that is consumed), comma-separated. <-- 禁止作为燃料的类型
# Setting type: String
# Default value: RoundLog,FineWood
FuelDisallowTypes = RoundLog,FineWood <-- 细木、圆木
## Types of item to disallow as ore (i.e. anything that is transformed), comma-separated). <-- 禁止作为矿物的类型
# Setting type: String
# Default value: RoundLog,FineWood
OreDisallowTypes = RoundLog,FineWood
## Text to show on toggle. {0} is replaced with true/false <-- 切换开关时屏幕显示
# Setting type: String
# Default value: Auto Fuel: {0}
ToggleString = Auto Fuel: {0} <-- 屏幕显示开或关
## Key to toggle behaviour. Leave blank to disable the toggle key. <-- 切换自动熔炼的快捷键
# Setting type: String
# Default value:
ToggleKey = p <-- 我设定为 p
=======================================================
Valheim Plus 的设定档是 valheim_plus.cfg
这个mod的功能太多 ... 简单说一下有用的..与熔炼相关的为红色字
[Beehive] 蜂巢
; Change false to true to enable this section
enabled=true <-- 是否启用
; configure the speed at which the bees produce honey in seconds, 1200 seconds are 24 ingame hours
honeyProductionSpeed=1200 <-- 生成蜂蜜时间(秒)
; configure the maximum amount of honey in beehives
maximumHoneyPerBeehive=12 <-- 最大累计数量
[Building] 建筑
; Change false to true to enable this section
enabled=true <-- 是否启用
; Remove some of the Invalid placement messages, most notably provides the ability to place objects into other objects
noInvalidPlacementRestriction=false <-- 移除不允许在此处建设的警示
; Removes the weather damage from rain
noWeatherDamage=true 是否开启 无视雨水伤害
; The maximum range that you can place build objects at
maximumPlacementDistance=10 最大建筑距离(你的锤子可以敲多远)
[Camera] 摄像机设定
...
[Experience] 各项技能经验值增长设定
; Change false to true to enable this section
enabled=true
; Each of these values represent the increase to experience gained by +/- %
; The value 50 would result in 50% increased experience gained for the respective skill by name.
; The value -50 would result in -50% experience gained for the respective skill by name.
swords=0 <-- 预设
knives=50 <-- 增加50%
clubs=-50 <-- 减少50%
...
[Fermenter] 发酵桶
; Change false to true to enable this section
enabled=true
; configure the time that the fermenter takes to produce its product, 2400 seconds are 48 ingame hours
fermenterDuration=2400 <--发酵时间
; configure the total amount of produced items from a fermenter
fermenterItemsProduced=10 <-- 一次可生成多少药剂
; Display the minutes and seconds until the fermenter is done on hover
showFermenterDuration=true <-- 是否在桶上显示发酵是否完成
[Fireplace] 篝火
; If changed to enabled all fireplaces do not need to be refilled.
enabled=true <-- 所有火炬、篝火不需添加燃料
; If you enable this option with the previous option to true, only placed torches do not need to be refilled.
; Apply to: wood torches, iron torches, green torches, sconces and brazier
onlyTorches=false <-- 只有火炬不需要添加燃料
[Food] 食物持续时间
; Change false to true to enable this section
enabled=true
; Increase or reduce the time that food lasts by %. The value 50 would cause food to run out 50% slower.
; Allows for - values to shorten food duration.
foodDurationMultiplier=100 <-- 持续时间增加100%(加倍)
[Furnace] 熔炉设定
; Change false to true to enable this section
enabled=true
; Maximum amount of ore in a furnace
maximumOre=30 <-- 最大矿物数量
; Maximum amount of coal in a furnace
maximumCoal=50 <-- 最大木炭数量
; The total amount of coal used to produce a single smelted ingot.
coalUsedPerProduct=2 <-- 熔炼一次消耗多少木碳
; The time it takes for the furnace to produce a single ingot in seconds.
productionSpeed=30 <-- 熔炼一次需要时间(秒)
; Instead of dropping the items, they will be placed inside nearby chests instead.
autoDeposit=true <-- 熔炼好的铸锭是否存进附近箱子


; The range of the chest detection for the auto deposit feature. (Maximum is 50)
autoDepositRange=5 <-- 多少距离内的箱子
[Game] 多人游戏的伤害血量倍率
.....
[Items] 物品
; Change false to true to enable this section
enabled=true
; Enables you to teleport with ores and other usually restricted objects
noTeleportPrevention=true <-- 无视传送限制
; Increase or reduce item weight by % percent. The value -50 will reduce item weight of every object by 50%.
baseItemWeightReduction=-90 减重比例(-90为减少90%重量)
; Increase the size of all item stacks by %. The value 50 would set a usual item stack of 100 to be 150.
itemStackMultiplier=900 (增加堆叠数量比例,900为增加为10倍)
; Set duration that dropped items live before despawning. Game default is 3600 seconds.
droppedItemOnGroundDurationInSeconds=7200 <--丢弃的物品消失时间
[Gathering] 采集
; Change false to true to enable this section
enabled=true
; Modify the chance to drop resources from resource nodes affected by this category
; This only works on resource nodes that do not have garuanteed drops
; As example by default scrap piles in dungeons have a 20% chance to drop a item, if you set this option to 200, you will then have a 60% chance to drop iron.
dropChance=200 <-- 挖矿脉出矿的几率,预设20%,设200为60%
; Each of these values increase or reduce the dropped items from destroyed objects with tools (Stones, Trees, Resource nodes, etc.) by % <---以下为个种木石矿的增减比例
; The value 50 will increase the dropped wood from trees from 10 to 15. The value -50 will reduce the amount of dropped wood from 10 to 5. <--- 以比例计算
wood=0
stone=0
fineWood=0
coreWood=0
elderBark=0
ironScrap=0
tinOre=0
copperOre=0
silverOre=0
chitin=0
[Durability] 耐久力
; Change false to true to enable this section
enabled=true
; Each of these values increase or reduce the durability of the specific item type by %
; The value 50 will increase the durability from 100 to 150. The value -50 will reduce the durability from 100 to 50.
axes=0 预设
pickaxes=50 耐久增加50%
hammer=-50 耐久减少50%
cultivator=0
hoe=0
weapons=0
armor=0
bows=0
shields=0
[Armor] 护甲加成比例
; Change false to true to enable this section
enabled=true <--开关
; Each of these values increase or reduce the armor of the specific item type by %
; The value 50 will increase the armor from 14 to 28. The value -50 will reduce the durability from 14 to 7.
helmets=50
chests=50
legs=50
capes=50
[Kiln] 炭炉
; Change false to true to enable this section
enabled=true
; Maximum amount of wood in a Kiln
maximumWood=50 <-- 最大容纳多少木材
; The time it takes for the Kiln to produce a single piece of coal in seconds.
productionSpeed=30 烧成一个木炭所需时间
; Instead of dropping the items, they will be placed inside nearby chests instead.
autoDeposit=true <-- 是否将烧好的木炭放进附近箱子


; The range of the chest detection for the auto deposit feature. (Maximum is 50)
autoDepositRange=5 <-- 多少距离内的箱子
[Map] 小地图
; Change false to true to enable this section
enabled=true
; With this enabled you will receive the same exploration progression as other players on the server
shareMapProgression=false <-- 是否接收其他人的资讯
; The radius of the map that you explore when moving
exploreRadius=300 <-- 视野探索距离
; Prevents you and other people on the server to turn off their map sharing option
preventPlayerFromTurningOffPublicPosition=false
[Player] 玩家设定
; Change false to true to enable this section
enabled=true
; The base amount of carry weight of your character
baseMaximumWeight=3000 <--玩家负重
; Increase the buff you receive to your carry weight from Megingjord's girdle
baseMegingjordBuff=1500 <--腰带增加负重
; Increase auto pickup range of all items
baseAutoPickUpRange=5 <--拾取范围
; Disable all types of camera shake
disableCameraShake=false <-- 是否禁止镜头晃动
; The base unarmed damage multiplied by your skill level.
; 120 will result in a maximum of 12 damage when you have a skill level of 10.
baseUnarmedDamage=120
; When changed to true, you will not be permitted to place a crop within the grow radius of another crop
cropNotifier=false
[Server]
....
[Stamina] 各项肢体动作的耐力消耗(比例)
...
[StaminaUsage] 各种武器动作的耐力消耗(比例)
....
[StructuralIntegrity]
....
[Time] 时间设定,目前无作用
; --- > THIS FEATURE IS STILL IN DEVELOPMENT AND IS RIGHT NOW DISABLED UNTIL FURTHER NOTICE
[Ward] 守护柱子
; Change false to true to enable this section
enabled=true
; The range of wards by meters
wardRange=50 <--范围
[Workbench] 工作台
; Change false to true to enable this section
enabled=true
; Set the workbench radius in meters
workbenchRange=50 <--范围
; Disables the roof and exposure requirement to use a workbench
disableRoofCheck=true <-- 工作台是否需要屋顶
[Wagon] 手推车
; Change false to true to enable this section
enabled=false
; Change the base vagon physical mass of the vagon object
wagonBaseMass=20
; This value changes the game physical weight of Vagons by +/- more/less from item weight inside. The value 50 would increase the weight by 50% more. The value -100 would remove the entire extra weight.
wagonExtraMassFromItems=0
[Inventory] 背包设定
; Change false to true to enable this section
enabled=false
; Player inventory number of rows (inventory is resized up to 6 rows, higher values will add a scrollbar)
; min 4, max 20
playerInventoryRows=6 <-- 玩家背包有几横排
; Wood chest number of columns
; 5 min, 8 max
woodChestColumns=5 <-- 木箱有几纵列
; Wood chest number of rows (more than 4 rows will add a scrollbar)
; min 2, 10 max
woodChestRows=3 <-- 木箱有几横排
; Iron chests already have 8 columns by default but now you can lower it
; This also affects the cart and boat inventory
; min 6, max 8
ironChestColumns=8 <-- 大箱子(会影响推车和船只箱子)
; Iron chest number of rows (more than 4 rows will add a scrollbar)
; This also affects the cart and boat inventory
; min 3, max 20
ironChestRows=4 <-- 大箱子
; By default tools and weapons go into inventories top to bottom and other materials bottom to top. Set to true to make all items go into the inventory top to bottom.
inventoryFillTopToBottom=false


IP属地:中国台湾本楼含有高级字体1楼2021-03-11 15:32回复
    想到银河生存那个就是懒人福利


    IP属地:广东来自Android客户端2楼2021-03-11 16:46
    回复
      2025-11-21 00:49:48
      广告
      不感兴趣
      开通SVIP免广告
      真是好心人啊!我收藏了。


      IP属地:广东来自Android客户端3楼2021-03-11 16:59
      回复
        🐴!
        谢谢楼主


        IP属地:广东4楼2021-03-12 01:32
        回复