#Varytale
Explore tagged Tumblr posts
Text
iâm constantly reminded of mortality, and it doesnât bother me the way youâd think
repost from that time i deleted an article i spent 4 days on T-T actual post this time since i somehow posted it privately yesterday đ
---
Hi, Iâm Questioning. And I like to waste my life away dedicate my free time to random hobbies that catch my hyperfixation interest on the fly. Currently, Iâve returned to something most important. Updating the encyclopedia-esque database of AlternativeTo.net. o_o
Let me finish.
See, I started exploring the world of Visual Novel (VN) makers, which led to me discovering the world of Interactive Fiction (IF)âtheir predecessor afaic. And thatâs where it got strange. What Iâve found is interesting developments in terms of innovation and such. Like Undum (image)ââa game framework for building a sophisticated form of hypertext interactive fictionâ according to its GitHub. IFWiki calls it âan authoring system for CYOA-style stories playable on web browsers.â It was created by I.D. Millington in 2009, released in 2010, had returned in 2018, and wouldâve changed the IF genre (kinda like Twine did) if not for how hard it was to get into.
Undumâs flexibility and power have made it the engine that drove some of the most significant works in IF (The Play, Almost Goodbye). But it has always been relatively inaccessible. Undum is not the system of choice for writing straightforward hypertext games; itâs a challenging system to learn and use that demands the author build their own engine on top of it to drive their game logic. Consider Raconteur for âUndum with batteries included.â -Bruno Dias (x)
Enter Raconteur, âa friendlier way to write Undum hypertext fictionâ that was announced by Bruno Dias in 2015. More accurately described as âa library of Undum tools that can get someone writing their story quickly.â Hereâs the thing about the âlibrary of Undum toolsâ part: Undum did not come prepackaged with any⌠even though they were required to write your game,âŚđ which âmeant doing a lot of your own tooling.â ����
Yeah, no surprise it won the award for Best Technological Development in XYZZY Awards 2015.
But hold up, somethinâ ainât rightâŚ
Undumâs only got 21 games on IFDB.org and Raconteurâs got 4⌠with 1 overlap with Undum. đ
So~⌠wth?
Well, someone else had a similar question on intfiction.org in March and got Josh Gramsâ opinion on it: JavaScript.
đ¤ˇđżââď¸
So even though Undum was designed as the visual version of bookbinding and with the specific goals âaestheticâ & âtechnicalâ in mind, shitâs too intimidating compared to alternatives.
I hoped [writing Undum in JavaScript] would make it accessible for a wider range of dabblers, requiring transferable skills rather than learning a new language. It also made it achievable to write and document over a few weekends: I didnât have to worry about parsing, or creating a complete runtime. But the best benefit, and in some ways the one least exploited in practice, is the ability to use Undum as part of a bigger game. I imagined a strategy game with CYOA elements, or a piece of interactive fiction using natural language generation to be different each time. -Ian Millington (x)
And hereâs~ where it gets a bit fucked.
Remember the other person who had a similar questionâJ. J. Guest? Well, they ended their post with âWas it simply superseded by Ink / Inky?â
Letâs keep this simple:
Ink [image] is the core narrative engine itself, written in C#. It includes the code for the compiler. If youâre not technical, you donât need to worry about this. Inky [image] is our ink editor, which is a text editor with support for playing as you write. If youâre just starting out with ink, this is all you need. inkle is the game development studio that created ink (x)
So itâs âa narrative scripting language for gamesâ and yet another CYOA maker. Why do I bring them up? Well, Inkle (the company) âwas founded in 2011 by two Cambridge game developers [Joseph Humfrey & Jon Ingold] with a passion for storytelling and beautiful designâ (x). They started off with their unique âinklebookâ format, which had an early prototype game in ~2008 that Jon described as
an iPad-based choice-driven story made of âpagesâ which stitched together into a single flow via frequent choice points. It was a lovely UI for a choice-based game, even in prototype form, and we had a strong scripting language underneath it â the first version of ink. (x)
In January of 2012, they released âa web-tool for writing and reading simple interactive storiesâ called inklewriter. Joseph described it as âa simpler subset of the inklebook formatâ (x) and admitted âinklewriter was partly born out of the surprise that there isnât anything out there for quickly and easily writing non-linearly.â (x)
After already having âmoved away from developing inklewriter for a long time,â it went âpermanent betaâ in September of 2017 due to âincreasing frequency of persistent bug-reports.â Sad news considering the statement âweâve had hundreds of thousands of stories created by hundreds of thousands of users; weâve won awards from school and library associations; and hopefully weâve helped kickstart a few interactive writers careersâ (x). And since writers (who became aware in time) were able to ârescueâ their story from the bugs and potential wipeout with a simple Save Page As, it was probably a bit less heartbreaking when inkle revealed less than a year later that inklewriter would be shutting down completely in August of 2018. Seemingly because âitâs real work to fix the issues that ariseâ with the constant browser changes. đ
Only 7 months later, it returned in March of 2019. Stable, still free, and now open-source after developers in the open-source community âproduced a full port of inklewriter to modern web-tech.â 𼳠Writers needed to make new accounts and import their stories to the new database, but that was it. And since the legacy version was (and is) still around, they could do it pretty quickly. (x)
But where dahell was I going with this? Let me tell you about the original connection first: Unity Integration.
The [ink-unity-integration] plugin provides you with everything you need to get started with ink in Unity. It automatically recompiles ink files as you edit them, and even comes with a simple previewer that lets you play stories directly within the Editor, without writing a line of code. (x)
Remember Ian Millingtonâs statement from awhile ago? âBut the best benefit, and in some ways the one least exploited in practice, is the ability to use Undum as part of a bigger game. I imagined a strategy game with CYOA elements, or a piece of interactive fiction using natural language generation to be different each time.â (x)
Well,⌠Stoic Studio (announced that they) did it in January 2013 when they used inklewriter for The Banner Saga. Though, inkle recommends you use their ink scripting language instead for Unity projects. đ¤ˇđżââď¸ A scripting language that was ported to JavaScript in May of 2016, btw. The port (inkjs) having its latest release just 6 freaking days ago while Undum and Raconteur had their last GitHub edits in 2018 & 2020 respectively.
Either way, Ianâs imagination of âa strategy game with CYOA elementsâ happened⌠with another mofoâs software. đ
And whatâs that? I left something out?
I left working on Undum to develop Varytale, a short lived commercial IF endeavour that shared a lot of the same aesthetic and narrative structure. And then I retired, and it lay fallow, aside from email help requests that still drip into my inbox. -Ian Millington (x)
Letâs see what IFWiki says about this endeavor:
Varytale was a platform for authoring and publishing browser-based CYOA, created by Ian Millington and Alexis Kennedy; it occupied a point somewhere between Undum and StoryNexus [a comparatively mostly defunct endeavor from 2012]. The Varytale website was live from approximately 2011 to 2015. The first posts on Varytaleâs blog appeared in June 2011. On March 7, 2014, Varytale posted a comment on the Varytale Facebook page saying, âThe project is stalled, due to key people leaving the project. So thereâs no news, and Iâm not sure if or when there will be.â The last Wayback Machine snapshot of www.varytale.com/books was taken in September 2015. (x)
On its May of 2012 public beta announcement on FailbetterGames website, something slightly poignant was said.
But the technology is great [seriously] - itâs easily the most flexible and powerful tool of its kind, and itâll be fascinating to see what people can do with it once the writersâ programme opens up. And as it happens, Jon Ingold / Joseph Humfreyâs very elegant inklewriter has also just gone live [4 months prior]. (âŚ) âŚ[inklewriter] covers some of the same territory as Varytale, but itâs (by design) simpler in concept and execution. (x)
Life is truly cruel.
If you check the archive from possibly days before its shut down in September of 2015, youâll see 4 official books (Bee, Fighting, How To Read, Hymn & Shanty) and 3 User Published Books (London Road, Sixth Tower, Tillinghast). Thatâs 7⌠7 books. đ
But itâs not that sad. According to the Varytale blogâs 2nd to last post (in June of 2012), âwe passed 50,000 reads across the seven books currently on our readerâs beta.â This was perhaps a full week after they released the floodgates and actually allowed people to start readinâ. Das alot to me. They clearly succeeded in âbuilding a platform for authors to write great books, and for publishers to publish them.â Even built a whole-ass âsystem that does generative design,â creating âartwork based on the authorâs choice of patterned design or photographâ (x). Or, as weâd quickly say 12 years later, some AI shit.
So wut đđż in da fuq đđż
Whyâd they never get past the 7 book mark in the 2 years between Readerâs Beta and project stallation? Well,⌠thereâs a hint at the end of that 2012 blog post: âWe have a queue of people wanting to write content, who are been added a few at a time. So lots of hard work in the beta still to go.â hm~ đ¤
If The Way Back Machine had archives past January of 2013, weâd definitely know more, but this is it (i ainât digginâ a wider hole at this point). And what is it? I think itâs a matter of workload. Too much for too few people who had however much goinâ on in their lives. Remember much earlier this bit from IFWiki?
On March 7, 2014, Varytale posted a comment on the Varytale Facebook page saying, âThe project is stalled, due to key people leaving the project. (x)
Maybe things werenât smooth enough for awhile. Maybe it was something else for those 2 years prior. đ¤ˇđżââď¸ And you know⌠the end of Emily Shortâs blog post Writing for Varytale might hold the answer.
There are still some challenges about using the Varytale system, though itâs evolved tremendously over the course of beta. One of the biggest authorial challenges is that, while thereâs the awesome structure tool shown above for looking at branching structure inside a storylet, it can be considerably more challenging to get a view of whatâs going on at the macro level. And Iâm not even sure what the tool for this ought to look like. The strength of storylets is that they can affect which other ones pop up in a fairly freeform way, and one can affect another (via their shared stat use) without explicit logic in either. But thatâs also what makes it really hard to graph how they will act. Most of the bugs that arose in Bee were related to this issue of envisioning the total structure of the work and detecting storylets that were going to break that structure. (x)
So in this case aswell, the innovations of Ianâs Varytale make it⌠(a bit) intimidating to work with. đWhether or not this difficulty was ever ironed out post-beta is unknown to me, especially considering the end of Ianâs thankful response to Tom H.âs suggestion for fixing the macro level problem: âWhen will I get chance to code it? Thatâs a whole other matter!â
âŚhm~
And on the same post lies magnus4444âs statement that âThere isnât a lot of documentation out there yet on the implementation of more advanced effects but, on the plus side, Ian is generous with advice and tips.â
đ¤ˇđżââď¸
So wtf do we have here. Effectively two developers (iâm simplifying it; fight me) who 1) made a CYOA maker (Undum & inklewriter) for very similar reasons, 2) put development aside to focus on other CYOA makers (Varytale & Inky), 3) had their neglected work taken up by open-source developers for the good of everyone, and 4) reaped the benefit of the otherâs labor in some way. Now, hereâs where weâre back to the sad part. Inkleâs version of the tale is the American Dream â˘. Inklewriter was beloved by many and had mainstream success. Ianâs version is the harsh American Reality. Undum only bore 24+ games over the course of its 13 year existence on the internet and in the world of IF. And if a single personâs opinion is to be taken as fact⌠then the reason was simple: shit wasnât easy to pickup. And thus, regardless of Ian & Brunoâs efforts, it (at this rate) is bound to become an obscure software regardless of its potential. All while Varytale remains gone and Inky (released in June of 2016) is still goinâ strong with 160+ games released using its Ink language/engine.
Which brings me back to the matterâŚ
iâm constantly reminded of [my] mortality
#article#long post#looooooooong#Undum#Raconteur#Varytale#inklewriter#inky#inkle#AlternativeTo#Visual Novel#VN#Interactive Fiction#IF#GitHub#IFWiki.org#CYOA#I.D. Millington#Bruno Dias#XYZZY#IFDB#JavaScript#Ian Millington#inklebook#Stoic Studio#The Banner Saga#inkjs#Alexis Kennedy#Emily Short#once again i'm gonna say that i think the key reason for Ian's efforts being less successful than inkle's is marketing
1 note
¡
View note
Text
WildCraft Animal Sim Online 3D Hack
WildCraft animal sim is a good online game for your phone. This game was developed by Turbo Rocket games. If you want to get Coins or Gems in this game, âŚ
The post WildCraft Animal Sim Online 3D Hack appeared first on VaryTale.
from WordPress http://ift.tt/2nYp4KI via IFTTT
0 notes
Link
Great post over at the Varytale blog on interactive fiction and its place in THE GREAT ART SPECTRUM.
8 notes
¡
View notes
Link
Varytale describes itself as "a publisher and retailer of Interactive books". The books in question are read in a browser, and present choices, mainly at the end of the the segments. It seems they also use a somewhat unusual notion of sections of text that can be "finished". They seem to go for a serious the, and also point out that they are not about gaming but about telling stories. (just to be clear, I am not saying that games cannot be a serious as stories, interactive or otherwise). There's a story by Emily Short, who is one of the more respected authors of interactive stories. The authoring tools at varytale are closed for the moment, although you can request an account by e-mail. From what they say it's an online authoring tool, and it supports stateful stories. There Is also something called story points which control how fast you can read a story, and the option to charge for the stories either up front or to access parts of the story.
0 notes
Text
Drag Sim 2018 hack
When it has to do with Drag Sim 2018, if you would like to go far in the game, then you must secure a growing number of gems. In other âŚ
The post Drag Sim 2018 hack appeared first on VaryTale.
from WordPress http://ift.tt/2EcChX8 via IFTTT
0 notes
Text
Inner Fire Hack
Inner Fire â this game was developed by Camosoft. It is a new fun game. If you lack of coins or points in this game, then you can use our âŚ
The post Inner Fire Hack appeared first on VaryTale.
from WordPress http://ift.tt/2naRos4 via IFTTT
0 notes
Text
Fire Truck Driving Simulator hack
Have you ever loved the Fire Trucks? Well now you can play a simulator on your android where you can drive Fire Trucks, the Fire Truck Driving Simulator. Developed by âŚ
The post Fire Truck Driving Simulator hack appeared first on VaryTale.
from WordPress http://ift.tt/2DEBfq1 via IFTTT
0 notes
Text
Car Merger Hack: get unlimited resources easily!
More lives, points you are able to get anything you want in a game with no effort. It is a somewhat simple to play game and you are going to âŚ
The post Car Merger Hack: get unlimited resources easily! appeared first on VaryTale.
from WordPress http://ift.tt/2rFb78N via IFTTT
0 notes
Text
A new hack: Reverse Basket Hack (NEW 2018!)
A recently released game Reverse Basket. It was developed by Honiku Games. It is a sports related game. The other thing you are able to do is encrypt a message âŚ
The post A new hack: Reverse Basket Hack (NEW 2018!) appeared first on VaryTale.
from WordPress http://ift.tt/2DF8hWE via IFTTT
0 notes
Text
Happy Racing hack
Happy Racing Happy Racing is a fun and enjoyable game for your mobile phone and it is available for free on the app store. It is available both for iOS âŚ
The post Happy Racing hack appeared first on VaryTale.
from WordPress http://ift.tt/2rk08RI via IFTTT
0 notes
Text
Crash of Cars Hack (Secret method to get more coins)
The ultimate hack for Crash of Cars 2018 A Crash of Cars is a new game for Android and iOS. It is a game where you can destroy your oponents âŚ
The post Crash of Cars Hack (Secret method to get more coins) appeared first on VaryTale.
from WordPress http://ift.tt/2eOeC3g via IFTTT
0 notes
Text
Snake VS Block hack
Welcome to the Snake vs Block hack webpage. Snake vs Block game introduction The snake vs block is a really great game for your mobile phones. It works on android âŚ
The post Snake VS Block hack appeared first on VaryTale.
from WordPress http://ift.tt/2CWBjQI via IFTTT
0 notes
Text
NBA 2k18 Hack â get unlimited VC from our Online Generator
If you donât find out how to use the hack for NBA 2K18 you will observe instructions below. The hack was consummated to enure that you keep at the maximum âŚ
The post NBA 2k18 Hack â get unlimited VC from our Online Generator appeared first on VaryTale.
from WordPress http://ift.tt/2EnMdvE via IFTTT
0 notes
Text
Madden Mobile Hack
About Madden Mobile Hack Now is the proper time to discover the hack that you want. To be certain that the hack works well for you, youâve got to just âŚ
The post Madden Mobile Hack appeared first on VaryTale.
from WordPress http://ift.tt/2yZKixR via IFTTT
0 notes
Text
Shakes and Fidget Hack
Shakes & Fidget is an old web-browser based game. You can play it through Steam though. Many nations play the game. It is famous around the world. The main point âŚ
The post Shakes and Fidget Hack appeared first on VaryTale.
from WordPress http://ift.tt/2z37Gvz via IFTTT
0 notes
Text
The new Fortnite Hack
The best Fortnite Hack and Fortnite Battle Royale Cheat for You Today, we are releasing the hack for Fortnite game and Battle Royale. Our tools is regularly updated. You can generate V-Bucks in all devices. It works everywhere. Click here below to start Fortnite Hack Tool Fortnite Cheats are simply clever Our Hacks are simply clever because it will distribute V-Bucks easily for you straigt into your account instantly. You donât need to enter your account password. Youâll type in only your account name. Our tool is really safe â we have managed to create the most safe Hack for
The post The new Fortnite Hack appeared first on VaryTale.
from WordPress http://ift.tt/2xVh7vY via IFTTT
0 notes