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

Simplified weapon system and created first version of tutorial. #61

Merged
merged 1 commit into from
Sep 11, 2018

Conversation

viking-sudo-rm
Copy link
Member

@viking-sudo-rm viking-sudo-rm commented Sep 10, 2018

The interface for spellcasting was refactored so that each item implements onCast(CastEvent). The CastEvent that is passed to this function is the same one that is used as an argument for evaluating semantic nodes. This allows the second person object to be a null entity at the cast position for spell casting.

Motivated by these changes, Open was changed to be an intransitive verb that attempts to open doors at the position of the second person object. This makes it behavior more intuitive, and is also useful so that we can have a non-compositional spell in the first puzzle of the tutorial.

Finally, the old incompatible worlds were removed and a new worlds/tutorial folder was added. This tutorial has a puzzle where the player opens a door using wpi and a papyrus.

Progress on #58.
Progress on #49.
Fixes #60.

@viking-sudo-rm viking-sudo-rm merged commit 2ae188c into master Sep 11, 2018
@viking-sudo-rm viking-sudo-rm deleted the new_tutorial branch September 11, 2018 03:35
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

Successfully merging this pull request may close these issues.

1 participant