level 7
在游戏中按下“~”键后开启控制台,输入DebugMode“空格”1再按回车,然后再按“~”输入以下密码后回车即可: SetCHA“空格”
# =调整属性 Charisma = #
(
#为数字 〕 SetSTR“空格” #
=调整属性 Strength =
# SetINT“空格” #
=调整属性 Intelligence =
# SetWIS “空格”#
=调整属性 Wisdom =
# SetCON “空格”#
=调整属性 Constitution =
# SetAge“空格” #
=调整属性 Age = # SetAttackBase “空格”=调整属性 attackBase = # SetAppearance“空格” =调整属性 race =
# dm_givegold “空格”#
=黄金 dm_givelevel“空格”
# =升级 GiveLevel“空格” #
=升级 GiveXPhttp “空格”# =经验值 dm_god =无敌 注:会出现 Success 或 Entered Target Mode,再选择要修改的人物,请注意大小写 。 关于LETO (修改器〕 http://post.baidu.com/f?kz=66304296 LETO永久下载 匿名提取文件连接 http://pickup.mofile.com/0360326845440599 或登录Mofile,使用提取码 0360326845440599 提取文件
2007年05月01日 13点05分
1
level 7
极度削弱游戏乐趣 考虑清楚后使用方法无冬2安装目录\data文件夹\2da.zip 解出里面的classes.2da文件 去掉只读用编辑器编辑(比如Ultraedit32)出现各职业数据 这里仅以法师为说明在第10行 Wizard 找到0 0 0 1 1 0 10 14 14 11 17 10 INT INT 这一段数据 INT INT是指该职业的主要属性(如果修改术士这里是CHA CHA) 10 14 14 11 17 10是推荐点数分配 这里的重点是0 0 0 1 1 0(这段随职业不同会有点变化,但我们应该修改的数据位是不会变的) 把这一段的第2个0改成1 变成0 1 0 1 1 0 保存后 再压回2da.zip覆盖原文件 然后重新进入游戏
2007年05月01日 13点05分
2
应楼主要求,有新东东在这里贴
2012年11月11日 02点11分
这里的攻略和下载资源很全,希望对大家有帮助
2012年11月11日 02点11分
level 7
关于无冬之夜2的2DA修改入门指南首先解压\Neverwinter Nights 2\Data下的2DA.ZIP,推荐直接弄个2DA目录放在Data下就可以,不影响正常游戏。解压出来的一大堆2DA文件就是无冬的N多设置文件。因为偶如今没有当年改353的兴致了,这里就简单讲一下2DA的修改。建议改完的文件之后不要打包到2DA.ZIP,直接放到C:\Documents and Settings\你的用户名\My Documents\Neverwinter Nights 2\override里面就可以,想改回去就直接把文件删除先看那个“classes.2DA”,这是所有职业的基本设定。利用这个文件你可以改出会放法术的战士,三项豁免全优的蛮子,满BAB的法师.....举例,这个是牧师在classes.2DA中的描述:2 Cleric 4 5 4892 242 ic_b_cleric ic_cleric 8 CLS_ATK_2 CLS_FEAT_CLER CLS_SAVTHR_CLER CLS_SKILL_CLER CLS_BFEAT_CLER 2 CLS_SPGN_CLER **** 1 1 1 1 0 1 1 CLS_SPON_CLER **** **** **** 1 0 1 0 0 1 14 10 14 16 10 14 WIS WIS 0x00 0x0 0 CLASS_TYPE_CLERIC 1 1 1 2 2 4 7 8 9 10 11 12 13 14 15 16 17 18 19 20 **** 0 1 **** 0 0 -1 2 1247 1289 **** nw_armor_cleric **** **** **** ****这一大堆鬼东西不用全部懂,其中“CLS_ATK_”是BAB表,满BAB的是ATK_1,牧师之类是2,法师是3“CLS_FEAT_”是职业的固定专长,比如蛮子的狂暴。具体怎么利用等下说明“CLS_SAVTHR_”是三项豁免,改成CLS_SAVTHR_MONK就三项全优了,具体怎么利用等下说明“CLS_SKILL_”是技能列表,能不能学习某技能和本职跨职就看这个了。具体怎么利用等下说明“CLS_BFEAT_”是奖励专长,具体怎么利用等下说明“CLS_SPGN_”是相应法术对应的法术个数。具体怎么利用等下说明“CLS_SPON_”只有德鲁伊和牧师有,是自发施法的“ic_cleric”和“CLS_ATK_2”中间的那个8是生命骰,改成12就造就血牛法师“CLS_BFEAT_CLER”和“CLS_SPGN_CLER”中间的那个2是技能点数,改成20或者更高,你就是技能大师....其他的基本不用管,有兴趣的人自己慢慢尝试。需要注意的是“1 0 1 0 0 1 14 10 14 16 10 14 WIS WIS”这一排,最前面的“1 0”分别是“是否自动获得所有法术”和“法术是否无限”,改成“1 1”就是自动获得所有法术并且法术无限使用。史上最猥琐的法师.....。后面的WIS表示施法关键属性是WIS,可以改成别的,比如用STR决定施法能力的法师.....CLS_XXXX_XXXX的具体讲解:每一个CLS_XXXX_XXXX都对应一个CLS_XXXX_XXXX.2DA文件,中间的XXXX是文件的作用,后面的XXXX是每个职业的标识。比如CLS_BFEAT_CLER.2DA就是CLER(牧师)的奖励专长。其中CLS_FEAT_XXX”是职业的固定专长,比如蛮子的狂暴之类。你可以从feat.2DA里面寻找相应专长加入,也可以修改每个专长的获得等级。以蛮子的为例:13 BarbarianRage 293 3 1 114 WeapProfEx 44 0 -1 015 BarbarianRage2 326 3 4 016 BarbarianRage3 327 3 8 017 BarbarianRage4 328 3 11 018 BarbarianRage5 329 3 12 019 BarbarianRage6 330 3 16 020 BarbarianRage7 331 3 20 0第一行表示第一级获得BarbarianRage,其中的“3 1 1”中,3表示自动获得,1表示等级1时获得,最后的1表示是否自动加到快捷栏。第二行的WeapProfEx(异种武器熟练)是0,-1,0,就表示蛮子不能获得,改成3,X,0就会在X级获得。每一个专长后面的数字表示专长的代号,可以在FEAT.2DA中找。比如BarbarianRage的代号是293,WeapProfEx的代号是44下面几行是狂暴的次数和强度增加。15~17的等级要求全部改成1就会再第1级获得3次大狂暴。因为其中的BarbarianRage4是表示你的狂暴变为STR+6。CON+6。把17~19都改成等级1获得,那就是等级1时狂暴5次,并且是大狂暴。注意20如果也改成1,你会发现虽然变成强力狂暴(STR和CON都+8),但是次数变少了。因为大狂暴的次数是自动根据等级决定的。1~4级时2次,5~8级三次,直到17~20变成6次。之所以这样设定是给为以后的EPIC人物做准备。
2007年05月01日 13点05分
3
level 7
http://post.baidu.com/f?kz=99298648用leto修改save下人物的方法
2007年08月26日 10点08分
19
404了大佬,咋整啊
2018年03月18日 04点03分
level 0
为什么DebugMode 1之后仍然无法使用作弊呢?
2007年11月29日 09点11分
20
level 1
是这样的吗?为什么我输入之后不能用?我单机玩的,需要改什么吗?输入后上面显示 FUNACTION ENTER AFTER 什么的 大概我记得是这样的显示,并没有效果。是哪里操作错误吗?TAB要一直按着不放? 还是需要修改哪里的文件?
2008年01月03日 08点01分
21
level 1
你注意大小写和空格了吗最后还要对人点一下来这里的人基本都是瞻仰sa大的遗体的楼上还是去无冬吧问好点
2008年01月04日 10点01分
22
level 0
一点补充:irolltwenties 20 in every statistic. rs kr_influence A simple influence editor, in the form of a dialogue. givefeat # Add the feat to your currently selected character (use #'s 2 through around 500) dm_unlockcamera Allows you to use the camera with better scrolling and the such givexp [-ve number] Decreases your experience points by the value entered resetlevels Delevel you if your experience points is near to 0 givespell # Gives a spell identified by it's id number to the character. giveitem [item tag] # Gives active player item dm_givegold # Gives the desired amount of gold givexp # Gives the desired amount of XP to your character. dm_god Invincibility Set Appearance # Makes your character have the appearance of the # in the res ref table of the 2da appearance file...*Note this is just appearance* rs kr_roster_edit Opens a debug dialogue with an option to open the party roster to switch party members in and out at any time. (Use caution with other features there) rs ga_influence (x,y) Raises influence level for that companion. rs ga_party_limit(6) Raises the amount of party members you may have at once to 6. Default is 3 in Act 1 and 4 in Acts 2 and 3. removefeat # Remove the feat corresponding to that number rs ga_time_advance(Hours,Min,Sec,Milli) replace Hours, Minutes, Seconds and Milliseconds with how much time you want to advance. unpolymorph Returns your controlled character to normal. SetCHA # Set charisma to given number. SetCON # Set constitution to given number. SetDEX # Set dexterity to given number. SetINT # Set intelligence to given number. SetSTR # Set strength to given number. SetWIS # Set wisdom to given number. rs gr_dm Spawns a Dungeon Master NPC who will allow you to spawn items, add journal entries, open stores, add/remove party members, and teleport. rs ga_alignment(-1,1) to move one point towards Chaos rs ga_alignment(-1,0) to move one point towards evil rs ga_alignment(1,0) to move one point towards good rs ga_alignment(1,1) to move one point towards Law polymorph # Turns your controlled character into a different creature.
2008年05月02日 06点05分
24