攻略详情

《饥荒》萌狗箱加大方法

作者: 佚名 2014-01-04 13:11

如图: 

   

修改方法:

打开文件夹datascriptsprefabschester.lua

搜索

for y = 2, 0, -1 do  

for x = 0, 2 do      

table (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.(slotpos, Vector3(71*x-80*2-518, 70*y-80*2+60,0))

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

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

保存就OK了

     

小优化,此画面HUD=9

改为

for y = 3, 0, -1 do

for x = 0, 4 do

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

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

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

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

上一篇 : 《饥荒》已知 ...

下一篇 : 《三国志12: ...

相关阅读

精彩推荐