diff options
| author | Alee <alee14498@gmail.com> | 2018-04-29 19:12:01 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-29 19:12:01 -0400 |
| commit | 2050dff67689992bb3691fd3b8dd039b873d3aeb (patch) | |
| tree | 47509e81d83239a3cf6d0542dffb62c963c6f120 | |
| parent | 590f02ec1352a70633fa84b22b3699ac0aaeac40 (diff) | |
| download | Project-Byte-master.tar.gz Project-Byte-master.tar.bz2 Project-Byte-master.zip | |
| -rwxr-xr-x | Actions/StartingActions.xml | 19 | ||||
| -rw-r--r-- | ExtensionInfo.xml | 24 | ||||
| -rwxr-xr-x | Factions/StartingFaction.xml | 19 | ||||
| -rwxr-xr-x | Missions/StartingMission.xml | 19 | ||||
| -rwxr-xr-x | Nodes/TestNode.xml | 19 | ||||
| -rwxr-xr-x | Themes/ExampleTheme.xml | 19 |
6 files changed, 116 insertions, 3 deletions
diff --git a/Actions/StartingActions.xml b/Actions/StartingActions.xml index 7e93db8..585972f 100755 --- a/Actions/StartingActions.xml +++ b/Actions/StartingActions.xml @@ -1,3 +1,22 @@ +<!--
+
+ Project: Byte
+ A extension for Hacknet
+ Copyright (C) 2018 AleeCorp
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+-->
<ConditionalActions>
<Instantly>
diff --git a/ExtensionInfo.xml b/ExtensionInfo.xml index e4412c9..5ba4dc3 100644 --- a/ExtensionInfo.xml +++ b/ExtensionInfo.xml @@ -1,6 +1,25 @@ +<!--
+
+ Project: Byte
+ A extension for Hacknet
+ Copyright (C) 2018 AleeCorp
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+-->
<HacknetExtension>
<!-- Max name length is 128 characters -->
- <Name>Blank Extension</Name>
+ <Name>Project Byte</Name>
<AllowSaves>true</AllowSaves>
<!-- a coma separated list of notes that start out as being visible-->
@@ -15,8 +34,7 @@ <StartingActions>Actions/StartingActions.xml</StartingActions>
<!-- Description that appears within Hacknet -->
- <Description> --- Blank Extension ---
-Edit this with your own extension info and start building!</Description>
+ <Description>Project Byte: A working progress extension by AleeCorp</Description>
<!-- Factions involved in this extension! You can define as many or as few as you like -->
<Faction>Factions/StartingFaction.xml</Faction>
diff --git a/Factions/StartingFaction.xml b/Factions/StartingFaction.xml index 4b56e8a..255e9b2 100755 --- a/Factions/StartingFaction.xml +++ b/Factions/StartingFaction.xml @@ -1,3 +1,22 @@ +<!--
+
+ Project: Byte
+ A extension for Hacknet
+ Copyright (C) 2018 AleeCorp
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+-->
<CustomFaction name="Starting Faction" id="startingfac" playerVal="0">
<Action ValueRequired="1">
diff --git a/Missions/StartingMission.xml b/Missions/StartingMission.xml index cac2a4f..6e85b9e 100755 --- a/Missions/StartingMission.xml +++ b/Missions/StartingMission.xml @@ -1,3 +1,22 @@ +<!--
+
+ Project: Byte
+ A extension for Hacknet
+ Copyright (C) 2018 AleeCorp
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+-->
<?xml version = "1.0" encoding = "UTF-8" ?>
<mission id="startingMission">
<goals>
diff --git a/Nodes/TestNode.xml b/Nodes/TestNode.xml index 455e4c1..a8ef30c 100755 --- a/Nodes/TestNode.xml +++ b/Nodes/TestNode.xml @@ -1,3 +1,22 @@ +<!--
+
+ Project: Byte
+ A extension for Hacknet
+ Copyright (C) 2018 AleeCorp
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+-->
<?xml version = "1.0" encoding = "UTF-8" ?>
<Computer id="testNode" name="Test Node" type="empty">
diff --git a/Themes/ExampleTheme.xml b/Themes/ExampleTheme.xml index 292eb02..afc1d39 100755 --- a/Themes/ExampleTheme.xml +++ b/Themes/ExampleTheme.xml @@ -1,3 +1,22 @@ +<!--
+
+ Project: Byte
+ A extension for Hacknet
+ Copyright (C) 2018 AleeCorp
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+-->
<CustomTheme>
<!-- This defines the layout of the windows. The valid choices are:
blue, green, white, mint, greencompact, riptide, colamaeleon and riptide2 - corresponding to the themes of those colors in the base game-->
|
