Sent you a DM to avoid spamming the thread, I can help more there if you want.
Hey all. I think this may have been brought up a long time ago, but is there a way to collapse/hide code in CSIDE? It would be particularly handy for a lot of the areas where you branch the path, then bring it back in.
Yes, any blocks of code that are inside of something like *choice or *if will have a little arrow next it on the left. You can click on that to collapse it
Whatās version are you using? Windows/Mac/browser? Whatās the version number? I donāt see any settings that would do that in particular
v 1.0.1 on Windows.
Oh thatās probably why! Open your settings and scroll all the way down. Your update settings are probably on none. Change that to either Stable or Development and youāll get them. Iām on 1.4.4 on this computer
Itās on Stable, but I keep getting some error message, which I think is it trying to update, which looks like it might be an ongoing problem from posts up above.
I suppose for now, Iāll have to muscle through the old-fashioned way. Still a damn-sight nicer than working in Notepad++.
This is probably an @CJW question then. Hope you can get it resolved! Have you tried reinstalling it?
Thanks for the tag @WallyWorld.
@Raven_de_Hart if itās the issue thatās abound in this thread, Iāve added you to a DM with a workaround.
I believe I have been dealing with the same update issues.
DMād.
I need your help on this one.
How do I export my game files in the ChoiceScript IDE? Iāve tried clicking the Export button in the menu, but it doesnāt seem to work. Is there another way to download my files, or could you guide me through the proper steps to export my project successfully? Iāve learned some of the basics of ChoiceScript, but Iām struggling to understand how to export my files from the IDE. Despite my efforts, I canāt seem to figure it out. I know some will say āHow did you end up in this situation? The reason is simple: I want to test my game on CoGdemo. To do that, I need to upload my files, but Iām stuck because I donāt know how to export my work from the ChoiceScript IDE to CoGdemo.ā
any help is appreciated
Do you know where your project folder is? Just go there and snatch the txt files.
To build on LiliArchās answer, CSIDE just writes text files it doesnāt have any special format you need to export. To find your projectās txt files just right-click the project header file on the file explorer to the left and select āopen folder/in file explorerā or similar (I forget the exact wording!).
Whatās the workaround to update?
Iāve DMed you the guide.
Hey CJW ā for years Iāve only used the built-in QT and RT in CSIDE to bugtest. But when I was just testing some revised XoR1 files, I got a persistent QT error suggesting that one of my variables was āNot a number: NaNā.
After trying and failing to find the bug, I did the step-by-step recommended on the CoG site: downloaded Node.js, downloaded the latest CS from GitHub, and ran QT from the .bat file. There, it passed with no problems.
So I donāt have a problem any more⦠but itās possible that somethingās up with CSIDE and QT?