《饑荒》萌狗箱加大方法

發佈日期

如圖: 

   

修改方法:

開啟資料夾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)) 

相關攻略文章

最新攻略