Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

When I look, at my chapbook.html I have:

```

It looks like it needs a relatively small edit to the output file putting `options="debug"` in the `<tw-storydata>` seems to do it.
```

as the explanation so you would put the attribute `options="debug"` in the <tw-storydata> element.  It's a bit of a manual fix, but it probably can be automated somewhat.  There probably already is an options attribute.  So just add the debug option.

Hey, folks. Sorry for the long silence. I ended up not needing Tee-Wee myself after all, so kinda set it aside. Been working on another thing, but once it's released I hope to pick up this baby again and give it a bit of a refresh, including access to the options field in metadata. Thanks for the patience!

(+1)

It works well as is.  While there are maybe some "feature request" things, it seems to not have any actual bugs at this point.

(1 edit)

That's great news! I'll stick to making small changes then. Let me know what else you need.

Edit: by the way, I had another complaint about the looks. Should I give Tee-Wee a facelift? It would be a bit of work, but it probably can't break anything.

(+1)

I think that it could use a facelift, but I'm more for functionality than looking good.  So, if it's mostly a re-skinning?  Sure, but if it would require looking at how you're accomplishing certain functions, wait until you have some serious time to focus on it.

Thanks for your reply! I'm not actually using Tee-Wee, but VS Code. That said, I was able to ask in the Twine discord and found out that there's a command line option for Tweego (the command line twee file compiler) that is "-t" (for "test") and that worked!

Your comment, even though it's specific to Tee-Wee, got me on the hunt for being able to use something other than Twine itself to see the debugging Backstage sidebar when testing my Chapbook game, so thanks again...

What I was doing probably would work for the Tweego compiler as well.  But throwing a flag on your compile is *way* easier.