(02-05-2013, 06:00 AM)Statyk Wrote: All my days of Mirror's Edge Time Trials/Speedruns. I may go back and try to find some more shortcuts. :3
There are certainly a few short-cuts that I know of - I Decided to keep a few of the more tricky & funny ones in. I was't seriously expecting people to get sub-5 minutes without using shortcuts hence why there are no time entries below 5m
Quote:I gotta ask, how did you do the time and death count script ?
I wrote a script in python (iirc) which would generate some language file entries for a range of different time and death counts. The map then just uses local vars to track deaths and a timer (executing once a second) to track seconds. I then call the appropriate deaths and time entries using setmessage and appending the #seconds/deaths to the entry name. Not the most elegant approach, admittedly, but it works.