Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting back to Twine? #64

Open
DongerZone opened this issue Mar 2, 2018 · 3 comments
Open

Exporting back to Twine? #64

DongerZone opened this issue Mar 2, 2018 · 3 comments

Comments

@DongerZone
Copy link

Twine doesn't use the .twee format anymore, so I'm not able to even use the Twee export tool at all.

@fragmental
Copy link

@DongerZone I think you can use twee2 to convert twee files into the html files that twine2 understands. https://github.com/Dan-Q/twee2. But I haven't tried it.

@fragmental
Copy link

https://twinery.org/forum/discussion/2849/can-i-import-a-tw-file-into-the-twine2-gui here is another potential option.

It would be nice if yarn could export twine2 files, but I'm actually more interested in importing them.

@fragmental
Copy link

fragmental commented Sep 21, 2018

http://www.motoslave.net/tweego/ is probably the easiest solution, if you can handle a command line

Edit: I just extracted the tweego archive and then extracted the story formats into that folder. Then I opened a command line in that folder and did a command that looked like this tweego -o example_1.html example_1.twee
, to turn the twee into a Harlowe html file, which I can then open with Twine 2. However, the first time I ran the command, I was given some code :: StorySettings(you'll need both lines). I opened the file in a code editor(I used notepad++) and pasted the code at the top. In addition you will also want to add some lines that look like this:

:: StoryTitle
Untitled Story

replacing "Untitled Story" with the name of your story
and optionally

:: StoryAuthor
Anonymous

replacing "Anonymous" with the name of the author/

There are other options you can use, like changing which story format is created, which is outlined in the documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants