kill O zap
04-25-2001, 04:11 PM
Hi,
I made a little script that toggles demo recording on/off on one key :
Add the following line to your GameStartup.ini :
extern INDEX kOz_bDemoRecord=(INDEX)1;
Add the following lines to your Controls0.ctl:
Button
Name: TTRS Demo Recording Toggle
Key1: F7
Key2: None
Pressed: *if(kOz_bDemoRecord==1) {StartDemoRecording();} else {StopDemoRecording();};
Released: kOz_bDemoRecord=!kOz_bDemoRecord;
Change the Key1 value to a key of your choice or leave F7.
Press F7 once to start demorecording.
Press F7 again to stop demorecording.
You find the recorded demos in the ...\Serious Sam\Temp folder.
You have to copy (and rename!) the demos to the ...\Serious Sam\Demos folder
to watch them. If you do not copy and rename the demos they will be overwritten
next time you start SS and record another demo.
Hope you like this one.
:) kill-O-zap
I made a little script that toggles demo recording on/off on one key :
Add the following line to your GameStartup.ini :
extern INDEX kOz_bDemoRecord=(INDEX)1;
Add the following lines to your Controls0.ctl:
Button
Name: TTRS Demo Recording Toggle
Key1: F7
Key2: None
Pressed: *if(kOz_bDemoRecord==1) {StartDemoRecording();} else {StopDemoRecording();};
Released: kOz_bDemoRecord=!kOz_bDemoRecord;
Change the Key1 value to a key of your choice or leave F7.
Press F7 once to start demorecording.
Press F7 again to stop demorecording.
You find the recorded demos in the ...\Serious Sam\Temp folder.
You have to copy (and rename!) the demos to the ...\Serious Sam\Demos folder
to watch them. If you do not copy and rename the demos they will be overwritten
next time you start SS and record another demo.
Hope you like this one.
:) kill-O-zap