about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-08-21 10:40:30 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2022-08-21 10:40:30 -0400
commit213606f0437feaa44e3f316c5f091b1f8ae26a3c (patch)
tree3d8364af47a6875fe416f60d793d9ef6d4a01562
parent414f8b2347f21249462774a22eeb17004ace523c (diff)
downloadautosplitters-213606f0437feaa44e3f316c5f091b1f8ae26a3c.tar.gz
autosplitters-213606f0437feaa44e3f316c5f091b1f8ae26a3c.tar.bz2
autosplitters-213606f0437feaa44e3f316c5f091b1f8ae26a3c.zip
[The Looker] More stable pointer path for player location
-rw-r--r--TheLooker.asl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TheLooker.asl b/TheLooker.asl index 2def3cf..e9e02db 100644 --- a/TheLooker.asl +++ b/TheLooker.asl
@@ -5,9 +5,9 @@
5 5
6state("The Looker") { 6state("The Looker") {
7 bool witnessModeActive: "UnityPlayer.dll", 0x01968940, 0x88, 0x648, 0x218, 0x0, 0xB8, 0x28, 0x180; 7 bool witnessModeActive: "UnityPlayer.dll", 0x01968940, 0x88, 0x648, 0x218, 0x0, 0xB8, 0x28, 0x180;
8 float playerX: "UnityPlayer.dll", 0x019DFDB8, 0x0, 0x220, 0x250, 0x60, 0xB0, 0x28, 0x43C; 8 float playerX: "mono-2.0-bdwgc.dll", 0x00497E28, 0x40, 0xFA0, 0x70, 0x68, 0x60, 0x28, 0x7C;
9 float playerY: "UnityPlayer.dll", 0x019DFDB8, 0x0, 0x220, 0x250, 0x60, 0xB0, 0x28, 0x440; 9 float playerY: "mono-2.0-bdwgc.dll", 0x00497E28, 0x40, 0xFA0, 0x70, 0x68, 0x60, 0x28, 0x80;
10 float playerZ: "UnityPlayer.dll", 0x019DFDB8, 0x0, 0x220, 0x250, 0x60, 0xB0, 0x28, 0x444; 10 float playerZ: "mono-2.0-bdwgc.dll", 0x00497E28, 0x40, 0xFA0, 0x70, 0x68, 0x60, 0x28, 0x84;
11} 11}
12 12
13startup { 13startup {