Board index DeFRaG DeFRaG in general

demos of all unfinished runs issue

Are you really the best?

demos of all unfinished runs issue

Postby d0gd3v » Jan 4th, '17, 8:37 pm

Hi,

anybody has an idea why there are demos of all unfinished(killed) runs saved in demos folder? (in format %Y%m%d%H%M%S-server-map.dm68) I do have set df_autorecord "3", so as I understand these demos should not be saved at all.

Code: Select all
20170104175026-localhost-bardok-strafe1.dm_68
20170104175040-localhost-bardok-strafe1.dm_68
20170104175048-localhost-bardok-strafe1.dm_68
20170104175053-localhost-bardok-strafe1.dm_68
20170104175112-localhost-bardok-strafe1.dm_68
20170104175117-localhost-bardok-strafe1.dm_68
...


All "record" runs are saved in expected format.

Actualy, as the run starts, the demo is written to .../demos/temp/current.dm_68. When the run finish as the record, the demo is copied to demos folder in right expected format.
Otherwise the demo is copied in format as above. Any idea how to get rid of this kind of behavior?

My demos related settings:
Code: Select all
seta df_autorecord "3"
seta df_ar_speedcapture_format "0"
seta df_ar_format "$map.$-route[$gt.$phys.$-mode]$m.$-s.$-ms($pl.$plc)"
seta df_ar_stopdelay "3000"
seta df_demos_UICompatibility "1"
seta df_demos_validation "1"
seta df_demos_UnlockThirdPersonPitch "0"
seta df_demos_ReplayFilename "$demoname"
seta df_demos_ReplayDrawMask "32767"
seta df_demos_ReplayMode "1"
seta df_demos_HideLocalEntities "0"
seta df_demos_HidePacketEntities "0"
seta df_demos_CameraTransitionSpeed "50"
seta df_demos_CameraMode "8"
seta cl_timedemoLog ""
seta cl_autoRecordDemo "1"


OS: Debian Jessie
ioquake: 1.36
defrag: 1.91.24
d0gd3v
 
Posts: 2
Joined: Sep 30th, '15, 6:01 pm

Re: demos of all unfinished runs issue

Postby Le another black niger » Jan 6th, '17, 2:35 pm

Looks like os related issue in mod code
Le another black niger
 
Posts: 392
Joined: May 17th, '11, 5:08 pm

Re: demos of all unfinished runs issue

Postby d0gd3v » Jan 7th, '17, 1:37 pm

LOL, it was the standard cl_autoRecordDemo "1" :doh: .
Somehow, I was sure it has to be set together with df_autorecord "3". Wrong!
So cl_autoRecordDemo "0" fixed it.
d0gd3v
 
Posts: 2
Joined: Sep 30th, '15, 6:01 pm

Re: demos of all unfinished runs issue

Postby Le another black niger » Jan 7th, '17, 11:33 pm

Hah, that was ioq3 feature :)
Le another black niger
 
Posts: 392
Joined: May 17th, '11, 5:08 pm


cron