Can anyone help customise my game or point me to someone who can (for cash?)
So I've just finished writing my 61,000 word game using Twine 2.0 Harlowe. I've managed to toss in a number of gaming elements thanks to the brilliant greyelf, but there is a LOT that remains in terms...
View ArticleProblem with widget in SC 2.6.2
Good evening! I am working with Twine 2.0.11 using SugarCube 2.6.2. I am having trouble with a widget I wrote. The widget should compare user inputs with given variables and dynamically link to the...
View ArticleMusic loop (Harlowe) ?
Anyone know how to get a MP3 to loop? Right now it is: <audio src = "audio/Rise of the Empire.mp3" autoplay=1&loop=1> It still plays but doesn't repeat, is there a repeat functionality within...
View ArticleHarlowe - font size for text inside passage
Hi all, Another 101 question from me: how do I define the font size of just part of text within a passage? I know we have a way to set a specific font: (font:"Skia")[And what have we here?] But what is...
View Article[SugarCube 1] Massive slowdown and increase in page loading times.
Greetings I was working on a game in Twine, and my goal is a very, very big one, with hundreds of thousands of text alone. I was worried twine/html format of the game might not handle it, and just now...
View ArticleSMS gateway integration?
Are there any projects out there deploying integration with an SMS gateway system (twilio, etc.)?
View ArticleIs there an easy way to remove links after you click them?
Basically I'm trying to create a scene where you explore an apartment by looking in each room and while in each room get the option to look closer to at objects of interests before continuing...
View Article[Sugarcube, Twine 2x] Random conversations, Conversations and the perameter.
Greetings, So I'm trying to create a system which calls on randomly selected, predetermined dialogue. The current system rolls a 1 - 22, and for the number that is true, the corresponding message...
View ArticleRandom Generator
I'm testing out code to see if once the player enters this passage I can send the player to a random passage without their choosing. I'm using Harlowe and below is the code I'm trying to use. My...
View ArticleMultiple variable dependant widgets
So in my little game the player can choose between being a man or a woman and a couple different races. I would like to have a couple different widgets that are dependant on whether you are a man or a...
View Article[SugarCube 1] Pre-existing array that, if updated, doesn't change if an old...
Greetings Situation I'm considering is this. I have an array of 100 items, which holds all the details - ID of an item, name, and whatever details I require. This is, say, in 1.0 version of the game....
View ArticleCreating a "return to game from inventory" button in Harlowe.
I'm having issues dealing with working in inventory and then returning to wherever the player was before entering the inventory management screen. The way the inventory is set up is like so: there are...
View Article[Sugarcube] Quotation marks, or 'Speech marks'/Apostrophes not showing In...
Here's something that's been on my mind for a while, but has more recently come forward as a more.. Threatening issue. I have just done a test to confirm the validity of this error: [['Quotation mark...
View ArticleTwine 2.0 + Harlow+ Speach?
I am sure that I have seen this somewhere, but I and confused why I cant find the information. How would I go about setting up speech bubble to separate each persons responses. Can someone point me to...
View ArticleImage background vs regular ol' image insert
How do I make: <img src= "c:\users\dideditor\desktop\background.jpg"> Into a permanent background for my game??? If I add the above to my CSS I get a big fail and I've messed around for an hour...
View ArticleHow to add additional JS scripts to Harlowe…
Hi, I’ve been wondering this for a while… How can we add additional JS scripts (like jQuery plugins) to Harlowe by linking to them? I have tried the jQuery method: $(function () {...
View ArticleUsing Sidebar in Harlowe Twine 2 like in Twine 1 sugarcube games and other...
Hey Twine friends! I have a few questions regarding the appearance in harlowe 1.2.2! I want to use the space that is left on the left and right in my twine story to display stats like health and make...
View ArticleCollapsible Text in SC 2.0
Hello! I would like to know if there is a way to create collapsible text that is shown/hidden when you click on a word in the passage that is linked. I am trying to add optional insight to different...
View Articleseamless transition from video to next passage
Hi, Im currently building my first twine mini game using twine2 and harlowe. My intention is to include small videos that I'm producing in between the different passages. In order though for the...
View ArticleMaking a choice/link add to a stat value?
Hello, I've been trying to figure out how to add to the numbers I've set for variables. For example, say we have a diligence stat of 5. And by clicking on a choice within the story, it could influence...
View Article