2017-07-22 12:24:45 +00:00
[![DDraceNetwork ](https://ddnet.tw/ddnet-small.png )](https://ddnet.tw) [![CircleCI Build Status ](https://circleci.com/gh/ddnet/ddnet/tree/master.png )](https://circleci.com/gh/ddnet/ddnet) [![Travis CI Build Status ](https://travis-ci.org/ddnet/ddnet.svg?branch=master )](https://travis-ci.org/ddnet/ddnet) [![AppVeyor Build Status ](https://ci.appveyor.com/api/projects/status/foeer8wbynqaqqho?svg=true )](https://ci.appveyor.com/project/def-/ddnet)
2016-05-03 19:25:24 +00:00
Our own flavor of DDRace, a Teeworlds mod. See the [website ](https://ddnet.tw ) for more information.
2014-08-25 21:45:59 +00:00
2017-07-22 12:30:43 +00:00
Development discussions happen on #ddnet on Quakenet ([Webchat](http://webchat.quakenet.org/?channels=ddnet& uio=d4)) or on [Discord in the developer channel ](https://discord.gg/xsEd9xu ).
2015-07-22 20:40:51 +00:00
2016-05-03 19:25:24 +00:00
You can get binary releases on the [DDNet website ](https://ddnet.tw/downloads/ ).
2015-07-22 20:49:20 +00:00
2019-09-27 07:37:05 +00:00
For ddnet origin client, please visit https://github.com/ddnet/ddnet
2017-07-20 21:26:49 +00:00
2019-09-27 07:37:05 +00:00
## This is a modified which can convert .demo file to mp4 file
2017-07-20 21:26:49 +00:00
2019-01-14 10:44:36 +00:00
[![Repository status ](https://repology.org/badge/vertical-allrepos/ddnet.svg?header= )](https://repology.org/metapackage/ddnet/versions)
2019-09-27 07:37:05 +00:00
=======
- 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).
2019-10-02 05:33:55 +00:00
- `cl_video_showhud` is for whether show ingame HUD when rendering video, default is 0.
- `cl_video_showhookcollother` is for whether show other players' hook collision lines when rendering video, default is 0.
- `cl_video_showdirection` is for whether show other players' key presses when rendering video, default is 0.