Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Briefing Commences
Excerpt |
---|
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:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
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:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
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!
Div | ||||
---|---|---|---|---|
| ||||
SubroutinesWe will create the perfect nexus of mod and machine:
|