So, I got the auto splitter and it works for the start, but then dosen't split. Does it not work anymore when you die? Please help! FYI I do play on pc, and I followed all of the instructions?
Edit: It's been fixed!
~~No, sadly, it doesn't seem to fully work for me or others. The good thing is, it seems to start on time. It just doesn't split.
I prefer to split upon exiting the boss arenas, that way my boss kill time doesn't impact the following split. So it's fine for my preferences, anyway.
Just depends on your PC OS/settings I think. I think SNeeaaKy has got it working.
You'll get used to manually splitting! Just pick your split cue, and use it consistently.~~
Nah, I couldn't get it working either. I looked into it very shortly and decided to split on my own.
The autosplitter code in the guide doesn't work for me either, but after changing it to the following (removing reset, gameTime and isLoading), it works for me (except for the kill at Truth):
state("TITAN"){ int killsCount : "TITAN.exe", 0x003165EC, 0x38; int frames : "TITAN.exe", 0x003165EC, 0x30; } start{ return (old.frames == 0 && old.frames < current.frames); } split{ return (old.killsCount + 1 == current.killsCount); }