Upvote Upvoted 6 Downvote Downvoted
Bug with the demo editor
posted in Q/A Help
1
#1
0 Frags +

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

https://streamable.com/qw9avg

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

https://streamable.com/qw9avg
2
#2
6 Frags +

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

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 [url=https://www.teamfortress.tv/64517/making-pre-07-25-23-work-after-the-64-bit-update]this thread [/url]

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
3
#3
6 Frags +

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"
    }
}
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.
[code]
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"
}
}
[/code]
4
#4
4 Frags +
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

[quote=junior]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.
[code]
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"
}
}
[/code][/quote]

This is much smarter do this instead of what I said
5
#5
4 Frags +

Goated asf ty

Goated asf ty
Please sign in through STEAM to post a comment.