Very nice but................
Scorpion
29 May 2012, 18:30I may have missed something with Q5.xx but I can't find a way to produce a stand-alone runnable game as in Q4. It seems only possible to play the game in the editor, which is why I've switched back to Q4.15. 

Alex
29 May 2012, 18:45Yes there's no stand-alone EXE maker for Quest 5. I haven't bothered to implement one as frankly Windows-only desktop applications are on their way out - most people play Quest games via their web browser these days, and Quest 5 very much makes that the focus with hyperlinks, embeddable videos etc.
Scorpion
29 May 2012, 19:02Is it possible then to create the html files and upload to my own webspace to play online or only through textadventures.co.uk?
Alex
29 May 2012, 19:09You can upload to textadventures.co.uk and then embed the player in your webpage using an IFRAME like this:
<iframe src="http://play.textadventures.co.uk/v5/Play.aspx?id=55" width="1000px" height="600px"></iframe>
Scorpion
29 May 2012, 19:22Thanks Alex, most helpful. 

sgreig
30 May 2012, 04:13It's also possible to install the webplayer onto your own server, but it requires a windows server with ASP.NET which is fairly uncommon with most shared hosting providers. But I just thought I'd mention it.