LilReb
09-11-2003, 04:20 PM
I need a demo script for stripped....ya know just to FF and Slow motion in demos
[T`1]Demo Script for Stripped....LilReb 09-11-2003, 04:20 PM I need a demo script for stripped....ya know just to FF and Slow motion in demos crotchkicker450 09-11-2003, 04:36 PM bindCommand(keyboard0, make, control, "1", TO, "$SimGame::Timescale=0;"); bindCommand(keyboard0, break, control, "1", TO, ""); bindCommand(keyboard0, make, control, "2", TO, "$SimGame::Timescale=0.5;"); bindCommand(keyboard0, break, control, "2", TO, ""); bindCommand(keyboard0, make, control, "3", TO, "$SimGame::Timescale=1;"); bindCommand(keyboard0, break, control, "3", TO, ""); bindCommand(keyboard0, make, control, "4", TO, "$SimGame::Timescale=2;"); bindCommand(keyboard0, break, control, "4", TO, ""); bindCommand(keyboard0, make, control, "5", TO, "$SimGame::Timescale=4;"); bindCommand(keyboard0, break, control, "5", TO, ""); bindCommand(keyboard0, make, control, "6", TO, "$SimGame::Timescale=8;"); bindCommand(keyboard0, break, control, "6", TO, ""); Rosco-SS 09-11-2003, 04:40 PM One is built in to the pack, rtfm LilReb 09-11-2003, 04:47 PM If one is built in....how do i use it? GreyHound 09-11-2003, 04:53 PM probably typing $SimGame::Timescale=0; $SimGame::Timescale=1; etc. in the console Linchy 09-11-2003, 05:00 PM There's no slow mo, but numpad0 = Pause, numpad1 = Normal Speed, numpad2-numpad9 = fast to fastest repectively. crotchkicker450 09-11-2003, 08:35 PM There is slow motion, just set the $SimGame::Timescale below 1. Munchy 09-12-2003, 03:15 AM There's no slow mo, but numpad0 = Pause, numpad1 = Normal Speed, numpad2-numpad9 = fast to fastest repectively. Numpad Minus ( - ) for slower speeds. 1 - 1x, 2 - 2x, 3 - 3x, 4 - 4x, 5 - 5x, 6 - 10x, 7 - 15x, 8 - 20x, 9 - 25x, Minus Key - 1/2x, 0 - Pause Linchy 09-12-2003, 02:53 PM Hmm...imma have to f wit that...never knew - was even in the mix :p | ||