CDDA部分物品和容器代码没有在data目录下,求助哪里能找到?
本帖最后由 xiaoshizu 于 2013-6-11 22:03 编辑\data\raw\items 目录下能找到物品代码,但所有的容器代码,部分物品代码找不到,其它的目录也找了,一个一个文件打开看也是没有
别找了,在EXE文件里面呢,没出来 你这个打开的是什么文件? CONT("bag_plastic", "plastic bag", 50,1, c_ltgray, PLASTIC,MNULL,
// VOL WGT DAM HIT VOL FLAGS
1,0, -8, -4, 24, 0, "\
A small, open plastic bag. Essentially trash.");
CONT("bottle_plastic", "plastic bottle", 70,8, c_ltcyan, PLASTIC,MNULL,
2,0, -8,1, 2, mfb(con_rigid)|mfb(con_wtight)|mfb(con_seals),"\
A resealable plastic bottle, holds 500mls of liquid.");
CONT("bottle_glass", "glass bottle", 70, 12, c_cyan, GLASS, MNULL,
3,2,8,1, 3, mfb(con_rigid)|mfb(con_wtight)|mfb(con_seals),"\
A resealable glass bottle, holds 750mls of liquid.");
CONT("can_drink", "aluminum can", 70,1, c_ltblue, STEEL, MNULL,
1,0,0,0, 1, mfb(con_rigid)|mfb(con_wtight), "\
An aluminum can, like what soda comes in.");
CONT("can_food", "tin can", 65,2, c_blue, IRON, MNULL,
1,0, -1,1, 1, mfb(con_rigid)|mfb(con_wtight), "\
A tin can, like what beans come in.");
CONT("box_small", "sm. cardboard box",50, 0, c_brown, PAPER, MNULL,
4,0, -5,1, 4, mfb(con_rigid), "\
A small cardboard box. No bigger than a foot in any dimension.");
CONT("canteen", "plastic canteen", 20,1000, c_green, PLASTIC,MNULL,
6,2, -8,1, 6, mfb(con_rigid)|mfb(con_wtight)|mfb(con_seals),"\
A large military-style water canteen, with a 1.5 liter capacity and strap.");
CONT("jerrycan", "plastic jerrycan", 10,2500, c_green, PLASTIC,MNULL,
40,4, -2,-2, 40, mfb(con_rigid)|mfb(con_wtight)|mfb(con_seals),"\
A bulky plastic jerrycan, meant to carry fuel, but can carry other liquids\n\
in a pinch. It has a capacity of 10 liters.");
CONT("jug_plastic", "gallon jug", 10,2500, c_ltcyan, PLASTIC,MNULL,
10,2, -8,1, 10, mfb(con_rigid)|mfb(con_wtight)|mfb(con_seals),"\
A standard plastic jug used for household cleaning chemicals.");
CONT("flask_glass", "glass flask", 10,2500, c_ltcyan, GLASS,MNULL,
1,0, 8,1, 1, mfb(con_rigid)|mfb(con_wtight)|mfb(con_seals),"\
A 250 ml laboratory conical flask, with a rubber bung.");
CONT("waterskin", "waterskin", 0,0, c_brown, LEATHER, MNULL,
// VOL WGT DAM HIT VOL FLAGS
6, 4,-8, -5, 6, mfb(con_wtight)|mfb(con_seals), "\
A watertight leather bag, can hold 1.5 liters of water.");
CONT("jerrycan_big", "steel jerrycan", 20, 5000, c_green, STEEL, MNULL,
100, 7, -3, -3, 100, mfb(con_rigid)|mfb(con_wtight)|mfb(con_seals),"\
A steel jerrycan, meant to carry fuel, but can carry other liquds\n\
in a pinch. It has a capacity of 25 liters.");
CONT("keg", "aluminum keg", 20, 6000, c_ltcyan, STEEL, MNULL,
200, 12, -4, -4, 200, mfb(con_rigid)|mfb(con_wtight)|mfb(con_seals),"\
A reusable aluminum keg, used for shipping beer.\n\
It has a capcity of 50 liters.");
CONT("jar_glass", "glass jar", 50,2500, c_ltcyan, GLASS,MNULL,
1,1, 8,1, 1, mfb(con_rigid)|mfb(con_wtight)|mfb(con_seals),"\
A half-litre glass jar with a metal screw top lid, used for canning.");
上面是容器 求楼主把打开工具发一下 本帖最后由 xiaoshizu 于 2013-6-16 14:14 编辑
aichibaifan 发表于 2013-6-11 22:24 static/image/common/back.gif
求楼主把打开工具发一下
自己写的,准备写一个空间戒指的程序来放东西,本来想读内存,但找不到在内存存放物品的规则,只好读存档
xiaoshizu 发表于 2013-6-11 22:32 static/image/common/back.gif
自己写的,准备写一个空间戒指的程序来放东西,本来想读内存,但找不到在内存存放物品的规则,只好读存档
...
{:3_181:}
噗
用外挂实现空间戒指.......
有创意........
xiaoshizu 发表于 2013-6-11 22:32 static/image/common/back.gif
自己写的,准备写一个空间戒指的程序来放东西,本来想读内存,但找不到在内存存放物品的规则,只好读存档
...
目測應該是在 "I 空間戒指 xxx" 的下方強制 "C 物品 xx" ?
kevinlcc 发表于 2013-6-11 22:38 static/image/common/back.gif
目測應該是在 "I 空間戒指 xxx" 的下方強制 "C 物品 xx" ?
这方法可行吗?貌似不能堆叠的物品堆叠的话会BUG吧。。况且C只能一个吧。。。。
楼主原理方法貌似就是把那一段I XXXXX的一行直接COPY至另外一个TXT文档中保存吧{:3_92:}
zfjj114 发表于 2013-6-11 22:48 static/image/common/back.gif
这方法可行吗?貌似不能堆叠的物品堆叠的话会BUG吧。。况且C只能一个吧。。。。
楼主原理方法貌似就是把 ...
我猜測的,我也沒實驗過...目前正在玩din's curse所以已經好久沒碰CDDA了{:3_94:}
zfjj114 发表于 2013-6-11 22:48 static/image/common/back.gif
这方法可行吗?貌似不能堆叠的物品堆叠的话会BUG吧。。况且C只能一个吧。。。。
楼主原理方法貌似就是把 ...
就是你说的方法,这个可以实现,还想其它想法但实现不了。 好厉害的感觉。。 xiaoshizu 发表于 2013-6-11 23:01 static/image/common/back.gif
就是你说的方法,这个可以实现,还想其它想法但实现不了。
这个方法其实很好,因为发现如果人物存档过大的话,会明显使游戏速度变慢。。。。
完善以后一定要放出下载啊{:3_123:}
xiaoshizu 发表于 2013-6-11 23:01 static/image/common/back.gif
就是你说的方法,这个可以实现,还想其它想法但实现不了。
但是你如何使这个软件和游戏内的同名装备挂钩的。。。。{:3_92:}
这个技术难度貌似不小的啊。。。。。
要是真实用化这个戒指功能的话。。。以后必然是走到哪里,都把那房子拆光,材料打包带走{:3_119:} azrael008 发表于 2013-6-12 14:04 static/image/common/back.gif
楼主联系我吧,0.6git练手版的中文源码只有我一个人有。
直接放出不好么。。。。放手让所有人都DIY不是很好么
其实空间戒指早就有了,就是那个不寻常的金戒指(ring),只是不知道有没有用而已。
页:
[1]