注册 | 登录

游侠NETSHOW论坛





查看: 138694|回复: 146
打印 上一主题 下一主题

[原创] 巫師加強版之最強存檔修改器(追加使用說明)~ [复制链接]

游侠荣誉会员勋章

帖子
2638
精华
1
积分
1639
金钱
3462
荣誉
12
人气
0
评议
0
跳转到指定楼层
楼主
发表于 2008-9-19 14:21:12 |只看该作者 |倒序浏览
功能完整,簡單又好用,可以改出全技能(包括那些需要"突變誘導物"才能獲得的技能),
原版或加強版都適用!


使用方法:
0. 此修改器需要安裝JRE才能用,JRE下載:http://javadl.sun.com/webapps/download/AutoDL?BundleId=23111
1. 將"TWEditor"文件夾解壓縮到C:\(很重要,如果要改路徑,請手動修改裡面的捷徑)
2. 點擊"TWEditor"文件夾中的TWEditor.lnk
注意:劍術的技能請用修改天賦點數的方式來升級,直接修改沒有效果

納米盤下載:
1.5版
http://www.namipan.com/d/baf7e2d ... b4c9df918f2de5c0100

1.6版(使用1.5版物品名稱不是顯示中文的,試試看1.6版,功能和1.5版一樣,但是支持多語言)
http://www.namipan.com/d/a2c1605 ... afa4d8d51b3865d0100

使用說明:
1. File-->Open,打開存檔

2.


3.


4.


5.


6. File-->Save,儲存存檔


[ 本帖最后由 neweclipse 于 2008-10-2 11:10 编辑 ]
附件: 你需要登录才可以下载或查看附件。没有帐号?注册
已有 1 人评分金钱 收起 理由
1027227 + 10 + 1 文章不错,继续努力!

总评分: 金钱 + 10  + 1   查看全部评分

使用道具 举报

大音希声 大象无形
【欧美RPG游戏专区】
★★★★★★

版主勋章

帖子
4003
精华
1
积分
2432
金钱
28345
荣誉
23
人气
0
评议
0
沙发
发表于 2008-9-19 14:24:50 |只看该作者
----------------------
TWEditor - Version 1.5
----------------------


Overview
----------------------------------

TWEditor allows you to modify save games created by The Witcher.  You can unpack all of the files in the save and modify the attributes and abilities of the player character (Geralt).

The 'Stats' tab allows you to modify selected fields in the save game such as experience, orens and talents.  The modified values will be written when the file is saved.  Whether or not the changes are accepted when the save is loaded depends on the game engine.

The 'Attributes' tab allows you to modify Strength, Dexterity, Stamina and Intelligence selections.

The 'Signs' tab allows you to modify Aard, Igni, Quen, Axii and Yrden selections.

The 'Styles' tab allows you to modify Steel Sword and Silver Sword selections.

The 'Inventory' tab allows you to modify Geralt's inventory.  Equipped items and trophies are not part of the inventory and are not included on this tab.

The 'Quests' tab shows the game quests (Started, Completed, Failed and Not Started).  The 'Examine' button will display a description of the current quest stage.  Unfortunately, I still haven't completely figured out how quests are managed by the game, so what is displayed may be incorrect or blank (many quest stages have no description).


Installation
----------------------------------

To install this utility, place the TWEditor.jar file into a directory of your choice.  To run the utility, create a program shortcut and specify

  javaw -Xmx256m -jar "<install-directory>\TWEditor.jar"

as the program to run, where <install-directory> should be replaced with the directory where you extracted the jar file.  A sample program shortcut is included.  The -Xmx256m argument specifies the maximum heap size in megabytes (the example specifies a heap of 256Mb).  You can increase the size if you run out of space processing very large saves.  Note that Windows will start swapping if the Java heap size exceeds the amount of available storage and this will significantly impact performance.

The Sun Java 1.6 runtime is required.  You can download JRE 1.6 from http://java.com/download/index.jsp.  If you are unsure what version of Java is installed on your system, open a command prompt window and enter "java -version".

