Skip to content

Commit ef5692b

Browse files
committed
sample replays
1 parent 46e76fe commit ef5692b

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ Demo Video:
66

77
<a href="https://youtu.be/3fcRO_AswyU" target="_blank"><img src="https://i.ytimg.com/vi/3fcRO_AswyU/maxresdefault.jpg" width="640" height="360" /></a>
88

9+
## Usage
10+
11+
Replays are always stored in memory, to load one from a file click the load button.
12+
13+
Once you have a replay in memory go to the level, press the play button and then the restart button.
14+
15+
To record a replay press the record button and restart the level. Recordings use the default fps, to change it type `fps (number)` into the console (you can't change the fps while recording). You can record with practice mode but ship and ufo can desync very easily.
16+
17+
Some sample replays are available on the `replays/` folder.
18+
19+
*For the wasureta replay you'll need to type `2phackfix` into the console*
20+
21+
## Converter
22+
23+
```bash
24+
# from replaybot to plain text
25+
python converter.py myreplay.replay txt myreplay.txt
26+
# txt back to replaybot
27+
python converter.py myreplay.txt replaybot myreplay.replay
28+
```
29+
930
## TODO
1031
- support unicode save paths
1132
- (?) fix the practice mode inconsistencies (holding between attempts doesn't get added to actions, fix ship and ufo momentum not getting properly saved (idk how to do this))

replays/vsc.replay

898 Bytes
Binary file not shown.

replays/wasureta.replay

2.89 KB
Binary file not shown.

0 commit comments

Comments
 (0)