I have modded my adminmenu_cfgs.txt
My intention is to allow my admin´s to start demo recording, start the war and thereafter kill the demorecording. Rather that than have it autostart throught autoexec.cfg.
my record_on.cfg
The sourcetv boot starts fine. But it does not record any demo.
my record_off.cfg
The sourcetv boot is disabled as it should
So my problem is that the demo is not recorded. What is wrong?
	
	
	
Code:
/**
 * List config files here (relative to moddir) to have them added to the exec config menu list
 * Left side is the filename, right side is the text to be added to the menu
 */
Configs
{
    "cfg/record_on.cfg"            "Start Demo"
    "cfg/start.cfg"                    "Start War"
    "cfg/record_off.cfg"            "Stop Demo"
    "cfg/15.cfg"                                    "15 min"
    "cfg/20.cfg"                                    "20 min"
    "cfg/25.cfg"                             "25 min"
}My intention is to allow my admin´s to start demo recording, start the war and thereafter kill the demorecording. Rather that than have it autostart throught autoexec.cfg.
my record_on.cfg
Code:
tv_enable 1
tv_autorecord 1
tv_maxclients 0
changelevel dod_harringtonThe sourcetv boot starts fine. But it does not record any demo.
my record_off.cfg
Code:
tv_enable 0
tv_autorecord 0
tv_maxclients 0
changelevel dod_harringtonThe sourcetv boot is disabled as it should
So my problem is that the demo is not recorded. What is wrong?

