From ace2c6fcb96ee2b1439658ff7a96f47eb2d420a6 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 29 Apr 2018 19:04:32 -0400 Subject: Inital Commit --- Actions/StartingActions.xml | 9 ++++ ExtensionInfo.xml | 92 ++++++++++++++++++++++++++++++++++++ Factions/StartingFaction.xml | 7 +++ Logo.png | Bin 0 -> 22737 bytes Missions/StartingMission.xml | 25 ++++++++++ Nodes/TestNode.xml | 13 +++++ Themes/Backgrounds/RiptideGreen.png | Bin 0 -> 547024 bytes Themes/ExampleTheme.xml | 51 ++++++++++++++++++++ 8 files changed, 197 insertions(+) create mode 100755 Actions/StartingActions.xml create mode 100644 ExtensionInfo.xml create mode 100755 Factions/StartingFaction.xml create mode 100755 Logo.png create mode 100755 Missions/StartingMission.xml create mode 100755 Nodes/TestNode.xml create mode 100755 Themes/Backgrounds/RiptideGreen.png create mode 100755 Themes/ExampleTheme.xml diff --git a/Actions/StartingActions.xml b/Actions/StartingActions.xml new file mode 100755 index 0000000..7e93db8 --- /dev/null +++ b/Actions/StartingActions.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/ExtensionInfo.xml b/ExtensionInfo.xml new file mode 100644 index 0000000..e4412c9 --- /dev/null +++ b/ExtensionInfo.xml @@ -0,0 +1,92 @@ + + + Blank Extension + true + + + + + + Missions/StartingMission.xml + + + Actions/StartingActions.xml + + + --- Blank Extension --- +Edit this with your own extension info and start building! + + + Factions/StartingFaction.xml + + False + + + false + + Themes/ExampleTheme.xml + + + + The_Quickening + + + + + + + This is the description of the extension that will appear in Steam Workshop and any other mod platforms this gets ported to. Max 8000 characters. +You can use newlines in this as normal etc. + + + English + + + 2 + + + Extension + + + Logo.png + + + NONE + + \ No newline at end of file diff --git a/Factions/StartingFaction.xml b/Factions/StartingFaction.xml new file mode 100755 index 0000000..4b56e8a --- /dev/null +++ b/Factions/StartingFaction.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Logo.png b/Logo.png new file mode 100755 index 0000000..1d6533a Binary files /dev/null and b/Logo.png differ diff --git a/Missions/StartingMission.xml b/Missions/StartingMission.xml new file mode 100755 index 0000000..cac2a4f --- /dev/null +++ b/Missions/StartingMission.xml @@ -0,0 +1,25 @@ + + + + + + + NONE + + + SENDER NAME HERE + This is an example email for Blank Extension + You should add the body of the email here. +Multiple lines etc. + + + + + + \ No newline at end of file diff --git a/Nodes/TestNode.xml b/Nodes/TestNode.xml new file mode 100755 index 0000000..455e4c1 --- /dev/null +++ b/Nodes/TestNode.xml @@ -0,0 +1,13 @@ + + + + + 22, 21, 25 + + + This is a file! +You can write whatever you want here. + + #THEMECHANGER_EXE# + + \ No newline at end of file diff --git a/Themes/Backgrounds/RiptideGreen.png b/Themes/Backgrounds/RiptideGreen.png new file mode 100755 index 0000000..f635861 Binary files /dev/null and b/Themes/Backgrounds/RiptideGreen.png differ diff --git a/Themes/ExampleTheme.xml b/Themes/ExampleTheme.xml new file mode 100755 index 0000000..292eb02 --- /dev/null +++ b/Themes/ExampleTheme.xml @@ -0,0 +1,51 @@ + + + mint + + + Themes/Backgrounds/RiptideGreen.png + + + + 255,41,63 + 74,7,14,255 + + 0,204,132 + 14,40,25,80 + 5,7,6,10 + + 130,65,27,80 + 155,85,37,0 + + + 255,0,0 + 90,90,90 + 8,8,8 + 12,12,12 + 68,68,68 + 65,16,16,200 + 160,0,0 + 0,160,0 + 39,65,36 + 180,180,180 + 222,201,24 + 105,167,188 + 120,120,120,0 + 213,245,255 + 126,126,126,100 + 2,2,2,30 + 222,0,0,195 + 213,245,255,0 + 0,0,0,70 + 255,255,255 + 95,220,83 + 255,255,255,15 + + + 0,120,255 + 255,150,0 + 0,120,255 + 0,100,255 + \ No newline at end of file -- cgit v1.2.3