Saturday, November 8, 2008

Demo Playback Config for Counter Strike 1.6 and CSCZ

Demo Playback has many features in it when you open any demo with the commanf viewdemo. This will let you see the demo in low motion, extreme slowmotion and ultra slowmotion and there is no limit. Similarly for the fast play and ultra fast play and extreme fast playback also. But if you need to write a command for everything in the console then it would ake you bored of viewing demos. This is the configuration in userconfig.cfg I use to make the dmeoplay back much easier than what it is without any config.

echo "Demo Playback Config Loaded"
echo "----------------------------"

bind "KP_END" "host_framerate 0.001"
bind "KP_DOWNARROW" "host_framerate 0.005"
bind "KP_PGDN" "host_framerate 0.0075"
bind "KP_LEFTARROW" "host_framerate 0.01"
bind "KP_5" "host_framerate 0.00; dem_pause 0"
bind "KP_RIGHTARROW" "host_framerate 0.03"
bind "KP_HOME" "host_framerate 0.04"
bind "KP_UPARROW" "host_framerate 0.05"
bind "KP_PGUP" "host_framerate 0.06"
bind "KP_MINUS" "dem_jump -10; dem_pause 0"
bind "KP_PLUS" "dem_jump 10; dem_pause 0"
bind "KP_INS" "dem_pause 1"
bind "KP_SLASH" "dem_jump -60; dem_pause 0"
bind "*" "dem_jump 60; dem_pause 0"
alias vote amx_votemapmenu

You can paste this in config.cfg of your cstrike or in userconfig.cfg. Once you have done this. You can use the demo playback config for cs1.6. All you need to do is see what key does what and start viewing demos. There wouldn't be any need for you to open the console while in the demo playback.

No comments:

Post a Comment