//======================================================================== // Konfigurationsdatei zum abspielen von Demos // und aufnehmen von AVI-Videos //======================================================================== set s_useOpenAL 0 // Sonst wird Audio nicht aufgenommen set cg_glowModelTeam "" // Glow Models abschalten set cg_glowModel "" // " set cg_forceModel "0" // Force Player Model deaktivieren set ts1 "set timescale 0.2; echo timescale: 0.2; set tsup vstr ts2" set ts2 "set timescale 0.5; echo timescale: 0.5; set tsup vstr ts3; set tsdn vstr ts1" set ts3 "set timescale 0.8; echo timescale: 0.8; set tsup vstr ts4; set tsdn vstr ts2" set ts4 "set timescale 1.0; echo timescale: 1.0; set tsup vstr ts5; set tsdn vstr ts3" set ts5 "set timescale 1.2; echo timescale: 1.2; set tsup vstr ts6; set tsdn vstr ts4" set ts6 "set timescale 1.5; echo timescale: 1.5; set tsup vstr ts7; set tsdn vstr ts5" set ts7 "set timescale 2.0; echo timescale: 2.0; set tsup vstr ts8; set tsdn vstr ts6" set ts8 "set timescale 4.0; echo timescale: 4.0; set tsup vstr ts9; set tsdn vstr ts7" set ts9 "set timescale 6.0; echo timescale: 6.0; set tsup vstr ts10; set tsdn vstr ts8" set ts10 "set timescale 10.0; echo timescale: 10.0; set tsdn vstr ts9" set h1 "echo ^0F1^7: Hilfe" set h2 "echo ^0F2^7: toggle cg_draw2D" set h5 "echo ^0F5^7: langsamer" set h6 "echo ^0F6^7: schneller" set h7 "echo ^0F7^7: Video aufnehmen" set h8 "echo ^0F8^7: Aufnahme stoppen" set h9 "echo ^0F9^7: exec hec_wopconfig.cfg" set showhelp "vstr h1; vstr h2; vstr h5; vstr h6; vstr h7; vstr h8; vstr h9" bind F1 "vstr showhelp" bind F2 "toggle cg_draw2D" bind F5 "vstr tsdn" bind F6 "vstr tsup" bind F7 video bind F8 stopvideo bind F9 "exec hec_wopconfig.cfg" // Original Konfig laden vstr ts4 echo "^1 PRESS TAB TO REFRESH PLAYER MODELS !^7" echo "^1 PRESS F1 FOR DEMO KEYS"