Does anyone have Khaloopdxp's .html file on adding music to Harlow?
For some reason, I can't download it. The only save options I get when right-clicking it are, "Save image as . . ." and , "Save link as . . ."
View ArticleStrange beginner question.
Hi! I've messed around a bit with Twine before, and decided to do it again now that 2.1 is available. After installing it and launching it I'm faced with this, however; Yep, that's it. If I press...
View ArticleHealth bar in right side bar or in a status passage
Hey, I'm trying to add a health and a mana bar to my game. The healthbar and manabar supposed to change their lengths when the $health and $mana values change. I have a "stowable" right side bar that...
View ArticleHow to forbid an (if:) to repeat in a loop, once it has been displayed once ?
Hey again ! I'm still trying to figure out how to do stuff, and I can't find a good way to do what I want... I'm on Harlowe 2.0 and Twine 2.1.0 Alright, so here is the thing, I'm trying to do a loop...
View ArticleFake conversation using time and live ?
Hey there, it's me again. I'm trying to "simulate" a conversation. I've been trying multiple things, and discovered "Time" and "Live". So far, here I am : //Sent by// $name: "''Fuck off, why would you...
View Article[Sugarcube 2 from 2.13 to 2.14] a story format named “SugarCube 2...
Hey there, Using Twine 2.1 I tried to replace my SC2 2.13 files with the SC2 2.14 files, I tried to move SC2 to a different location, but no dice. I still get this error when trying to add SC2 2.14 as...
View Article[Snowman] story.render failing
I apologise for asking this since I know very little Javascript to work with Snowman, but I've done great advances porting my Harlowe game to Snowman. I have these two passages: ::render <%=...
View ArticleRandomized backgrounds per passage
Hello! I've been trying to add backgrounds to specific passages in a Harlowe Twine 2 project using javascript. It's fairy easy to show a random background image from a directory attached to <body...
View ArticleTwine creates an empty Applications folder in my home directory each time I...
I am not sure if this is a bug or if I did something wrong. Each time I start Twine, it creates an empty folder in my home directory. Funny enough it even sets the folder icon to be the same as the...
View ArticleBlank screen on debug/play -- how do I avoid? Sugarcube 2
Hi, I'm new to Twine (and loving it) but I am having a lot of problems intitialising the game either in debug or play mode. Most frequent problems are: On debug/play, it returns to a story screen with...
View ArticleProblem switching to Twine 2.1 on Linux
I'm trying to get Twine 2.1 running on my computer, but it's not running properly. I'm running Linux Mint 18 MATE ("Sarah"). I had no problems with Twine 2.0, and I can still run it fine. When I run...
View Article[SugarCube 2.12.1] Modifying sidebar CSS during passage transitions
Hi, I'm trying to add a mechanic to my story where the background color of the sidebar changes to reflect the time of day in the story, which passes by in real time and can be sped up and slowed down....
View ArticleHarlowe Formatting Problem
I decided to move up to Harlowe 2.0.0 since there are new macros that I wanted to use. The problem is, there is no formatting in my passages. Macros are normally pink, strings are blue, etc. Everything...
View ArticleSugarCube 2.13.0 — controlling all playing audio and making it fade out?
From the documentation I see that there's ways to play, pause, and stop audio through the group IDs, but do the other commands work for those group IDs as well? I'm trying to fadeout all playing audio...
View ArticleBackground image won't fill window(width) SugarCube 2.12.1
Using SugarCube 2.12.1, I am having trouble getting the background image to fill the window without it wrapping. The image fills height and two thirds width and then fills the rest of the right side...
View Articlecounter tecnique
I'm using Harlowe 2.00. I've tried to set a variable to 100 and then count backwards: (set: $SunCollission to it - 1) The problem is that this does not count backwards. What is a better counting...
View ArticleCan anyone see what I messed up here?
I had this working so that their was a background image with the text and links formatted and justified to the right with a small margin. Tag map is set to the passage in question twine 2.1 sugarcube...
View ArticleAm using audio macros but no audio will play? (Sugarcube 2)
I am attempting to make a looping background music track that won't restart every passage. I am using these macros in my StoryInit passage: <<cacheaudio "bgm"...
View ArticleAny progress on proofing formats?
This has been brought up before, but not fully addressed. Is there a proofing format that will allow the passage names to be selected along with the rest of the Twine? Right now, the paperthin 1.0...
View ArticleCheck if a day have past, and make a calcul.
Hi, Here is the calendar I use : Here My Question is : Is it possible with the widget above, that at the end of a day a calcul is done? something like : set $GMoney+=((random(1, 3)*$Population)/2) And...
View Article