ddnet/README.md
2019-09-30 20:54:42 +08:00

1.5 KiB

DDraceNetwork CircleCI Build Status Travis CI Build Status AppVeyor Build Status

Our own flavor of DDRace, a Teeworlds mod. See the website for more information.

Development discussions happen on #ddnet on Quakenet (Webchat) or on Discord in the developer channel.

You can get binary releases on the DDNet website.

For ddnet origin client, please visit https://github.com/ddnet/ddnet

This is a modified which can convert .demo file to mp4 file

Repository status

  • Want to add this function supported, open CMakeLists.txt, and change option(FFMPEG "Enable video support via ffmpeg" OFF) 'OFF' to 'ON'.
  • And then you can use command start_video and stop_video to start and stop conversion from demo to mp4.
  • cl_video_recorder_fps to change video fps.
  • or you can use Record button in demo menu, it will render the whole demo (you can stop recording by disconnect).