Floating-Point Arithmetic workaround and money conversion problems (Sugarcube 2)
I would like to make a little slotmachine for a bigger twine game. First I thought, this would be no problem, and wrote the code below. But there is a problem with the money. Gambling, you know... ^^...
View ArticleSugarCube 2 How to use svg?
Hello. I tried to use something like this in passage: <svg> <line x1="0" y1="0" x2="200" y2="200" stroke-width="1" stroke="rgb(0,0,0)"/> </svg> but it doesn't work. I don't see this...
View ArticleHow to avoid duplicated random values?
So my initial thread got ignored (probably due to the fact that it was erroneously posted as a 'Discussion' and not a 'Question'), and the title question here was probably badly phrased. But let's try...
View ArticleTwine 2: How to increase scale of program?
Hello. Font size (on map and in editor of passages) is too small for me. How I can make it bigger in offline Twine 2.0.11? (Except changing resolution of my desktop) Thank you.
View ArticleSugarCube 2.12.0 — "seek to X seconds" in audio macro not working, possible bug?
I think I have encountered a bug with the audio macro. I am attempting to use the code audio "Track" time 60 loop play (obviously with brackets) and it isn't beginning playback 60 seconds into the...
View ArticleHelp using recursive loop with (datanames:) and (datavalues:) to browse a...
Hello! I'm trying to use a recursive loop to make a way for the player to explore a datamap which will collect all the knowledge they've gained about the world. So, for example, I'd initialise the...
View ArticleBest to display dynamic dialog?
Hi! I'd love to display long dialogues, BUT without showing them in large chunks. Each line of text should appear one second after the other, OR after a keypress of some sort. I did manage to get...
View ArticleDeveloping for the web using Twine?
Hey guys, I have an idea for a part of a website that would use Twine in an unconventional way. I have a lot of knowledge in a specific type of computer system that people often have trouble installing...
View ArticleList of array elements as links?
Hello all, I'm trying to make a rudimentary inventory system with the Harlowe macros. I've got an array of strings and a passage that lists those strings. What I'm trying to do is make each item name...
View ArticleMaking a "Don't Move" segment in Harlowe
Basically, I want to make a segment in my game where the player has to hide from a monster. They go to their hiding place, and the monster comes up to it, suspicious. The game says "Something inside...
View ArticleTyped.js Inline typewriter effect
After finding this thread: https://twinery.org/forum/discussion/3033/is-there-a-way-to-make-text-appear-as-rpg-games I managed to get typed.js into my Harlowe twine using /u/TheMadExile 's example. I...
View ArticlePluralize widget
I'm using Sugarcube 2.12 to try to make a pluralize widget. Use cases: <<pluralize 2 "hour">> should return "2 hours" <<pluralize 1 "item">> should return "1 item"...
View ArticleHow to Make My Game Playable Online on IFDB
Hey there, I'm totally new to the IF community, so please forgive me if this question is asked a lot. I've published a Twine game on IFDB, and I wanted to know if there was a way I could make it...
View ArticleHelp using recursive loop with (datanames:) and (datavalues:) to browse a...
Hello! I'm trying to use a recursive loop to make a way for the player to explore a datamap which will collect all the knowledge they've gained about the world. So, for example, I'd initialise the...
View ArticleList of array elements as links?
Hello all, I'm trying to make a rudimentary inventory system with the Harlowe macros. I've got an array of strings and a passage that lists those strings. What I'm trying to do is make each item name...
View ArticleGoogle Sheets
Would it be possible to draw data from Google Sheets? E.g. say I have a spreadsheet that is fed by text contributions from Google Forms. Could you create a Twine story/game that displays those...
View ArticleHarlowe 2.0.0 beta
The beta for Twine 2.1.0 contains a beta for Harlowe 2.0.0, which can be enabled by selecting it in the story formats menu. (It should be default for new stories, but…?) I'd appreciate it if anyone...
View ArticleHarlowe & File Save Capacity
Hi all! I'm currently using Twine 2 and Harlowe to produce a very long game. Because the game is long and involves multiple playthroughs, I'm conscious that the current save mechanic may cause some...
View ArticleDynamic Creation of a Variable Name in Harlowe?
I'm creating Roman names at random as needed to create characters in my experimental interactive historical text Path of Honors (philome.la/gamingthepast For reasons that I've sort of forgotten, I have...
View ArticleCan't get Sugarcube 2.12 to stay installed (desktop)
My last game was made using the Sugarcube 2.11.0 format, and after 2.12 was released I added that too. As I'd finished my latest game I stopped using Twine for a while, but when I launch Twine now 2.12...
View Article