feat(core): CheatEngine script loaders

This commit is contained in:
gromchek 2026-01-31 18:29:03 +03:00
parent f9fe6ca3e7
commit 4ca5f1bbe5
15 changed files with 4578 additions and 17 deletions

View file

@ -0,0 +1,17 @@
-- #include "cmapbaseobj.lua"
local CMapStaticEntity = Struct("CMapStaticEntity", CMapBaseObj)
:paddingTo(0x28)
:field("unkFlags", "uint32")
:field("unkCounter", "int32")
:field("unk_030", "float")
:ptr("CM2Model", "model")
:embed("sphere", CAaSphere)
:embed("bbox", CAaBox)
:embed("vec2", C3Vector)
:embed("position", C3Vector)
:field("scale", "float")
:paddingTo(0x84)
:embed("m2AmbietColor", CImVector)
:embed("m2DiffuseColor", CImVector)
:field("unk_08C", "float")