Skip to content

Commit

Permalink
added Dauntless (guttir14#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
LagradOst authored Feb 20, 2022
1 parent 7413c0e commit 0cb4378
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Dumper/engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,13 @@ struct {
{"\x48\x8D\x0D\x00\x00\x00\x00\xE8\x00\x00\x00\x00\xC6\x05\x00\x00\x00\x00\x01\x0F\x10\x03\x4C\x8D\x44\x24\x20\x48\x8B\xC8",30},
{"\x48\x8B\x15\x00\x00\x00\x00\x0F\x1F\x44\x00\x00",12},
nullptr
}

},
{//Dauntless-Win64-Shipping.exe
&Default,
{"\x48\x8d\x0d\x00\x00\x00\x00\xe8\x00\x00\x00\x00\xc6\x05\x00\x00\x00\x00\x00\x0f\x10\x03", 22}, //GName
{"\x48\x8B\x05\x00\x00\x00\x00\xC1\xF9", 9},//Gobject
nullptr
}
};

std::unordered_map<std::string, decltype(&engines[0])> games = {
Expand All @@ -420,7 +425,7 @@ std::unordered_map<std::string, decltype(&engines[0])> games = {
{"Platform-Win64-Shipping", &engines[9]},
{"Beached-Win64-Test",& engines[0]},
{"PromodClient-Win64-Shipping",&engines[0]},

{"Dauntless-Win64-Shipping",&engines[12]},
};

STATUS EngineInit(std::string game, void* image) {
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Scavengers
- The Isle
- Splitgate
- Dauntless
### Supported engine versions:
- UE 4.23-4.27
### Usage:
Expand Down

0 comments on commit 0cb4378

Please sign in to comment.