Post Reply 
How can i test morkeye bind checker is working?
Author Message
Goucho Offline
Junior Member
**

Posts: 3
Joined: Mar 2009
Post: #1
How can i test morkeye bind checker is working?
Does anybody know how to test these are getting caught?

How can i set up a vstr and/or exec in my local game to test on my server to see if the checker is working?
09-10-2009 09:19
Find all posts by this user Quote this message in a reply
HSMagnet Offline
Junior Member
**

Posts: 24
Joined: Feb 2009
Post: #2
RE: How can i test morkeye bind checker is working?
If you open your config_mp.cfg* in wordpad and add the following lines:

Code:

seta demo_start "record; set demo_togg vstr demo_stop"
seta demo_stop "stoprecord; set demo_togg vstr demo_start"
seta demo_togg "vstr demo_start"

You can now add this line to bind demo stopping/starting to one key:
Code:

bind key "vstr demo_togg"

(replace key with the key of your choice e.g. bind X "vstr demo_togg")

So now whenever you want to record a demo you can just press the key you selected once to start recording and again to stop. Demos will appear in your demos folder** and each time you start a new demo its name inceases incrementally e.g. demo0001.dm demo0002.dm.



i think all you actually have to do is bind a key to vstr and one to exe

but the top part is an actual vstr script for one button demo making
09-10-2009 22:33
Find all posts by this user Quote this message in a reply
Post Reply