User panel stuff on forum
  2 posts on 1 page  1
Server Talk
2007-02-05, 04:02
Member
90 posts

Registered:
Feb 2006
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
2007-02-11, 18:09
Member
151 posts

Registered:
Jan 2006
mvdsv cant handle more that 4096 files in demodir, so...

sv_demotxt 0 // no .txt's but 2 times more demos in demodir
sv_onrecordfinish mvdfinish // whats inside this script?
sv_demoMaxDirSize 10240-0 // it's better to keep only 1G of demos in demodir since if there will be a lot of dmm4 mathches, you will get some thorubles with downloading demos



set demo_tmp_record 1 // 0 = off, 1 = on (!)

btw, "sv_demoExtraNames 1" pretty cool feature
kill me now and burn my soul
  2 posts on 1 page  1