Open byronpendason opened 3 months ago
The format.json
file I downloaded is the one from the V3.0
branch.
Looking at the file source, it is full of webpack build errors, so I don't think it's a valid build
@byronpendason Yeah, sorry about that. It's not a valid build unless it is part of Twine or release. The issue is part of the JSON properties, which was based on an older unofficial format used by Harlowe. Tweego, and my own Extwee, have hard-coded rules to ignore certain parts of older Harlowe builds to fix this issue. I have not updated Snowman to use a newer fix nor let TME, the maintainer of Tweego, know Snowman might use the older properties.
@david-donachie Correct. It's not a valid build.
@byronpendason Yeah, sorry about that. It's not a valid build unless it is part of Twine or release. The issue is part of the JSON properties, which was based on an older unofficial format used by Harlowe. Tweego, and my own Extwee, have hard-coded rules to ignore certain parts of older Harlowe builds to fix this issue. I have not updated Snowman to use a newer fix nor let TME, the maintainer of Tweego, know Snowman might use the older properties.
@david-donachie Correct. It's not a valid build.
Gotcha. I was hoping to test out the Snowman v3, but if I can't I can't. Lol.
Any guesstimates on Snowman 3's ETA?
@byronpendason I don't have an exact date or window at the moment. My strong hope is to return to Twine-related things over the next few weeks and slowly spin things back up. Hopefully, by the end of the year.
I downloaded the snowman 3
format.js
from https://github.com/videlais/snowman/blob/7010a39cc16b8eab49e46eb0fe850cb12f900591/dist/format.js using wget into my~/.storyformats/snowman-3/
using wget. Then I enteredtweego --list-formats
and got the following output:Wasn't sure this was a tweego issue or a Snowman one until I tried to use format.js in another third party twine app (Tweezel) and got an error (a unhelpful "something went wrong" type of error).