Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Suryce

22
Posts
2
Topics
128
Followers
6
Following
A member registered Jun 13, 2016 · View creator page →

Creator of

Recent community posts

Comments like these mean a lot to me, so thank you!

If you haven't checked it already, they are more games on my profile. Giving her a Voice in particular is short, bittersweet, and vaguely related to Robotic Bodies. I'm also working on new stuff buuut, it's taking the time it's taking >_>

Thank you! I'm happy to hear it meant this much to you.

This is the best of compliments I could possibly get for this story, so thank you!!

Thank you!

Thank you! I'm really glad to hear the story works well.

(1 edit)

Thank you for playing the game on your stream! In retrospect, I guess the game is not that explicit, but still I hope it's fine with Twitch rules and won't get your stream banned or anything xP

I talked in a reply to another comment about why the game doesn't have choices, but considering the attention this jam got (compared to the ones I usually do) I guess it's a little too bad I didn't do something more ambitious for the occasion. Next time!

Thank you for giving it a try! The author's word is a bit long, haha, but I feel it was something worth talking about. I have come to think recently that being open and transparent (to some degree) as a creator has benefits for everybody.

Thank you! I come from visual novels, where linear narrative games with no mechanics aren't an unusual sight, so I didn't think much of it. But I actually do enjoy experimenting with choices and interactions in my Twine games, and "It's Not Your Fault" is actually the odd one out in my library of games for not having any. The reason why is because choices in narrative games can very quickly multiply the workload and I needed a break after my previous project ("Nothing to make a Fuss about"), which was extremely ambitious on that aspect, and required me to crunch to finish it within its jam's deadline. INYF's goal was to purposefully give myself something easy to make in terms of scope and that I could finish without stressing about the deadline, so I could unwind. But so, mission accomplished, as I'm feeling pretty refreshed, and I'll be back to focusing on interactions in the future =)

Thank you! I experimented a little with certain things, so I'm glad to hear it.

Thank you! I'm glad you liked it. I'm working on projects that take place in the same world, though nothing that is a direct sequel to this.

Here we go, Stormtouched is out and complete!

This is makes it my fourth Twine game and my favorite project so far. I feel like I took things a step further compared to my previous projects in terms of presentation, but also on the delivery of the themes. Plus, I finished just in time, which is nice. 

I have a bunch of thoughts about how the themes of this game played out in the end. I wrote these thoughts down twice differently before deleting them each time. Once in the author's word inside the game, and a second time here. What stops me from sharing these thoughts is that it makes me feel like I'm telling people what they should think of the themes of the story instead of letting them make their own opinion about the game by playing it. What I'll say is that I very much like the story I wrote and I'm confident in the strength and sincerity of the themes and their delivery, even if not everything is quite what I originally aimed to do with this project.

Looking forward, this project has inspired me into continuing to take things "a step further", and it's probably about time I move on from Twine games and on to visual novels, which have both a personal and global appeal that Twine games just cannot match. I came up with an idea for an episodic project while finishing up Stormtouched that I want to try making a pilot for in Renpy. Having an actual project to put together will be a good motivation for finally learning it too, and if it takes a satisfying form, well, I'll consider various "steps further" to take from there.

Anyway, a big thanks to Metaparadox for organizing this jam, it gave me the motivation to make my project for Stormtouched happen and I'm glad I participated.

(3 edits)

So, progress report: Stormtouched is currently at 8500 words and I would say I have a quarter left of the game to write (or potentially a little less than that). I've also divided the game into four distinct chapters, and to compensate for a lack of saving system, the title screen has links to the beginning of each chapter. There's exactly ten days left to the Jam and all is left is for me to write chapter 4 and edit/polish/play-test the whole game. I should be finished in time at the pace I've been going, but I'll unfortunately not have the time to have the finished game be beta-read before the deadline like I said I wanted in the first post of this thread. 


But! I've made a replacement for that plan with a quick demo for Stormtouched that I initially made in order to gather feedback on the game's representation of asexuality and aromanticism, but I figured, hey, this can work as a demo for the game in general, so here it is for anyone who wants to check it out!


I recommend playing it before reading the rest of this post if you want a clear picture of the mechanic I want to talk about and that I've tried using for the first time. For now, I'm calling it the arrow mechanic. It allows me to control the pace at which sentences, or even parts of a sentence, are revealed, and has proved a very useful tool for helping me set up the mood of various emotional beats, or create suspense as the narrator unravels an information or their feelings. Initially, I implemented this mechanic to make the game more accessible to people with ADHD, based on what Nadia did in her own game for Yuri Jam 2017 "can you say my name again." But in the end, I also took inspiration from visual novels where the text is often revealed sentence by sentence in order to achieve the effects described above.

The way it works is extremely simple, the code look something like this (I'm working with Harlowe, I don't know if it would be any different with something else):

(link: ">>>")[Some text. (link: ">>>")[Even more text.(link: ">>>")[  [[This is the usual link in Twine leading to a new node]]  ]]]

The more "links", the more closing hooks at the end of the entire sequence. 

