DDraceNetwork, a free cooperative platformer game
Go to file
2019-10-13 00:27:44 +08:00
.circleci Store artifacts from CircleCI 2019-03-19 23:36:59 +01:00
cmake Basic cmake support for videorecorder 2019-09-30 20:49:35 +08:00
data Replace browse_icons (by MiM) (fixes #1880) 2019-08-04 11:17:18 +02:00
datasrc add paused and spec to explayerflags 2019-08-02 18:16:58 +02:00
ddnet-libs@5ea046d7e7 SDL 2.0.10 2019-07-30 19:14:28 +02:00
man Suggest installation of missing man generation dependencys 2019-03-06 02:12:22 +01:00
other Basic cmake support for videorecorder 2019-09-30 20:49:35 +08:00
scripts more stuff for windows 2019-09-30 20:48:47 +08:00
src repair the problem that class selector appear when demo playing 2019-10-13 00:27:44 +08:00
.gitattributes exclude external libs from github statistics (#740) 2017-04-15 00:36:43 +02:00
.gitignore Ignore some more common files 2019-07-29 14:14:06 +02:00
.gitmodules Lazy developers 2017-07-25 23:50:50 +02:00
.travis.yml Test make install on Travis 2018-08-26 22:07:32 +02:00
appveyor.yml Run header guards check at the start of the CI script 2018-07-08 19:41:22 +02:00
autoexec_server.cfg Fix typo 2018-02-07 16:10:40 +08:00
bors.toml Update bors.toml for CircleCI2 2018-08-15 17:41:09 +02:00
CMakeLists.txt update CMakeLists to make no ffmpeg need when ffmpeg off 2019-10-03 19:01:25 +08:00
Dockerfile Add OSX support 2018-04-03 18:40:54 +03:00
license.txt Happy new year 2k19 2019-01-20 22:37:21 +01:00
README.md add two video settings: showhookcollother and showdirection 2019-10-02 13:33:55 +08:00
storage.cfg i hate this file 2011-02-15 02:29:03 +02:00

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).
  • cl_video_showhudis for whether show ingame HUD when rendering video, default is 0.
  • cl_video_showhookcollotheris for whether show other players' hook collision lines when rendering video, default is 0.
  • cl_video_showdirectionis for whether show other players' key presses when rendering video, default is 0.