Customizing the Auto Splitter
Deleted
8 years ago
Michigan, USA

Any ETA on when the SRT will be updated? Also, any way to find cutscene ID's or something so it doesn't end the run 1 second early?

Sweden

Thought it was better to post it here then to make a new thread about it.

You can get IGT with decimals by doing the following:

Add this line in state("bio2")

byte frame : "bio2.exe", 0x28053C;

Replace the gameTime block with

gameTime { return (TimeSpan.FromSeconds( (double)(current.time) + (current.frame / 60.0))); }

Darazanjoll likes this