I’m updating previously published code in which *text_image worked. Now when I run Quicktest and select the correct directory, I receive an error.
Error: chapter5 line 241: File does not exist: chapter5.png
My code looks like this: *text_image chapter5.png center CHAPTER FIVE—Escape Into Apocalypse
Like I said, this worked before when this was published, and I haven’t changed anything related to images. In fact when I comment this, all images produce an error.
I have searched for a fix on these forums and can’t find anything, and I read about the recent firefox changes.
I downloaded the last version and my text image works both in-text in Dashingdon too. But i have a old version of Firefox in my Pc so i don’t know if that is a factor. With a modern firefox i have errors all over the place
Usually that indicates the headers haven’t been saved in /mygame. You sure you’ve got them saved there and are running QT in the right CS package with them saved in it?
And does it work with all Choicescript.? Because I myself to avoid problems have version in both old and new. I have problems with new that i haven’t with older
Sigh. I’m not sure why this is happening, and unfortunately Dan is out this week. Things have been messed up since the Firefox upgrade last week and we are working on it. Beg your patience; pardon our dust. Things may be messed up for a few days more.
It is not anyone here fault. So I think that everyone will be patient with Cog I thankfully work well with old versions for me. So far I am cross fingers.
The latest version of ChoiceScript on GitHub can quicktest images again. Like randomtest, quicktest now requires you to “upload” the entire ChoiceScript folder, not just the scenes folder, because the images don’t live in the scenes folder; they live one folder up from there.
You’re describing two different problems. You say that you can’t get the editor to work “or anything else.”
The editor hasn’t been updated in years; I didn’t know people still used it! CSIDE and Chronicler are much more popular at this point. If you really want to use the editor, you can jump through some hoops to get it to work using the new node serve command I built last night. If you run node serve and then replace web/mygame/index.html in your browser with editor.html, it will work in the very latest ChoiceScript from a few minutes ago.
(I notice that your screenshot shows that you’re using version 1cfa72f which is from July 17. You’ll want the very latest version.)
As for “anything else,” in the version you have, the game itself should open and display images if you open index.html, QuickTest should work if you open quicktest.html, RandomTest should work if you open randomtest.html, and game compiling should work if you open compile.html. If you’re having trouble with anything except the editor, I’d need more detail about the problem.
Ok…take it slow with me I’m really behind on the tech having basically been writing away in my little hermit hole over here. How does one “run” something? I realize this is probably a reeeeeeaaaalllly dumb question but as said I’m really behind.
That being said, I also have no idea what CSIDE or Chronicler are.