hi im using the latest ktx-server, mvdsv, with ktx-sample-config.
and now to the problem:
the server only records one demo, the latest played match is kept.
what can that be, i mean regarding to the config it should record 4GB of demos?
From MVDSV.CFG:
// mvd recording
sv_use_internal_cmd_dl 1 // download function (0 = mod, 1 = server)
sv_demoExtraNames 0 // show player names in demo filenames (0 = show team only, 1 = show player names)
sv_demotxt 1 // create demo .txt (0 = off, 1 = on)
sv_demodir demos // demos directory name
sv_maxdownloadrate 100000 // maximum download client rate
sv_onrecordfinish mvdfinish // name.qws will be started after demo recording is finished
sv_demoMaxDirSize 4096000 // maximum demos dir size. 4096000=4GB
sv_demoClearOld 10 // if total demos size > sv_demoMaxDirSize, this will delete x demos
From KTX.CFG:
// demo recording
set demo_tmp_record 100 // enable mvd-autorecording (0 = off)
set demo_skip_ktffa_record 1 // record ffa games (0 = yes, 1 = no)
set demo_scoreslength 6 // how many seconds to show score table at end of game
set k_demo_mintime 360 // if the game is breaked, save demo if this many seconds has passed
set k_demoname_date %Y-%m-%d // will add date at end of demoname in form of YYYY-MM-DD
/mUtt-Ingvar
and now to the problem:
the server only records one demo, the latest played match is kept.
what can that be, i mean regarding to the config it should record 4GB of demos?
From MVDSV.CFG:
// mvd recording
sv_use_internal_cmd_dl 1 // download function (0 = mod, 1 = server)
sv_demoExtraNames 0 // show player names in demo filenames (0 = show team only, 1 = show player names)
sv_demotxt 1 // create demo .txt (0 = off, 1 = on)
sv_demodir demos // demos directory name
sv_maxdownloadrate 100000 // maximum download client rate
sv_onrecordfinish mvdfinish // name.qws will be started after demo recording is finished
sv_demoMaxDirSize 4096000 // maximum demos dir size. 4096000=4GB
sv_demoClearOld 10 // if total demos size > sv_demoMaxDirSize, this will delete x demos
From KTX.CFG:
// demo recording
set demo_tmp_record 100 // enable mvd-autorecording (0 = off)
set demo_skip_ktffa_record 1 // record ffa games (0 = yes, 1 = no)
set demo_scoreslength 6 // how many seconds to show score table at end of game
set k_demo_mintime 360 // if the game is breaked, save demo if this many seconds has passed
set k_demoname_date %Y-%m-%d // will add date at end of demoname in form of YYYY-MM-DD
/mUtt-Ingvar