Also, it makes the code looks like (even more) garbage, but I like to press the Enter key just before each arrow (within the "") in order to put all the arrows in a relatively fixed position at the start of the next line, under the current sentence. Otherwise, each arrow will be right at the end of the currently shown text, making it move horizontally a lot and requiring more mouse movements of the player.

Now, the initially unforeseen complication of this seemingly simple code is that it's everywhere as I've implemented it, so it requires a lot of polishing to do when editing. It's easy to forget a space between two sentences, or to misjudge how a line should be paced, necessitating to add or remove links (hopefully without forgetting to adjust the number of closing hooks at the end) and play-test the entire sequence again until it feels just right. It took me around two hours just polishing this demo, and the full game is going to be about 15 times bigger than this, so yeah. The way I use that mechanic turns out to have a noticeable cost in time. 

Also, this makes the implementation of If Statements harder, as I have to pace them within the confines of the links' hooks. Because every link is necessary for the player to progress the text, I can't have a link be optional within a block of text added by a If Statement. The way I dodge this problem is by making as many micro If Statements as necessary within the hooks of each affected block of text that is added by a link.

Also², while I find this mechanic very useful for the effects I've talked about, and hopefully the increased accessibility it brings to the game, it might not be usable in every type of narrative structure possible for a Twine game. For instance, it wouldn't work in one of my previous work, The Ghost's Drum, which has a very cyclic structure where the player goes through the same node several times and doesn't need to re-read the entire text of that node every time and is instead expected to directly scroll down to the choices at the bottom.

(1 edit)

Good news, the game now has a title: Stormtouched

I'm not gonna talk about its meaning too much here. I already did on the Discord, and I'm hoping the story will make it clear enough as it is read.

Besides this, writing is going along well. I tend to have a hard estimating how long a finished game is going to be, and consequently, how much is left to write, but I've probably written between a third or a half of the game so far.

And finally, I've spent all my writing time today massively rewriting an early portion. They say you shouldn't get too attached to an idea and I guess they are right because I decided the game would work better if I cut one of the two secondary characters out of the story entirely and instead fused their role into the remaining one. Because of this, I had to rewrite a lot of exposition, but I already think it works a lot better, with less unnecessary info to dump on the player, and putting more emotional connections with the narrator's feelings. Plus, the remaining character has a lot more leeway for appearing regularly (and now has more personality), and this will help me set things up for the main characters when needed for the rest of the story.

Hey, thank you for taking the time to write down these questions. It's always good to bounce off ideas with someone, so I appreciate it!

So, as currently planned, I'll go with all the named characters being "fully" aromantic and asexual. I've been wanting to write about other ace/aro labels for a while now myself, but for this story, I'm going with this for reasons that are a mix of happenstance and convenience. Huan-Yue (along with one secondary character) is actually an expy heavily based on a character I previously invented for roleplay purposes, and I'm re-using the version of her that was "fully" aro-ace. Based on that, I'm also making Milie the same, because I want to focus on what makes the two main characters different from each other while they share the exact same orientations. For instance, and answering another question at the same time, one difference that will be explored will be their sexual activity.

It's really going to be about how these two very different persons interact, and how they end up connecting and completing each other despite the initial tension between them. It's hard to predict how I'm precisely going to write the details, but I imagine their orientations will be one element among all the things the two characters will exchange about. Both because there's a lot to unpack about the characters besides their orientations, and because I don't want to focus too much on the theme of aceness when I don't think I have first-hand knowledge of it.

(As for why the secondary characters are also "fully" aro-ace, it's happenstance. One is an expy with the same circumstances as Huan-Yue, the other is an android. Also, lately I've been wanting to write a story where "everybody is X". I was initially thinking about "everybody is agender", but as currently planned, this game will do it with two other things instead, including "full" aro-aceness.)

I think this answers the general intent of all the questions?

(2 edits)

Hello!

For this jam, I'll be making a twine game with a linear story following the struggles of Milie-34, a clone made for war who must learn to cope with their trauma and their aversion for touch, while reconnecting with the humanity that used to be denied to them. As a trainee in the military branch of the foreign nation that welcomed them, Milie's story will focus on their relationship with Huan-Yue Liang, a fellow trainee and self-proclaimed rival who sees Milie's previous training and experience as a challenge. As the two get to know each other and connect, the player will have a few choices allowing them to determine whether or not Milie is okay with touching Huan-Yue or being touched by her, in a few different contexts. Neither options will ever be presented negatively, as the choices will be about Milie's agency, rather than any "make the right decision" type of choices.

All the characters in the story will be asexual, though of course the story is centered on Milie and Huan-Yue, who will be the ones discussing and exchanging on their pretty different and opposed perspectives.


I expect a few challenges when it will come to writing this down. First of all, I don't identify as ace myself, so while I'm confident in my writing abilities, I would be more comfortable having someone who's ace taking a look at the story before I publish it for a jam centered on that very subject. If you're interested, let me know (you can message me on the Discord server if you wish), otherwise I'll probably ask around on Discord once I've finished writing the first complete draft of the game.

