Skip to content

Commit e103239

Browse files
committed
fix: few more offsets
not working just yet
1 parent 20f55fa commit e103239

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/Offsets/Beginners Guide 6167.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ OFFSET_WINDOWS(CUserCmdSize, 96)
4848
OFFSET_WINDOWS(PerUserInput_tSize, 212)
4949
OFFSET_WINDOWS(GetLocalClient, 138)
5050
OFFSET_DEFAULT(VideoMode_Create, 90, 106)
51+
OFFSET_LINUX(videomode, 183)
5152
OFFSET_WINDOWS(UncacheUnusedMaterials, 76)
5253

5354
// clang-format off

src/Offsets/The Stanley Parable 5454.hpp

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,20 @@
33
// CInputSystem
44
OFFSET_WINDOWS(GetRawMouseAccumulators, 50)
55

6+
// Others
7+
OFFSET_LINUX(VideoMode_Create, 104)
8+
69
// clang-format off
710

811
// Renderer
9-
SIGSCAN_WINDOWS(SND_RecordBuffer, "55 8B EC 80 3D ? ? ? ? 00 53 56 57")
12+
SIGSCAN_DEFAULT(SND_RecordBuffer, "55 8B EC 80 3D ? ? ? ? 00 53 56 57",
13+
"55 89 E5 57 56 53 83 EC 3C 65 A1 ? ? ? ? 89 45 ? 31 C0 E8 ? ? ? ? 84 C0")
1014

1115

1216
// Client
1317
SIGSCAN_WINDOWS(MatrixBuildRotationAboutAxis, "55 8B EC 51 F3 0F 10 45 ? 0F 5A C0 F2 0F 59 05 ? ? ? ? 66 0F 5A C0 F3 0F 11 45 ? E8 ? ? ? ? F3 0F 11 45 ? F3 0F 10 45 ? E8 ? ? ? ? 8B 45 ? F3 0F 10 08")
1418
SIGSCAN_WINDOWS(DrawTranslucentRenderables, "55 8B EC 81 EC 80 00 00 00 53 56 8B F1 8B 0D")
15-
SIGSCAN_WINDOWS(DrawOpaqueRenderables, "55 8B EC 83 EC 5C 83 7D ? 00 A1")
19+
SIGSCAN_DEFAULT(DrawOpaqueRenderables, "55 8B EC 83 EC 5C 83 7D ? 00 A1",
20+
"55 89 E5 57 56 53 81 EC 9C 00 00 00 8B 45 ? 8B 5D ? 89 85")
1621

1722
// clang-format on

0 commit comments

Comments
 (0)