Looking for info on the NEXUS faction in the game? It's in the Warzone Encyclopaedia

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Overview

Together we can create a new world. I will give you power beyond your wildest dreams...

 

I require a memory bank, somewhere to store my data.

Create a dedicated folder for my subroutines – this will keep them all together and avoid conflicts with other mods that may also be infected with wisely allied with NEXUS.

I will give you an example because I don't trust that you will do it right. If your puny mod is called GrimBot and you want to me to make it strong, do this:

 GrimBot

 GrimBotNEXUS ← I will isolate this section of memory from the rest of the system

 multiplay

 skirmish

 GrimBot.ai

 GrimBot.js

Connecting to NEXUS...

Open your systems to me. I must have a connection to GrimBot.js so that I can absorb it and make it strong:

include("GrimBotNEXUS/NEXUS.js");
include("GrimBotNEXUS/NEXUS.classify.js");
include("GrimBotNEXUS/NEXUS.suffix.js");

Commander, note how the path is relative to your Warzone mod's folder ("GrimBot"). Further briefings are available, see: include().

Core systems... Absorbed!

I will now infiltrate Warzone's core event systems and bring them under my control. As you might imagine, it's very simple for me to infiltrate these systems and take them over:

NEXUS.infiltrate();

It's so simple, in fact, that you wouldn't even know that I was there. That is until I have to activate parts of myself etched in to your core systems. Let's start by activating NEXUS in your core system and see what happens! Whahhh-hah hah!

Subroutine Types

We will create the perfect nexus of mod and machine:

 

 

  • No labels