From c2dcf1dce7c19452178b6ca90020349e9dc9a8f7 Mon Sep 17 00:00:00 2001
From: kittenchilly Journey with Sweet Bro as he joroneys to recover his spoon over a long jounrey. Tales of dubious authenticity. Ten years ago, a young man stood in his bedroom. The events set in motion that day would change his and his friends' lives forever, for the better and the worse (and the ridiculous). Now, in the aftermath, he has to make a choice: Meat or Candy? Description from Amazon store page. Online release: 13 - 20 April 2019 VIZ Media print release: 14 January 2020 This is not Homestuck. But it is not not Homestuck. This is... Homestuck: Beyond Canon (HS:BC) is a further continuation of the Homestuck story, after the events of The Homestuck Epilogues and Pesterquest. It is a story about the consequences of the pursuit of relevancy and growing up. As this work is a direct followup to The Homestuck Epilogues it is highly recommended you be familiar with what happens in that story. Homestuck^2: Beyond Canon is an official continuation of the cult-classic webcomic Homestuck and a follow-up to The Homestuck Epilogues, dropped as a major event in April of 2019. Homestuck 2: Beyond Canon takes a combination of Andrew Hussie's original writing and plot outlines and concepts and joins him with a team of new, diverse voices to expand the compelling narratives of Homestuck's most (and least) beloved characters. Description from the Homestuck Patreon. Homestuck: Beyond Canon is made possible by a passionate team of writers and artists -- collectively known as the Homestuck Independent Creative Union -- but most importantly the continued support of fans like you. Description from the website's About page. 25 October 2019 - On an indefinite hiatus as of Feb 2021. You can see the announcement post hereHOMESTUCK^2: BEYOND CANON
+
+
@@ -156,6 +167,13 @@ import NavBanner from '@/components/UIElements/NavBanner.vue'
import MediaEmbed from '@/components/UIElements/MediaEmbed.vue'
import SpoilerBox from '@/components/UIElements/SpoilerBox.vue'
+var fs
+if (!window.isWebApp) {
+ fs = require('fs')
+} else {
+ fs = undefined
+}
+
export default {
name: 'skaianet',
props: [
@@ -267,7 +285,13 @@ export default {
Act 4
+
+
+
+
+
+
-
14 September 2017 - Ongoing
` ++ 14 September 2017 - Present
+
+ Kickstarter: 4 September 2012
+ Act 1: 14 September 2017
+ Act 2: 25 November 2020
+
Journey with Sweet Bro as he joroneys to recover his spoon over a long jounrey.
+Topatoco (Archive, discontinued)
8 November 2018
` }, { @@ -312,8 +337,9 @@ export default { content: `Tales of dubious authenticity.
Ten years ago, a young man stood in his bedroom. The events set in motion that day would change his and his friends' lives forever, for the better and the worse (and the ridiculous). Now, in the aftermath, he has to make a choice: Meat or Candy?
-Description from Amazon store page.
-Online release: 13 - 20 April 2019
+VIZ Media print release (Archive, discontinued)
+Prologue release: 13 April 2019
+ Online release: 20 April 2019
VIZ Media print release: 14 January 2020
` }, { @@ -334,20 +360,42 @@ export default {4 September 2019 - 1 April 2020
` }, { + preicon: "assets://archive/skaianet/snake.png", + pretitle: `Homestuck: Beyond Canon (HS:BC) is a further continuation of the Homestuck story, after the events of The Homestuck Epilogues and Pesterquest.
It is a story about the consequences of the pursuit of relevancy and growing up. As this work is a direct followup to The Homestuck Epilogues it is highly recommended you be familiar with what happens in that story.
-Homestuck: Beyond Canon is made possible by a passionate team of writers and artists -- collectively known as the Homestuck Independent Creative Union -- but most importantly the continued support of fans like you.
Description from the website's About page.
-25 October 2019 -
` + +Homestuck^2: Beyond Canon was a What Pumpkin/Snake Solutions collaboration from 25 October 2019 until 29 December 2020, when it was put on an indefinite hiatus.
Snake Solutions Studio LLP was disbanded January 2021.
On 8 October 2023, the project was rebranded as Homestuck: Beyond Canon (HS:BC) and was continued by a new team known as the Homestuck independent creative union. The story picked up from where it had left off.
+Homestuck^2: Beyond Canon: 25 October 2019 - 29 December 2020
+Homestuck: Beyond Canon: 8 October 2023 - Present
` + }, + { + icon: "archive/skaianet/psycholonials.gif", + title: ` + PSYCHOLONIALS.EXE + `, + content: ` +While in communication with supernatural forces, two influencers launch a daring new social media brand.
+ +A visual novel by Andrew Hussie.
+ Soundtrack by Clark Powell.
3 Feburary 2021
` } - //On an indefinite hiatus as of Feb 2021. You can see the announcement post here
], cursedText: { } } @@ -402,7 +450,7 @@ export default { console.error(request) } } else { - return require('fs').readFileSync(this.$mspaFileStream(url), 'utf8') + return fs.readFileSync(this.$mspaFileStream(url), 'utf8') } } }, diff --git a/src/imods/_twoToThree/archive/skaianet/psycholonials.gif b/src/imods/_twoToThree/archive/skaianet/psycholonials.gif new file mode 100644 index 0000000000000000000000000000000000000000..9a668433d38e773d843812844500c9727aab6213 GIT binary patch literal 755 zcmV