Hey,
I recently converted my standalone WIP to a web based WIP. I’m running frobtads and a websession in VSCode. So after I run t3make -a, I run the below command which produces a link I can command click on to run the game in a browser.
frob -i plain -k utf8 -N 44 impossibleWeb.t3
connectWebUI:http://localhost:49367/?TADS_session=6b166e4e-2296-baa6-9c5ca70dc590-ec4c
The only issue I am having so far is that when I try to restore a save file, it fails.
>restore
Failed: The file you selected is too large to upload.
The file is 2MB. I’m certain there is a setting I need to change but for the life of me, I can’t find what it is or where to change it.
Thank you in advance!