攻略详情

《饥荒》背包怎么加大

小编:简简单单时间:2013-04-24 16:17:05   来源:游戏堡整理

饥荒背包加大方法,饥荒背包怎么加大?大家想不想要加大背包呢?下面就来和小编一起看看方法介绍吧!

《饥荒》背包怎么加大

背包怎么加大

饥荒背包怎么加大

如图

修改方法

打开文件夹data\scripts\prefabs\chester.lua
搜索

for y = 2, 0, -1 do 

for x = 0, 2 do     

table.insert(slotpos, Vector3(80*x-80*2+80,80*y-80*2+80,0))

改成

for y = 4, 0, -1 do

for x = 0, 4 do

table.insert(slotpos, Vector3(71*x-80*2-518, 70*y-80*2+60,0))

table.insert(slotpos, Vector3(71*x-80*2-140, 70*y-80*2+60,0))

table.insert(slotpos, Vector3(71*x-80*2+235, 70*y-80*2+60,0))

保存就OK了

注:以上修改HUD=10

饥荒背包怎么加大

小优化,此画面HUD=9

改为

for y = 3, 0, -1 do

for x = 0, 4 do

table.insert(slotpos, Vector3(71*x-80*2-518, 70*y-80*2+0,0))

table.insert(slotpos, Vector3(71*x-80*2-140, 70*y-80*2+0,0))

table.insert(slotpos, Vector3(71*x-80*2+235, 70*y-80*2+0,0))

table.insert(slotpos, Vector3(68*x-80*2+603, 70*y-80*2+0,0))

以上就是小编为大家分享的《饥荒》背包怎么加大介绍,希望对大家有所帮助哦!祝大家游戏愉快!

饥荒
饥荒
版本:中文版 | 大小:95148
8.0
下载
相关合集:

相关阅读

精彩推荐