《黑客网络》mod开发教程翻译大全

时间:2017/03/21 11:35:38 编辑:杉崎

Launching the mod 启动Mod

You have to compile the mod into a .dll if you want it to be launched by Hackmore !

Click on "Generate Solution" (Ctrl-Maj-B or Generate > Generate Solution) to compile your mod and all dependencies.

PS : Debug is on by default, it's not an issue.

Then go to your project's folder, bin folder, and you'll see two folders: Debug and Release.

Go inside Debug (if you compiled in Debug mode) or Release (if you compiled in Release mode), and copy your GuideMod.dll to the Mods folder of your Hacknet installation.

You might have to unblock your .dll by going into properties and uncheck "Block".

If Hackmore is well installed, you should be able to go inside the terminal, and type "test" inside the terminal !

Thanks for following this tutorial !

为了启动Mod,你要把它编成.dll文件。

点击“生成解决方案”(按ctrl-maj-b或生成>生成解决方案)来编译你的插件和所有的依赖文件。

PS::调试模式是默认启用的,这不是一个错误。

然后转到你的项目文件夹下的bin文件夹,你会看到两个文件夹:Debug文件夹和 Release文件夹。

进入Debug文件夹(如果你是在调试模式下编译的)或Release文件夹(如果你是在发布模式下编译的),并复制你的guidemod.dll到你hacknet安装文件夹下的Mods文件夹里。

你也许需要允许你的dll文件运行,通过进入属性页面并取消勾选“Block”属性。

(译者注:我不是很确定,但这可能是针对某些安全软件的。)

如果Hackmore是安装好的,你应该能够进入终端,然后在终端输入“测试”!

感谢您阅读这个教程!

相关攻略
相关游戏