LiveSplit Auto Splitter
3 years ago
Victoria, Australia

I just got into Tekken 7 speedrunning and I couldn't find an auto splitter, so I spent a couple hours learning how to make one. You still have to manually start and end the timer when you start and end the run, but at least it auto splits the chapters for you:

state("TekkenGame-Win64-Shipping") { int chapterNumber: 0x034CC540, 0x28, 0x9A4; }

split { print("Level: " + current.chapterNumber);

if (current.chapterNumber > old.chapterNumber) {
    return true;
}

}

CaptainMouette 이것을 좋아함
게임 통계
팔로워
177
런들
497
플레이어
137
최근 쓰레드
게시 일자 4 months ago
3 개의 답글
게시 일자 7 months ago
0 개의 답글
게시 일자 1 year ago
0 개의 답글
게시 일자 1 year ago
1 개의 답글
게시 일자 2 years ago
0 개의 답글