The game install directory is located by scanning the Windows registry.  If this scan fails or if the game files are located in a different directory, you can specify the game install directory when starting the editor.  This is done by specifying -DTW.install.path="<path>" on the java command line where <path> is the directory containing dialog.tlk.  For example, if the game files are located in C:\Games\The Witcher and the editor is installed in C:\Games, the shortcut would look like this:

  javaw -DTW.install.path="C:\Games\The Witcher" -jar "C:\Games\TWEditor.jar"

Don't forget to put double quotes around the file names.

The game data directory is assumed to be "The Witcher" in the user documents folder ("My Documents" on an English-language system).  If the save games are located in another directory, you can specify the game data directory when starting the editor.  This is done by specifying -DTW.data.path="<path>" on the java command line where <path> is directory containing the game data.  For example, if the user login is "Ronald Hoffman", the normal game data directory would be "C:\Documents and Settings\Ronald Hoffman\My Documents\The Witcher".

The Java runtime will sometimes throws a null pointer exception when adding the shell folders to the file chooser dialog (JFileChooser).  If this happens, you can disable the shell folders by specifying -DUseShellFolder=0 on the java command line.

ScripterRon - Ronald.Hoffman6@gmail.com


=========================================================================
=========================================================================


Version 1.0:
------------
Initial release.


Version 1.1:
------------
Add inventory support (add/remove/examine)


Version 1.2:
------------
An open input stream was causing the save to intermittently fail.

The game mnemonic for the Axii sign is 'Axi' and not 'Axii'.  This caused failures when editing the Axii sign.


Version 1.3:
------------
Open saves created on a Russian system.

Add 'Quests' tab.


Version 1.4:
------------
Use the maximum stack size when adding an item to the inventory.


Version 1.5:
------------
Fix null pointer exception when modifying a sign and no signs have been learned yet.

使用道具 举报

帖子
55
精华
0
积分
28
金钱
655
荣誉
0
人气
0
评议
0
板凳
发表于 2008-9-19 14:51:40 |只看该作者
修改武器天赋后,在战斗中表现不出来,总是第一段。

使用道具 举报

帖子
452
精华
0
积分
226
金钱
738
荣誉
0
人气
0
评议
0
地板
发表于 2008-9-19 15:34:40 |只看该作者
需要JAVAW,是个什么东西啊?

使用道具 举报

游侠荣誉会员勋章

帖子
2638
精华
1
积分
1639
金钱
3462
荣誉
12
人气
0
评议
0
5#
发表于 2008-9-19 15:55:58 |只看该作者
原帖由 sefiros 于 2008-9-19 14:51 发表
修改武器天赋后,在战斗中表现不出来,总是第一段。

那你修改天賦點數,用冥想升級好了...



原帖由 zjlzm1 于 2008-9-19 15:34 发表
需要JAVAW,是个什么东西啊?

此修改器需要安裝JRE才能用,JRE下載:http://javadl.sun.com/webapps/download/AutoDL?BundleId=23111


[ 本帖最后由 neweclipse 于 2008-9-19 21:52 编辑 ]

使用道具 举报

天邈汉化组翻译【中级】

帖子
2865
精华
4
积分
2835
金钱
9630
荣誉
60
人气
13
评议
0
6#
发表于 2008-9-19 16:34:19 |只看该作者
不错
这个要支持
                                                
坚决不要签名

使用道具 举报

帖子
45
精华
0
积分
23
金钱
40
荣誉
0
人气
0
评议
0
7#
发表于 2008-9-19 17:27:06 |只看该作者
这么快就出修改器,效率真不是一般的高[伤心啊] [伤心啊] [伤心啊]

使用道具 举报

帖子
452
精华
0
积分
226
金钱
738
荣誉
0
人气
0
评议
0
8#
发表于 2008-9-19 17:35:00 |只看该作者
不能修改武器的?

使用道具 举报

帖子
50
精华
0
积分
25
金钱
91
荣誉
0
人气
0
评议
0
9#
发表于 2008-9-19 18:17:55 |只看该作者
請問這是什麼意思呀?
附件: 你需要登录才可以下载或查看附件。没有帐号?注册

使用道具 举报

