Fix some blade gamedata
Some checks failed
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang, clang++, ubuntu-latest, linux) (push) Has been cancelled
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang-14, clang++-14, ubuntu-22.04, linux) (push) Has been cancelled
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (msvc, windows-latest, win) (push) Has been cancelled
hl2sdk-mock tests / mock (push) Has been cancelled

This commit is contained in:
Nicholas Hastings 2025-12-04 19:17:34 -05:00
parent 1819f491b5
commit 69f694d47c
2 changed files with 6 additions and 26 deletions

View File

@ -21,32 +21,13 @@
"Offsets" "Offsets"
{ {
/* Offset into LevelShutdown */ /* Blade Symphony has VSERVERTOOLS003, so we already have gEntList and only need the EntInfo offset from it */
"gEntList" /* It's the first member after the vtable */
{
"windows" "11"
}
"EntInfo" "EntInfo"
{ {
"windows" "4" "windows" "4"
"linux" "4" "windows64" "8"
"mac" "4" "linux64" "8"
}
}
"Signatures"
{
"LevelShutdown"
{
"library" "server"
"windows" "\xE8\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\xB9\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\xE8"
}
"gEntList"
{
"library" "server"
"linux" "@gEntList"
"mac" "@gEntList"
} }
} }
} }

View File

@ -66,9 +66,8 @@
{ {
"library" "server" "library" "server"
"windows" "\x55\x8B\xEC\x81\xEC\x44\x01\x00\x00\x8B\xC1" "windows" "\x55\x8B\xEC\x81\xEC\x44\x01\x00\x00\x8B\xC1"
"windows64" "\x4C\x89\x4C\x24\x20\x4C\x89\x44\x24\x18\x48\x89\x54\x24\x10\x48\x89\x4C\x24\x08\x48\x81\xEC\x78\x04\x00\x00" "windows64" "\x4C\x8B\xDC\x49\x89\x53\x10\x49\x89\x4B\x08\x55\x41\x55"
"linux64" "\x55\x48\x89\xE5\x41\x57\x41\x56\x41\x55\x41\x54\x53\x48\x81\xEC\x88\x01\x00\x00\xF3\x0F\x11\x85\x94\xFE\xFF\xFF" "linux64" "\x55\x48\x89\xE5\x41\x57\x41\x56\x41\x55\x41\x54\x53\x48\x81\xEC\x88\x01\x00\x00\xF3\x0F\x11\x85\x94\xFE\xFF\xFF"
"mac64" "\x55\x48\x89\xE5\x41\x57\x41\x56\x41\x55\x41\x54\x53\x48\x81\xEC\x78\x01\x00\x00\xF3\x0F\x11\x85\x9C\xFE\xFF\xFF"
} }
} }
} }