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 RequireDependency Command #70

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

LozenChen
Copy link
Contributor

this command checks if the dependency is loaded. If not, the game will goto the mod options menu

@LozenChen
Copy link
Contributor Author

it may happen that SPACE or Comma appears in mod name, so maybe we need to use some escape characters

@psyGamer
Copy link
Member

String arguments in commands was implemented a bit hacky by me. Properly parsing the string by maybe requiring "" around it could make sense.
Afaik no TAS should really depend on setting a string, so a breaking change should be fine.

@psyGamer
Copy link
Member

Hmm yeah I kinda like this idea. But I think it should simply abort the TAS like Assert does. But it would be really cool to have an "Install Dependencies" like screen pop-up where you have the option to automatically install/enable the required mods.
Additionally, this PR needs to be retargetet to the latest master. Note that I would recommend waiting a bit with doing since I'm still planning on refactoring some things related to commands. Will comment once I think it should be stable enough.

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.

2 participants