GULLET - TADS WebUI Preview (and some questions for the community)

Oh, that’s awesome, I didn’t realize, thank you!

Do you know how it differs from running WebUI .t3 with t3run.exe on Windows? I’m developing on a PC and was originally using t3run.exe -plain to test my builds, but that would launch the game within a “tadsweb.exe” window, which I think is using an old version of Internet Explorer under the hood. This wasn’t ideal, and also frequently but inconsistently resulted in the same JavaScript error described by this post: Error with WebUI - Adv3Lite 2.0

Does FrobTADS also serve WebUI .t3 files in a bundled browser, or does it expose the service to any local browser? And if it does expose the service to any local browser, is it possible to do the same thing with t3run.exe on Windows?


Also, because I realize I forgot to say this explicitly before: to get TADS working with PHP 8.0+, I had to replace the now-removed get_magic_quotes_gpc() method call on line 13 of /t3launch/inc/util.php (tads-sources/t3launch/inc/util.php at master · tajmone/tads-sources · GitHub)