高级玩家

- 贡献度
- 16
- 金元
- 5011
- 积分
- 565
- 精华
- 0
- 注册时间
- 2010-11-24
|
今天购买了正版,下载了一个mod 按照官网的方法安装但是没有成功,请高手指点。
Use a Script to Load a MODAside from loading a MOD using the game interface, you may also use a script file to load a MOD.
To do so, in a script's HEADER] section, specify the following:
MOD=<mod file name>, [Global / Local]
<mod file name> - The mod file name
[Global / Local] – This is an optional parameter. “Global” instructs the game to load the MOD file from the default “<your CapLab folder>\MODs” folder. “Local” tells the game to load the MOD file from the local Script folder. If this parameter is omitted, it is default to Global.
Example:
MOD=MyMOD, Global
The game will load the file “<your CapLab folder>\MODs\MyMOD.RES”
MOD=SecondMOD, Local
The game will load the file “Script\SecondMOD.RES”.
MOD=ThirdMOD, Local
and you have also specified the line "Folder=My Script" in the script file's [Header] section as well.
In this case, the game will load the file “Script\My Script\ThirdMOD.RES”
(For more information about defining a Script, click here)
网盘链接 http://pan.baidu.com/s/1o6DNHv8
http://kuai.xunlei.com/d/zbILAH-if-YaVAQA1e7
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|