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

Can't use Harlow 2.1.0 syntax #36

Open
DaceKonn opened this issue Jan 13, 2018 · 3 comments
Open

Can't use Harlow 2.1.0 syntax #36

DaceKonn opened this issue Jan 13, 2018 · 3 comments

Comments

@DaceKonn
Copy link

Can't use Harlow 2.1.0 syntax

Using Harlowe 2.1.0 (or possibly 2.0) syntax returns errors

@jusw85
Copy link

jusw85 commented Apr 21, 2018

Are you using the gem install method? Just tried to download and use it, seems like the ruby gem is outdated.
Install directly from repo instead:

git clone https://github.com/Dan-Q/twee2
gem build twee2.gemspec
gem install twee2-0.5.0.gem

In the tw2 file, use Harlowe2 instead of Harlowe.

::Twee2Settings[twee2]
Twee2::build_config.story_ifid = '78c3554d-26c6-4672-86fd-bce32671a407'
# Twee2::build_config.story_format = 'SugarCube2'
Twee2::build_config.story_format = 'Harlowe2'
@story_start_name = 'main'

@FictitiousFrode
Copy link

FictitiousFrode commented Apr 21, 2018

The syntax for installing the gem is slightly off and should be just:

gem install twee2-0.5.0.gem

@jusw85
Copy link

jusw85 commented Apr 21, 2018

The syntax for installing the gem is slightly off and should be just:

gem install twee2-0.5.0.gem

Yup you're absolutely right, will update my previous comment accordingly, thanks!

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

No branches or pull requests

3 participants