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

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

Setting files up, preparing the project 设置文件,准备项目

First, I'm going to open Visual Studio and set up a new project.

I'm using the french version, since I'm french, but you'll be able to find out what I'm doing pretty easily.

First, create a new class library project inside the folder you want and I'll call it "GuideMod".

首先,我要打开Visual Studio,然后建立一个新项目。

在这里我使用的是法语的版本,因为我是一个法国人(译者注:原作者为法国人。),但你可以很容易发现我在做什么。

首先,在项目文件夹创建一个新的类库,我命名它为“GuideMod”。

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

Press OK and your project is created.

You should see this screen :

点击ok并创建你的项目。

您应该会看到一下画面:

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

I'm going to rename Class1.cs to GuideMod.cs, and rename the public class Class1 to public class GuideMod

Now, you have to add as reference Hacknet.exe and Hackmore.dll like this :

我将要去重命名Class1为GuideMod .cs,并重命名公共类Class1 为 公共类GuideMod

现在,你必须添加Hacknet.exe和hackmore.dll作为参考,就像这样:

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

Once that's done, make GuideMod extends HackmoreMod and implement all functions, like this :

只要你完成了这一步,GuideMod ,作为HackmoreMod的扩展就可以实现Hackmore所有功能,像这样:

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

Now you're good to go ! We're going to make our mod.

现在!我们可以开始制作我们的mod了。

相关攻略
相关游戏