a2x / cs2-dumper

Counter-Strike: 2 Offset Dumper
MIT License
818 stars 94 forks source link

add pattern for ``CSoundService`` and ``EngineViewData`` #147

Closed cycript closed 3 months ago

cycript commented 3 months ago

Camera Position and Angles (not ClientViewAngles) are contiguous. (Vec3,Vec3) Struct that I use:

typedef struct EngineCamera
{
    Vector3 Position;
    Vector3 Rotation;
};

I've reduced this PR to only touch output->offsets files.