old_README_by_xepop 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. xepop@outlook.com
  2. v2.14
  3. - fixed: didn't do savepoints sometimes and instead used old one in that slot
  4. v2.11
  5. - removed output to stdout and stderr that was introduced in 2.09 accidentally
  6. v2.09
  7. - actually really finally fixed: everything in bruteforce (it still sucks though)
  8. - fixed: crash on in bruteforce dialog on linux
  9. - fixed: major savegame desyncs in some maps
  10. v2.06, 25.8.2013
  11. - really fixed bruteforce use and damage
  12. v2.03, 23.8.2013
  13. - fixed bruteforce use
  14. Key config file:
  15. %appdata% for windows users
  16. $HOME/.xdre for linux users
  17. Known issues:
  18. - trying to shutdown xdre from "doom" window will fuck everything up; don't do that!
  19. - -128 looks like acceptable value for run and strafe, however it is not. I'm just lazy
  20. Savepoints:
  21. - User: You manage everything yourself.
  22. - Start: Saves on map start automatically, should be safe to use. You can also make your own savepoints
  23. - Auto: Saves automatically every now and then
  24. Bruteforce:
  25. - separator "," | e.g 50,49,48,47,25,-50,-7
  26. - range ":" | e.g 50:0,-25:-50
  27. - strafe: left-to-right (-50:50 = sl50...sr50, 50:-50 = sr50...sl50)
  28. - run: backward-to-forward
  29. - turn: right-to-left //do not ask me why, that's just how it is