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 TouchControlsEnabler.csx (and a script to fix alphys lab crash) #1415

Merged
merged 21 commits into from
Dec 30, 2023
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions SCRIPTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ They are relatively self-explanatory, but there are also some helpful general-pu
- `EditGMS2TileData.csx`: A temporary script to help edit tile data in GMS2 games.
- `ExternalizeAllOGGs.csx`: Script to externalize all OGG sound effects from a game.
- `FancyRoomSelect.csx`: Script to make selecting and teleporting to different rooms in a game very user-friendly.
- `FixAlphysLabCrashAndroid`: Script that fixes a crash at alphys's lab on Android devices.
mustafakhalaf-git marked this conversation as resolved.
Show resolved Hide resolved
- `ReloadDeltaruneJSON.csx`: Script to add a hotkey to Deltarune, which reloads the language JSON.
- `TouchControlsEnabler.csx`: Adds mobile touch controls to an Undertale or Deltarune data.win.
- `TTFFonts (Deltarune).csx`: Marks all fonts in Deltarune to be externally loaded. Does not handle Japanese text.
- `UndertaleWithJSONs.csx`: This script JSONifies all Undertale versions with Japanese support, 1.05+. Switch languages using F11. Reload text for curent language from JSON on command using F12. Reloading from JSON may take about 10 seconds.

Expand Down Expand Up @@ -77,14 +79,15 @@ For individual script credits, look at the source for any given script. Often, c

Here is the list of contributors as of writing:
- Agentalex9
- BenjaminUrquhart
- colinator27
- Grossley
- Kneesnap
- krzys_h
- [BenjaminUrquhart](https://github.com/BenjaminUrquhart)
- [colinator27](https://github.com/colinator27)
- [GitMuslim](https://github.com/GitMuslim)
- [Grossley](https://github.com/Grossley)
- [Kneesnap](https://github.com/Kneesnap)
- [krzys_h](https://github.com/krzys-h)
- Lassebq
- mono21400
- nik (the cat)
- [nik (the cat)](https://github.com/nkrapivin)
- samuelroy21 (among others from the DSG team)
- Yokim (Jockeholm)

Expand Down