yo I think after a recent update, tf2's demo editor got slightly broken. It doesn't allow me to make new playback commands. If someone knows a fix, that'd be cool
ex what I am talking about
yo I think after a recent update, tf2's demo editor got slightly broken. It doesn't allow me to make new playback commands. If someone knows a fix, that'd be cool
ex what I am talking about
hello my friend umlpst i have a fix that SUCKS
revert to the pre_07_25_23_demos build and then make it actually open with the info in this thread
and then load the demo which probably wont actually work if its from after that build BUT you can still use the demo editor to add your playcommands and then you switch back to the regular build of tf2 and you'll be able to freely edit them to do what u want
You can also create VDM files (what the demo editor does) yourself. Save this as DEMONAME.vdm next to your DEMONAME.dem and edit it to do what you want.
demoactions
{
1
{
factory "PlayCommands"
name "start recording"
starttick "1234"
commands "host_framerate 60; startmovie frag"
}
2
{
factory "PlayCommands"
name "stop recording"
starttick "4321"
commands "endmovie; host_framerate 0"
}
}
juniorYou can also create VDM files (what the demo editor does) yourself. Save this as DEMONAME.vdm next to your DEMONAME.dem and edit it to do what you want.demoactions { 1 { factory "PlayCommands" name "start recording" starttick "1234" commands "host_framerate 60; startmovie frag" } 2 { factory "PlayCommands" name "stop recording" starttick "4321" commands "endmovie; host_framerate 0" } }
This is much smarter do this instead of what I said