When I do so, the scenes load and I can edit them.
Alas, when I try to run the game, it says failed to fetch. and it does not run.
When I do so, the scenes load and I can edit them.
Alas, when I try to run the game, it says failed to fetch. and it does not run.
Hello again, I finally had a moment to check on this today and can confirm Iām seeing the same issue. It looks like something has changed on Dropboxās side. Unfortunately Iām not seeing an immediate/easy fix (Iāll look into but I canāt give a timeline at this stage).
Iāve had a chance to look into this today. Unfortunately it looks like Dropbox have implemented rate-limiting on their API. Annoyingly, their SDK doesnāt seem very good at reporting back in this instance, so I canāt react to it. Best fix I can think to do in the interim is to artificially slow everything down - this seems to work, but itās a rather disappointing outcome.
Iāll see if I can get this āfixā implemented over the weekend.
Thank you, @CJW . You are number one indeed
Iāve just pushed a fix for this. As mentioned above, you will unfortunately see a degradation in speed, but the app should be functional again. I canāt promise Iāve caught every case, so please let me know what action you were performing should you see any further issues.
Thank you very much for your efforts @CJW . I really appreciate them.
Hi there! Things seem to work fine. The only ācuriousā thing I noticed is that the title āMy First ChoiceScript Gameā remains there, even if I entered a different title for my game.
Hmm, I donāt think that would be related to the changes I made. Was it working before?
I was just playing around with things and noticed that as well!
I am sure that now it shows this glitch. Iām sorry, but I donāt know how long before this happened.
Another thing I just noticed is that when an error occurs, CSIDE online now behaves differently than before.
Before now, every error was reported in a āredā window that disappeared shortly but remained in a LOG that I could read by accessing the ā!ā triangular button.
When an error occurs now, a WHITE window describes it. I must remember and jot down what it says because when the white window goes away, there is no trace of that error in the LOG anymore.
Thank you again for all the hard work, @CJW
Some screenshots of this would be helpful
Here they are.
This is the EMPTY log. Usually, I would find the same error here until I decide that the error is āsolved.ā
I hope this helps. Alas, I cannot provide screenshots of the situation BEFORE this.
Hi, is there plan to add more functionality ?
Did you have something specific in mind? I canāt say Iām actively working on anything new at this moment in time.
The tile visual like in " Chronicler ", to see were the story one and were are the possible error and miss in our writing.
Is it possible to use quicktest/randomtest inside the IDE while using implicit_control_flow? Right now I get this error:
RANDOMTEST FAILED: Error: chapter1 line 154: It is illegal to fall in to an *else statement; you must *goto or *finish before the end of the indented block.
However, when I test my files myself using the index.html file it works perfectly fine. AFAIK this error is solved by adding *create implicit_control_flow true to the startup file, which I did. Iām guessing this has some basic solution but I didnāt find it in the forum.
Thanks for any help! Sorry for the noob-ish question!
edit: hereās the line just in case:
You'd met Sen too. There'd been an awkward interaction,
*if (sen_gender = "man")
after which he'd grunted a syllable at you before leaving.
*else
after which she'd mumbled something and left.
You'd figured out it was ${s_hisher} name,
The tests in CSIDE shouldnāt work any differently to tests outside of CSIDE. If you can confirm running randomtest.js outside of CSIDE passes, Iāll consider it a bug and take a look.
Otherwise Iām not sure why youād be seeing this behaviour.
Just wanted to thank you for putting so much work into this tool. Iāve been having some problems with my beloved laptop, which is sad, and has stalled my progress a bit, but being able to use the web version again will help me immensely. Appreciate it.
Newly contracted Choice of Games writer here, deeply grateful that this tool exists! Thank you for all the hard work that went into it.
Iām having whatās almost certainly a total noob issue, but one I know Iām not alone in. For things to preview with the correct spacing in CSIDE, Iāve had to put two *line_breaks to get typical blank-line-between-paragraphs spacing. When I got feedback from my editor on my first chapter, she asked me not to do that, to just insert a blank line and it should space correctly. But⦠it doesnāt. She said theyāve ābeen seeing an increase in the double *line_break construction recentlyā and asked if it was a CSIDE thing, so Iām sure others are having this issue too. Am I doing something wrong? Is there a setting I missed?
Thanks, all!
Welcome MK! Can you post a sample of the code thatās not showing proper spacing? If you select it and click the āpreformatted textā button above (</>) it should keep the spacing rather than being reformatted as a forum post by Discourseā¦
Edit: when you really need to force a paragraph break, thereās an alternative using *comment
that I describe here. But it would be good to see whatās causing the issue with a regular double enter.