Skip to content

Commit 2d0025e

Browse files
committed
update readme
1 parent 7af3a3b commit 2d0025e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ Replays are always stored in memory, to load one from a file click the load butt
1212

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

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.
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).
16+
You can record with practice mode but sometimes it can still desync.
1617

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

1920
## Converter
2021

22+
The macro converted has been made into its own [website](https://matcool.github.io/gd-macro-converter/)
23+
2124
```bash
2225
# from replaybot to plain text
2326
python converter.py replaybot myreplay.replay txt myreplay.txt
@@ -26,9 +29,9 @@ python converter.py txt myreplay.txt replaybot myreplay.replay
2629
```
2730

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

3437
## Credits

0 commit comments

Comments
 (0)