An open API service indexing awesome lists of open source software.

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.

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`.