Merge pull request #85 from arrayffs/patch-1

Add a note to what happened to the files for the confused people
This commit is contained in:
a2x 2024-03-28 23:55:34 +10:00 committed by GitHub
commit 085cd404d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,10 @@ An external offset/interface dumper for Counter-Strike 2, with support for both
Powered by [memflow](https://github.com/memflow/memflow). Powered by [memflow](https://github.com/memflow/memflow).
## Where did client.dll and other stuff go?
This repository was reformatted with the new support for linux, you can find old offsets in the [schemas.hpp](https://github.com/a2x/cs2-dumper/blob/main/output/win/schemas.hpp) file (and its other forms in different languages), please go through them and adjust your cheats accordingly if you used this repo, please do not open new issues where did things go, its still in here, just under different names i recommend searching for them the way you did the first time you used this.
## Getting Started ## Getting Started
You can download the latest release from [Releases](https://github.com/a2x/cs2-dumper/releases) or compile it yourself. You can download the latest release from [Releases](https://github.com/a2x/cs2-dumper/releases) or compile it yourself.