The second challenge that I'm slightly worried about is the amount of lore I need to introduce to explain the context that the characters inhabit, even if I try to keep it to the relevant bare minimum. Ironically, I never worried about this for my previous game, The Wolf's Shephard, where this was the opposite of a problem because its fantasy lore was very "personal" in nature, and could be introduced piece by piece to directly inform the characters' relationships. With this new project, the sci-fi lore has to mention things like the vague history of entire nations just to set-up certain scenes and basic characters introductions, and without necessarily immediate emotional pay-offs, which makes TWS's efficient approach to lore difficult to emulate. Anyway, I'll continue to think about this as I write in the following month.

Edit: ... Oh yeah, third challenge: I still haven't found a title for the game!

omg, thank you, this is the nicest thing ever, so thank you taking the time to comment. I had my doubts writing this game, so I'm glad to see it can resonate. I might do more in the future with the fantasy world I gave a glimpse of in this game, though not immediate future outside of finishing all the variations of Sue's route, as my next projects are going to be more cyberpunk oriented.

In any case, thank you again for playing!

(1 edit)

I have finished the cuddles path of Sue's route, which leaves only the sexual path left to write. Unfortunately, the definitive and more organic plan I made for it is a lot more ambitious in terms of quantity of text than I was initially expecting and I very much doubt I can finish it in time for the deadline. Even with just the cuddles path, Sue's route is already bigger than Chris', especially with the variations. So at least I don't feel too bad about my decision: I'm going to release a first version of the game with everything else but the sexual path, before focusing on finishing it, to make sure I have something to submit before the deadline.

For now, I'm going to lock out the sexual choices, spell-check everything else, rework one ending I'm not satisfied with, and as soon as this is all done, I'm releasing this first version.

I'm glad to see some interest for the concept. Hopefully the execution will deliver on expectations!

I'm a little behind schedule, partially after spending a week playing through the new Danganronpa... but I've finished Chris' route! And I'm pretty glad this is done because this is a story idea I've been wanting to write for probably a  few years now but I never found the right characters and setting for it until I came up with this game. I wrote this route with very particular ideas in mind when it comes to vampire lore, taking some inspiration from the original Bram Stoker's Dracula in terms of how vampires work, while incorporating them in a society where they are accepted, and most importantly giving a consensual "feels good" vibe and social dynamic to the bloodsucking part.

Now all that's left is Sue route, though that's the most ambitious part with all the choices (but also the most fun to create). I've written the introduction of the route and heavily reworked its plan to make the choices more organic and flexible. There's no big triple choice at the beginning anymore, instead the player choose whether to take the cuddles path or the sexual path as the scene unravels.

I finished writing the introduction and the "couch route". While the latter is definitely going to be the shortest path, I decided on a goal for this game, which will be to try to make every path rewarding and not end too quickly, regardless of the player's choices.  So this concerns the "couch route" and the "stop" paths in particular, with the latter being the biggest challenge, as I still want to offer the player some content and choices after they choose to interrupt the sex scene. We'll see how feasible this is though, let's say this is an ideal I'm aiming for.

I've also started Chris route, and I added a choice in the introduction allowing the player to set the relationship between Zakia and Sue as non-sexual entirely and from the beginning of it. This alters a few sentences down the line, and remove the choices leading to the sex scene if the corresponding option was selected.

Finally, I've removed purple links (which show up when directing to a node the player has already visited), because I find them ugly in Twine and I generally want to decide how much awareness the player is given on how they are navigating the game with my own code.  I looked up how to do this for my last game and I'm probably going to continue using it. For anyone else who wants to get rid of purple links (without changing anything else about the default appearance of links), all you have to do is to copy-paste this into the "style spreadsheet" in the menu of your Twine story.

Hello, and thanks to everybody who played and commented! I'm glad to see positive comments on the writing, considering English is not my native language and this was written in a somewhat experimental manner, I had no idea if it was going to be any fun.

(1 edit)

Here is the plan I made last month in preparation for the jam. Some nodes and links are purposefully missing for now for the sake of visual clarity.

I'm currently writing the characters introductions and how they met/got together, which comes before choosing who to spent the evening with.

Hello!

I'm making a Twine game currently planned to have the long title of The Wolf's Shepherd and the Best Part of the Vampire Kiss, where the players takes on the role of Zakia, an aromantic succubus in a poly relationship with a vampire and a werewolf, and who has to decide who to spent a fluffy evening with. The theme of the story is queerplatonic relationships reinforced by physical intimacy of various types, sexual or else.

I'm planning three short routes with very different types of content, and quantity of player agency:

-With Chris the vampire, Zakia experiences blood sucking with little to no player choices as Chris leads the dance.

-With Sue the werewolf, Zakia can either cuddle or have explicit sex (or both), with in particular the ability to control the roughness of the sex and stop at any time in a Demon Crashers-inspired fashion.

-Or finally a quick "couch route", where Zakia watches TV with both.