帖子
452
精华
0
积分
226
金钱
738
荣誉
0
人气
0
评议
0
10#
发表于 2008-9-19 18:20:51 |只看该作者
最好谁给汉化一下

使用道具 举报

帖子
50
精华
0
积分
25
金钱
91
荣誉
0
人气
0
评议
0
11#
发表于 2008-9-19 18:48:31 |只看该作者
沒有人回答我的問題嗎?
我的存檔在重灌之後沒有了!
所以想用修改器修改回之前的技能呢!

使用道具 举报

游侠荣誉会员勋章

帖子
2638
精华
1
积分
1639
金钱
3462
荣誉
12
人气
0
评议
0
12#
发表于 2008-9-19 18:55:04 |只看该作者
原帖由 黑仔.XD 于 2008-9-19 18:48 发表
沒有人回答我的問題嗎?
我的存檔在重灌之後沒有了!
所以想用修改器修改回之前的技能呢!


沒遇到錯誤,幫不了...

使用道具 举报

帖子
50
精华
0
积分
25
金钱
91
荣誉
0
人气
0
评议
0
13#
发表于 2008-9-19 19:05:07 |只看该作者
有誰能回答我的問題呢?
我現在可沒有心情再由初頭玩回第三章呢!

使用道具 举报

游侠荣誉会员勋章

帖子
2638
精华
1
积分
1639
金钱
3462
荣誉
12
人气
0
评议
0
14#
发表于 2008-9-19 19:51:30 |只看该作者
原帖由 黑仔.XD 于 2008-9-19 19:05 发表
有誰能回答我的問題呢?
我現在可沒有心情再由初頭玩回第三章呢!


上傳存檔到納米盤,我幫你改全技能然後回傳給你

使用道具 举报

帖子
50
精华
0
积分
25
金钱
91
荣誉
0
人气
0
评议
0
15#
发表于 2008-9-19 20:00:10 |只看该作者
原帖由 neweclipse 于 2008-9-19 19:51 发表


上傳存檔到納米盤,我幫你改全技能然後回傳給你


那真是謝謝你了!
若可以改金錢!請幫我調230000!

http://www.namipan.com/d/000007% ... ce06e3f294586963100

[ 本帖最后由 黑仔.XD 于 2008-9-19 20:02 编辑 ]

使用道具 举报

游侠荣誉会员勋章

帖子
2638
精华
1
积分
1639
金钱
3462
荣誉
12
人气
0
评议
0
16#
发表于 2008-9-19 20:28:27 |只看该作者

使用道具 举报

帖子
50
精华
0
积分
25
金钱
91
荣誉
0
人气
0
评议
0
17#
发表于 2008-9-19 20:40:33 |只看该作者
原帖由 neweclipse 于 2008-9-19 20:28 发表
To ls:改好了~
http://www.namipan.com/d/7d3a8acc8bff88308c73ac3a6eab13a0eedffd5a67f72d00


謝謝你唷!!

使用道具 举报

帖子
408
精华
0
积分
234
金钱
4415
荣誉
3
人气
2
评议
0
18#
发表于 2008-9-20 18:42:24 |只看该作者
里面的英文看不懂啊,neweclipse发个使用说明吧,谢谢

使用道具 举报

帖子
438
精华
0
积分
229
金钱
2889
荣誉
1
人气
1
评议
0
19#
发表于 2008-9-21 13:07:14 |只看该作者
原帖由 黑仔.XD 于 2008-9-19 18:17 发表
請問這是什麼意思呀?



我也是這個情況,jre也安裝了,出現這個報告,用不了

使用道具 举报

帖子
228
精华
0
积分
114
金钱
362
荣誉
0
人气
0
评议
0
20#
发表于 2008-9-22 09:04:29 |只看该作者
我用很正常,修改存档还是比较方便,在游戏进行中也可以修改别的存档。
前面人的问题我没有出现,一切正常

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

手机版|Archiver|游侠NETSHOW论坛 ( 苏ICP备2023007791号 )

GMT+8, 2025-6-5 23:19 , Processed in 0.387418 second(s), 12 queries , Gzip On, Memcache On.

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

分享到