Results 1 to 10 of 10

Thread: CoD Demo - How did they do that?

  1. #1
    Sergeant serthy's Avatar
    Join Date
    Nov 2012
    Posts
    450
    Thanks
    96
    Thanked 296 Times in 188 Posts

    CoD Demo - How did they do that?

    Hey, I just stumbled upon this: https://www.youtube.com/watch?v=rZ1DmT-Qaic
    and at 1:40 there is a zoom in to another player. How did they do that, as I'm not able to change players or go spectating in demos?
    Any ideas?
    This might be a remake etc and blended in, but I saw alot similar recently. Maybe I find some more examples

    Here: https://www.youtube.com/watch?v=6GF1d8glgFg alot of times its kind of zoomed out to other players (at least it seemed so)
    Last edited by serthy; 18th June 2015 at 08:23.

  2. #2
    Corporal guiismiti's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    244
    Thanks
    121
    Thanked 42 Times in 31 Posts
    they must have used a different mod to play the demo
    set logfile 2

  3. #3
    Sergeant serthy's Avatar
    Join Date
    Nov 2012
    Posts
    450
    Thanks
    96
    Thanked 296 Times in 188 Posts
    Is there a way to hide Huds on demos?
    I mean huds that are created by newHudItem() and its fellows,
    but be still able to see the hiticon and killfeed
    (so cg_draw2D does NOT work as it hides everything..)

  4. #4
    Corporal guiismiti's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    244
    Thanks
    121
    Thanked 42 Times in 31 Posts
    I'm not quite sure if I did this for my last video, but, I was recording the gunship from the shooter's position and from a spectator position at the same time.
    When I played the spectator demo to record the video, I tried to set draw2D to 0 when a player joined the spectators team, and it didn't work.
    You should test it, cause, like I said, I'm not quite sure if I did this or not. But, apparently, playing demos will only use sounds / images from the mod.
    set logfile 2

  5. #5
    Sergeant serthy's Avatar
    Join Date
    Nov 2012
    Posts
    450
    Thanks
    96
    Thanked 296 Times in 188 Posts
    the problem is: I cannot hide Strings in the HUD, for example some advertisment, how many players are alive in PAM etc, either cg_draw2D 0, but then the killfeed and the hiticon is also gone. And recording the clip 2 times w/ and w/o the hud and then cutting it is not practical in a framerate up to 300. the sync is a horror then

    I dont know about libcod, maybe a guru knows more there

    also, i saw a few videos where the demo was paused, how do I do that? cl_paused or paused dont have any effects and the slowest timescale is 0.001 (which is still to fast)





    cl_freezedemo works
    Last edited by serthy; 20th June 2015 at 17:29.

  6. #6
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    I would probably start by hooking into the camera/player/spec/demo functions, starting from Mitch's libcod version, but that's quite some effort and not everybody is interested in movie making. ^^

    cl_freezedemo works with spectator flying?
    timescale 0.01

  7. #7
    Sergeant serthy's Avatar
    Join Date
    Nov 2012
    Posts
    450
    Thanks
    96
    Thanked 296 Times in 188 Posts
    Quote Originally Posted by kung foo man View Post
    I would probably start by hooking into the camera/player/spec/demo functions, starting from Mitch's libcod version, but that's quite some effort and not everybody is interested in movie making. ^^
    fortunately some1 already did the work
    just have to look for an valid download link somewhere (its called cod2 fly mode)
    and does exactly what u said above

    Quote Originally Posted by kung foo man View Post
    cl_freezedemo works with spectator flying?
    doubt it, but ill report back
    at least it freezes the demo

  8. #8
    Corporal guiismiti's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    244
    Thanks
    121
    Thanked 42 Times in 31 Posts
    are the strings localized strings? modify the localized english files (erase the strings "") in your mod and try it. they are at least precached in the beginning of the game


    nvm, didn't read latest replies
    set logfile 2

  9. #9
    Sergeant serthy's Avatar
    Join Date
    Nov 2012
    Posts
    450
    Thanks
    96
    Thanked 296 Times in 188 Posts
    Quote Originally Posted by guiismiti View Post
    are the strings localized strings? modify the localized english files (erase the strings "") in your mod and try it. they are at least precached in the beginning of the game


    nvm, didn't read latest replies
    no, i doubt it, i play the demo without a mod and the strings stays
    (guess they precacheString( &"String" );'ed)

    cl_freezedemo works, the demo pauses, but it still plays in the background, so you cant resume

  10. #10
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Quote Originally Posted by serthy View Post
    fortunately some1 already did the work
    just have to look for an valid download link somewhere (its called cod2 fly mode)
    and does exactly what u said above
    Download link?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •