WatchNon-threaded

Forums » Advanced Editor Forum » Read Thread

Talk about it. Ask for help on it. Compliment it.

Tools for writing CYOAs to be uploaded online

15 days ago


I still have an unfinished storygame on here that's worth salvaging, but I gave up because I couldn't figure out how to use some Javascript.

I'm not actually asking for help with that, though. I was wondering those of you more in the loop with webdev stuff than me (which isn't hard) know how best to approach getting this story I started here onto my own website using an intermediate software.

I don't have time to learn HTML, CSS, and JS to a level where I can build this all from scratch anymore, although I know I'll have to learn some down the line.

Essentially, I want something to do the heavy lifting that CYS does to some extent by creating links and pages for me, which I can edit the script of to produce different results based on tracked variables, which can then be exported as my own website once finished. It should be able to support an inventory system as well as allow me to create slightly more gamey mechanics like a fishing system based off of variables (e.g. Strength and Luck), which I already created in CYS.

Things like Twine aren't gonna cut it from my preliminary research. I've taken note of Ink/Inkly and it looks like a good shout if anyone has experience using this for CYOAs? Else, if anyone has any other or better suggestions, I'm all ears.

Thanks!

Tools for writing CYOAs to be uploaded online

15 days ago
Can't really help you, but I have passed this on to see if any of the techy people have any ideas, maybe one of the more European ones will be around.

Something like Inform is all I can think of, it's for parser IF but any of those should handle CYOAs if you treat new locations like pages.

Tools for writing CYOAs to be uploaded online

14 days ago
Thanks Mizal I appreciate it and I'll look into Inform.

Tools for writing CYOAs to be uploaded online

14 days ago

Honestly I recommend going the hard way and learning HTML/CSS/JS. I self-taught with some courses over winter break and am still a beginner, but already coded something with links and items into JS. It probably wouldn't take you any longer to learn than any other coding system, and it's probably much more flexible.

I could send you links to the courses I used, but they might be behind a paywall (I got them free with my student email).

Short of that, the CYS editor can do practically anything, it just takes a lot of repetitiveness that you might be able to avoid with other formats. What you want to do can probably be done with the CYS editor.

Tools for writing CYOAs to be uploaded online

14 days ago
Could you send those links to me as well? Or just post them in the thread?

Tools for writing CYOAs to be uploaded online

14 days ago

Click here for javascript course

For the technically illiterate like me who don't already know HTML and CSS, here are your links.

The video format is annoying, but you can scroll down for a transcript. Again, not sure what access is like for non-students but I'm sure there's some other free resources on the web.

Tools for writing CYOAs to be uploaded online

13 days ago
Well, I will have to at least to some extent, even if it takes me a while. I'm also a student for a short time yet so may be able to access them. E: just seen you've posted the links above, thanks!

I can do it all in CYS and have done loads of things I'm really happy with in CYS, but it's gotten to the point now where it's large enough and I have invested and still plan to invest so much effort into it that I'd like it to be somewhere I can call entirely my own, even if I care about monetising it or anything.

Tools for writing CYOAs to be uploaded online

10 days ago
If anyone else has this question for the future, Inkle studios' scripting language Ink is exactly what I was looking for from what I can tell and it's worth checking out.

The language is as easy or complex as you want it to be and you can upload your stuff onto the web, or even create 2D/3D games around your text story by porting it into other software like Unity. It also has a few features the AE doesn't have like loops (although I think Brad might have implemented this now in CYS Sugar; I'm not sure I haven't been active for a year or two).

Happy writing!