正在加载
饥荒背包如何修改_饥荒普通背包数据修改心得
时间:2024-09-29 来源:本站 作者:佚名

首先是大家都知道的,文件位置:data\DLC0001\scripts\prefabs\backpack.lua,不开DLC则是data\scripts\prefabs\backpack.lua

下面是原始数据:

for y = 0, 3 do

table.insert(slotpos,Vector3(-162, -y*75 + 114 ,0))

table.insert(slotpos,Vector3(-162 +75, -y*75 + 114 ,0))

一、每列(竖)格数的修改

for y = 0, 3 do 代表 3+1-0=4格

for y = 1, 5 do 代表 5+1-1=5格

(数字可以是负数,一下通用)

二、列数及列距修改

table.insert(slotpos, Vector3(-162, -y*75 +114 ,0))

table.insert(slotpos, Vector3(-162 +75,-y*75 + 114 ,0))

代表两列

table.insert(slotpos, Vector3(-162, -y*75 +114 ,0))

table.insert(slotpos, Vector3(-162 +75,-y*75 + 114 ,0))

table.insert(slotpos, Vector3(-162 +150,-y*75 + 114 ,0))

table.insert(slotpos, Vector3(-162 +225,-y*75 + 114 ,0))

代表四列,几列就几行,列距是+75,这个数字的正号代表下一列在位置参考列的右边

三、行距

table.insert(slotpos, Vector3(-162, -y*75 +114 ,0))

table.insert(slotpos, Vector3(-162 +75,-y*75 + 114 ,0))

中-y*75的75代表行距

四、位置

这个位置虽然每一行数据都修改,但是都代表第一列的参考位置

table.insert(slotpos, Vector3(-162, -y*75 +114 ,0))

table.insert(slotpos, Vector3(-162 +75,-y*75 + 114 ,0))

-162代表水平位置,负是左,这个值一般不设正值,因为-50左右就是右边边界了

+ 114代表垂直位置,正是上负是下。

觉得我讲的不清楚的可以直接看数据对应图片,理解起来应该是十分容易的

数据

for y = 1, 3 do

table.insert(slotpos, Vector3(-600, -y*78 + 100 ,0))

table.insert(slotpos, Vector3(-600 -75, -y*78 + 200 ,0))

table.insert(slotpos, Vector3(-600 -150, -y*78 + 300 ,0))

table.insert(slotpos, Vector3(-600 -225, -y*78 + 400 ,0))

table.insert(slotpos, Vector3(-600 -300, -y*78 + -100 ,0))

table.insert(slotpos, Vector3(-600 -375, -y*78 + -200 ,0))

table.insert(slotpos, Vector3(-600 -450, -y*50 + 100 ,0))

table.insert(slotpos, Vector3(-600 -525, -y*50 + 100 ,0))

table.insert(slotpos, Vector3(-600 -600, -y*100 + 200 ,0))

table.insert(slotpos, Vector3(-600 -675, -y*100 + 200 ,0))

end

《饥荒》普通背包数据修改心得

饥荒海难 食谱大全
鲨鱼翅汤 咖啡 海的味道 龙虾正餐 龙虾汤
香蕉冻 水母胶冻 酸橘汁腌鱼 法式浓汤 加利福尼亚卷
饥荒海难 BOSS怪物
虎鲨boss打法视频 冬季熊BOSS 虎鲨boss最佳击杀 虎鲨代码分享 --
饥荒海难 物品获得方法
狼牙棒获得方法 蝴蝶黄油获得方法 桦木树精利用方法 龙虾抓方法 刷木头方法
饥荒海难热门推荐
新道具使用技巧 果酱蜜饯制作 Steam版MOD安装 T键刷物品MOD 常用控制台代码
海难MOD使用方法 瓶子MOD使用方法 贝壳在哪里找 利用猴子的方法 马达获得方法
饥荒海难 mod推荐
制作齿轮MOD 麦丽素MOD 高清材质包MOD 佐助人物MOD 月影刺客MOD