中级玩家
 
- 贡献度
- 7
- 金元
- 2114
- 积分
- 239
- 精华
- 0
- 注册时间
- 2009-8-26
|
我的FO3Plugin安装之后不能读取游戏目录的data文件夹,readme文档里说要建立一个patch路径,请问这个路径怎样建立?跪求高手解答
readme文档原文:
You will need to add the -DFallout.plugin.path argument to the shortcut if the utility is unable to locate the game installation directory or if the plugins are located in a different directory. Normally, the program obtains the install path from the Windows registry key "HKLMSoftwareBethesda SoftworksFallout3Installed Path". The plugins are then located in the Data subdirectory of the installation directory.
For example, if the plugins are located in C:GamesFallout 3Data, the shortcut would be specified as
javaw -Xmx1024m -DFallout.plugin.path="C:GamesFallout 3Data" -jar FO3Plugin.jar
Don't forget the enclose the path in double quotes. |
|