新版本24787要怎么修改物品堆叠数量上限
试了一下以前的方法,改了数据但是堆叠数无效,也试了几个mod,好像也没用。请问怎么弄的 inventory文件夹的修改inventory_item:.type "gold"金币 .id "".stack_limit每格堆放上限 20000
inventory_item:.type "provision"食物 .id "".stack_limit每格堆放上限 36.gold_value价格 50
inventory_item:.type "gem"宝石,反正我是把所有宝石都加倍了
inventory_item:.type "supply"补给,进图前在商店里买的就是补给品
inventory_item:.type "quest_item"任务物品,我都改成了stack_limit 3,再也不怕任务物品费格子了
:D:\Steam\steamapps\common\DarkestDungeon\inventory文件中,打开base.currency.inventory.items,然后把base_stack_limit后面的数字改成你想要的,至于我是改成了64,虽然有时候一格装不下同类的材料,不过差不多够用了 这个修改法我亲测能用,24787版本 zhouxian0731 发表于 2019-2-28 17:48
这个修改法我亲测能用,24787版本
base.supply.inventory.items.darkest 拿这个文件来举例,我弄成这样子了,可是去商店还是只能买原始数量。按照您说的方法,这边应该是进副本的时候提供补给的吧。帮忙看看谢谢了。
inventory_item: .type "provision" .id "" .base_stack_limit 100 .purchase_gold_value 50 .sell_gold_value 25
inventory_item: .type "supply" .id "shovel" .base_stack_limit 100 .purchase_gold_value 100 .sell_gold_value 50
inventory_item: .type "supply" .id "firewood" .base_stack_limit 100 .purchase_gold_value 0 .sell_gold_value 0
inventory_item: .type "supply" .id "bandage" .base_stack_limit 100 .purchase_gold_value 50 .sell_gold_value 25 .act_out_consume_priority 1 .replace_buffs true
inventory_item: .type "supply" .id "antivenom" .base_stack_limit 100 .purchase_gold_value 50 .sell_gold_value 25 .act_out_consume_priority 1 .replace_buffs true
inventory_item: .type "supply" .id "skeleton_key" .base_stack_limit 100 .purchase_gold_value 100 .sell_gold_value 50
inventory_item: .type "supply" .id "medicinal_herbs" .base_stack_limit 100 .purchase_gold_value 100 .sell_gold_value 50 .act_out_consume_priority 1 .replace_buffs true
inventory_item: .type "supply" .id "torch" .base_stack_limit 100 .purchase_gold_value 50 .sell_gold_value 25 .act_out_consume_priority 1
inventory_item: .type "supply" .id "holy_water" .base_stack_limit 100 .purchase_gold_value 100 .sell_gold_value 50 .act_out_consume_priority 1
inventory_item: .type "supply" .id "dog_treats" .base_stack_limit 100 .purchase_gold_value 0 .sell_gold_value 0 .act_out_consume_priority 1
inventory_item: .type "supply" .id "laudanum" .base_stack_limit 100 .purchase_gold_value 100 .sell_gold_value 50 .act_out_consume_priority 1 .replace_buffs true
runyi 发表于 2019-3-1 08:34
base.supply.inventory.items.darkest 拿这个文件来举例,我弄成这样子了,可是去商店还是只能买原始数量 ...
别改多了,改99。而且文件夹里的几个限制文件都要修改的。
zhouxian0731 发表于 2019-3-1 14:02
别改多了,改99。而且文件夹里的几个限制文件都要修改的。
inventory_item: .type "provision" .id "" base_stack_limit 64 .purchase_gold_value 50 .sell_gold_value 25
inventory_item: .type "supply" .id "shovel" base_stack_limit 64 .purchase_gold_value 100 .sell_gold_value 50
inventory_item: .type "supply" .id "firewood" base_stack_limit 64 .purchase_gold_value 0 .sell_gold_value 0
inventory_item: .type "supply" .id "bandage" base_stack_limit 64 .purchase_gold_value 50 .sell_gold_value 25 .act_out_consume_priority 1 .replace_buffs true
inventory_item: .type "supply" .id "antivenom" base_stack_limit 64 .purchase_gold_value 50 .sell_gold_value 25 .act_out_consume_priority 1 .replace_buffs true
inventory_item: .type "supply" .id "skeleton_key" base_stack_limit 64 .purchase_gold_value 100 .sell_gold_value 50
inventory_item: .type "supply" .id "medicinal_herbs" base_stack_limit 64 .purchase_gold_value 100 .sell_gold_value 50 .act_out_consume_priority 1 .replace_buffs true
inventory_item: .type "supply" .id "torch" base_stack_limit 64 .purchase_gold_value 50 .sell_gold_value 25 .act_out_consume_priority 1
inventory_item: .type "supply" .id "holy_water" base_stack_limit 64 .purchase_gold_value 100 .sell_gold_value 50 .act_out_consume_priority 1
inventory_item: .type "supply" .id "dog_treats" base_stack_limit 64 .purchase_gold_value 0 .sell_gold_value 0 .act_out_consume_priority 1
inventory_item: .type "supply" .id "laudanum" base_stack_limit 64 .purchase_gold_value 100 .sell_gold_value 50 .act_out_consume_priority 1 .replace_buffs true
改了64,别的文件也都改64,除了钱改了20000,估计有什么地方不对。哎。~~以前版本改了有用啊~~好奇怪。这修改文件的还挑人的?人品不好的不会成功??
本帖最后由 zhouxian0731 于 2019-3-2 16:39 编辑
拿去解压后直接覆盖就行,这是我修改好了的,24787版本
记得把你的原文件备份一下哈
zhouxian0731 发表于 2019-3-2 16:38
拿去解压后直接覆盖就行,这是我修改好了的,24787版本
记得把你的原文件备份一下哈
...
这么多天麻烦你了,谢谢耐心解答,虽然论坛金元不算什么,而且最多也只能发10个,但我也不知道怎么表达谢意了。:)
虽然你传个我的文件我用了就死机。不纠结了,找了一个24背包的扩充一下玩玩吧。很奇怪,以前的版本都是好的,最近下了这个不能用。
runyi 发表于 2019-3-3 07:51
这么多天麻烦你了,谢谢耐心解答,虽然论坛金元不算什么,而且最多也只能发10个,但我也不知道怎么表达谢 ...
游戏本体下这个,很好玩,基于24787版本的。http://bbs.blacksheepgame.com/forum.php ... 6orderby%3Ddateline
亲测会报错用不了。 zhouxian0731 发表于 2019-3-3 12:42
游戏本体下这个,很好玩,基于24787版本的。http://bbs.blacksheepgame.com/forum.php ... 6orderby%3Ddateline
...
我忽然发现把之前的游戏端删掉,然后再把原来的游戏解压,用上修改好的文件就可以了,谢谢你陪我折腾了一番。
看看我的金元宝是多少 25532实验折腾中!谢谢!!!
页:
[1]