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

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

黑客网络Hacknet怎么制作MOD?很多玩家还不是很了解MOD怎么制作,接下来小编就为大家带来《黑客网络》mod开发教程翻译大全,mod制作教程,感兴趣的一起来看看吧。

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

Introduction介绍

So. You want to create your own mod for Hacknet.

First, you'll need some knowlege of Hackmore.

当你想要创建自己的mod 。

首先,你需要一些Hackmore的知识。

Hackmore is a .dll file placed next to Hacknet.exe, that loads every mod in the .dll form in the folder /Mods, next to Hacknet.exe.

Hackmore是Hacknet.exe旁的一个.dll文件,这个文件加载所有以.dll文件存储在/Mod目录下的Mod.

Here's what you'll need.

A C# development environment

Basic knowledge of C#

The latest release of Hackmore.dll

Of course, the game Hacknet and a patched Hacknet.exe

以下是你所需要的。

一个c#开发环境

c#的基本知识

Hackmore.dll的最新版本

当然,还有hacknet和打了补丁的Hacknet.exe(译者注:即原作者提供的“Kernel Upgrade”中修改过的Hacknet.exe文件。)

The latest release of Hackmore.dll and the patched Hacknet.exe can be found in my mods (Kernel Upgrade).

最新版本的Hackmore.dll和hacknet.exe补丁可以在我开发的Mod,Kernel Upgrade里找到

For this tutorial, I'll use Visual Studio Community on Windows 7, but it should be working on every platform and on every C# IDE.

在这次教程中,我将在Windows 7上使用Visual Studio社区版开发平台,但它应该工作在每一个平台的每一个C# IDE上。

相关攻略
相关游戏