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

adapted trainer for 1.4c and updated the script to use UMT's CLI #3

Closed
wants to merge 9 commits into from

Conversation

yetanotherf0rked
Copy link

Run script and launch game

  • the script is in Powershell now and uses UMT CLI for a more streamlined patch
  • no major logic changes in the patch

UMT

  • UMT version is from this PR Underanalyzer compiler integration UnderminersTeam/UndertaleModTool#2056
  • we're using this one as UMT is going through changes with a new compiler/decompiler from the Underanalyzer project which had better results in patching Post Void 1.4c.
  • UMT will be using this new compiler/decompiler in future stable versions, the link should be updated accordingly

Localization

  • Trainer's strings have been hardcoded. With the new Localization feature of 1.4c, non-recognized strings are prefixed with "Unknown key:", I replaced this by a simple ">".
  • A better implementation of this would be to update the localization file accordingly.

Key changes

  • Suicide is not possible anymore using K
  • Debug Mode is disabled by default but togglable with M
  • Press N to restart level
  • Press Alt for colorimetry info
  • Press P for filling HP jauge
  • Press L to be invincible

Issues

  • Tutorial mode breaks when opening Debug Mode.

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