Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Jan 23, 2021
1 parent 7af3a3b commit 2d0025e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ Replays are always stored in memory, to load one from a file click the load butt

Once you have a replay in memory go to the level, press the play button and then the restart button.

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.
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 sometimes it can still desync.

Some sample replays are available on the `replays/` folder.

## Converter

The macro converted has been made into its own [website](https://matcool.github.io/gd-macro-converter/)

```bash
# from replaybot to plain text
python converter.py replaybot myreplay.replay txt myreplay.txt
Expand All @@ -26,9 +29,9 @@ python converter.py txt myreplay.txt replaybot myreplay.replay
```

## TODO
- wasureta replay in `replays/` can randomly die at 26%, maybe the x pos gets unaligned? (i blame robtop)
- some replays converted from zbot have broken duals (i blame fig)
- support unicode save paths
- (?) 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))
- (?) make it more consistent

## Credits
Expand Down

0 comments on commit 2d0025e

Please sign in to comment.