1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Merged branch master into development

This commit is contained in:
SpoinkyNL 2016-12-27 10:36:47 +01:00
commit 094b7abfc4
2 changed files with 41 additions and 7 deletions

View File

@ -11,7 +11,7 @@ Artemis adds highly configurable support for several games to a range of RGB key
- Non-gaming effects such as type waves and audio visualization.
- A layer-based profile system allowing an immense amount of customization.
- A fancy, modern looking UI with multiple themes.
- LUA scripting engine ([docs in the wiki](https://github.com/SpoinkyNL/Artemis/wiki/LUA)).
##### Currently the following games are supported
- Counter-Strike Global Offensive (uses native gamestate intergration)

View File

@ -2,21 +2,55 @@
[
{
"Game": "RocketLeague",
"GameVersion": "1.21",
"GameVersion": "1.24",
"GameAddresses": [
{
"Description": "Boost",
"BasePointer": {
"value": 23719204
"value": 23838644
},
"Offsets": [
188,
24,
904,
1824,
196,
528,
800,
1844,
548
]
}
]
},
{
"Game": "WorldOfWarcraft",
"GameVersion": "7.0.3.22810",
"GameAddresses": [
{
"Description": "ObjectManager",
"BasePointer": {
"value": 22511728
},
"Offsets": null
},
{
"Description": "LocalPlayer",
"BasePointer": {
"value": 23715600
},
"Offsets": null
},
{
"Description": "NameCache",
"BasePointer": {
"value": 22142184
},
"Offsets": null
},
{
"Description": "TargetGuid",
"BasePointer": {
"value": 24758592
},
"Offsets": null
}
]
}
]