Page 1 of 1

Couple of recordings (0.5.0 ETH5 10+ players)

PostPosted: 13 Dec 2014, 23:37
by fr1tz
Here are a couple of recordings I made from the unexpected match on Dec. 12: http://files.wasted.ch/software/termina ... llection1/

Some of them crash the game at the end of the recording, but perhaps someone with access to a modern machine can use them for some kind of TOL video (seeing as the one on the website's home page is still from 0.1.0).

If you add the following code to main.cs you can also change the playback speed using the 1,2,3,4,5 keys. Just remember to remove it if you go back to playing ;)

{l Code}: {l Select All Code}
GlobalActionMap.bindCmd(keyboard, "1", "$timeScale=0.25;", "$timeScale=1;");
GlobalActionMap.bindCmd(keyboard, "2", "$timeScale=0.5;", "$timeScale=1;");
GlobalActionMap.bindCmd(keyboard, "3", "$timeScale=2;", "$timeScale=1;");
GlobalActionMap.bindCmd(keyboard, "4", "$timeScale=4;", "$timeScale=1;");
GlobalActionMap.bindCmd(keyboard, "5", "$timeScale=10;", "$timeScale=1;");