Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
Fix typo in nodes, add aircraft daemon, update readme
  • Loading branch information
AutumnRivers committed Mar 1, 2019
1 parent 694afb9 commit 405f71b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -11,6 +11,7 @@ Table Of Contents
* [About](#about)
* [How To Use](#how-to-use)
* [Templates](#predefined-templates)
* [Support](#support)
* [Examples](#examples)
* [Installation](#installing)
* [Building](#building-from-source)
Expand All @@ -37,6 +38,9 @@ If an entire tag/attribute is highlighted, then that means you can safely delete

Anything not listed here is likely not large enough to be considered a "template". Anything in the [official guide](https://steamcommunity.com/sharedfiles/filedetails/?id=914587661) is supported by this extension, along with some extras not included in the guide!

## Support
If you're still not getting the hang of this, that's okay! Join the [official Hacknet Discord](https://discord.gg/hacknet) and I'll do my best to help. It'll be hard to miss me.

# Examples
## Sequencer Example
![](https://cdn.discordapp.com/attachments/453489057117372417/548239180031852554/SequencerExample.gif)
Expand Down
10 changes: 8 additions & 2 deletions src/Nodes.code-snippets
Expand Up @@ -284,6 +284,12 @@
],
"description": "LABYRINTHS DLC ONLY - Database daemons display a list of records of any datatype in Hacknet. Providing no datatype will give the \"API Access\" screen like Pacific air had."
},
"AircraftDaemon":{
"prefix": "<AircraftDaemon>",
"scope": "xml",
"body":"<AircraftDaemon Name=\"${1:Pacific Air Flight PA935}\" OriginX=\"${2:0.2155}\" OriginY=\"${3:0.5602}\" DestX=\"${4:0.7672}\" DestY=\"${0:0.6264}\" />",
"description": "LABYRINTHS DLC ONLY - Creates an aircraft that works like the ones used in the finale of Labs. NOTE: This is not officially supported by the guide, so you may not receive support for this."
},
"MemoryDump":{
"prefix": "<MemoryDump>",
"scope": "xml",
Expand All @@ -297,7 +303,7 @@
"\t\t<Block>$2</Block>",
"\t</Data>",
"\t<Images>",
"\t\t<Image>${0:Images/EasterEgg.png</Image>",
"\t\t<Image>${0:Images/EasterEgg.png}</Image>",
"\t</Images>",
"</Memory"
],
Expand All @@ -317,7 +323,7 @@
"\t\t\t<Block>$4</Block>",
"\t\t</Data>",
"\t\t<Images>",
"\t\t\t<Image>${0:Images/EasterEgg.png</Image>",
"\t\t\t<Image>${0:Images/EasterEgg.png}</Image>",
"\t\t</Images>",
"\t</Memory>",
"</memoryDumpFile"
Expand Down

0 comments on commit 405f71b

Please sign in to comment.