mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
.circleci | ||
cmake | ||
data | ||
datasrc | ||
ddnet-libs@5ea046d7e7 | ||
man | ||
other | ||
scripts | ||
src | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
appveyor.yml | ||
autoexec_server.cfg | ||
bors.toml | ||
CMakeLists.txt | ||
Dockerfile | ||
license.txt | ||
README.md | ||
storage.cfg |
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
- Want to add this function supported, open CMakeLists.txt, and change
option(FFMPEG "Enable video support via ffmpeg" OFF)
'OFF' to 'ON', or use-DFFMPEG=ON
when cmake. - And then you can use command
start_video
andstop_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_showhud
is for whether show ingame HUD when rendering video, default is 0.cl_video_showchat
is for whether show chat when rendering video, default is 1.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.cl_video_sound_enable
is for whether use sound when rendering video, default is 1.