https://github.com/lucascorpion/spelunky-2-tas
Spelunky 2 tool-assisted speedrun scripts.
https://github.com/lucascorpion/spelunky-2-tas
scripts speedrun spelunky-2 tool-assisted-speedrun
Last synced: 7 months ago
JSON representation
Spelunky 2 tool-assisted speedrun scripts.
- Host: GitHub
- URL: https://github.com/lucascorpion/spelunky-2-tas
- Owner: LucaScorpion
- Created: 2021-04-05T12:53:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-03T18:26:34.000Z (over 4 years ago)
- Last Synced: 2025-02-19T13:03:20.841Z (8 months ago)
- Topics: scripts, speedrun, spelunky-2, tool-assisted-speedrun
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spelunky 2 Tool-Assisted Speedrun Scripts
Tool-assisted speedrun scripts for Spelunky 2. The scripts are made for keyScripter, for more info check out the [keyScripter](https://github.com/LucaScorpion/keyScripter) repository.
## Seeds
- 5022ABE9 (1-2 shop teleporter)
- 4F5D8768 (1-1 crate plasma cannon, 1-2 shop telepack)## Recording Input
You can use the [keyRecorder](https://github.com/LucaScorpion/keyRecorder) tool to record your own input while playing the game. To use this in a script, run the `replace.sh` script to replace all virtual key codes with their appropriate scan codes, like so:
```shell
./replace.sh "input.txt"
```This will create a backup of the original file at `input.txt.old`.