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

Add "play latest voice line" functionality / Quicksave #81

Open
drojf opened this issue Dec 7, 2020 · 0 comments
Open

Add "play latest voice line" functionality / Quicksave #81

drojf opened this issue Dec 7, 2020 · 0 comments

Comments

@drojf
Copy link
Contributor

drojf commented Dec 7, 2020

We had a report that you couldn't change language on the answer arcs in ADV mode. We don't plan to add support for Japanese language back in, but toggling language is useful for playing back the last voice line

Looking at 1c9d4ad, I think that we can make the TAB key play the last voice line/make a quicksave by just calling savegame 15 : loadgame 15

To add quicksave functionality, we just need some way to load the save in slot 15 (and make sure it isn't accidentally overwritten at other times during the game.

Note that this will also help us with this issue about autosaving during the eyecatch, as we can do the same savegame 15 : loadgame 15 during the eyecatch to make a quicksave.

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

1 participant