I saved a text adventure draft as an .aslx file and then deleted it. I just realized this is not the thing to do. Is there any way I can upload the .aslx file to edit it, or is there a way to convert the .aslx file to a .quest file?
Also, I only have access to the quest online webeditor, not the full windows version.
Sadly, it's not possible to upload files to the online editor.
If the game is finished, you could convert it to a .quest file manually; but it's a little time-consuming. The process:
<include ref="SomeFilename.aslx" /><library> at the start and </library> at the end) into your ASLX file, replacing the <include line.<include lines (you can probably skip the ones with Editor in the filename, and just delete the <include>)game.aslxgame.aslx and any images or other files the game needs.zip to .quest.Oh dear. I get a 'failed to load file' error while trying to upload the new .quest file. I'm a bit confused as to what you mean when you say "and just delete the
Thanks for the detailed instructions though.