IntelSDM / DMAByDaylight

DMA Dead By Daylight ESP
MIT License
51 stars 19 forks source link

About GNames and GObjects #7

Open AboutElse opened 1 month ago

AboutElse commented 1 month ago

Only updating GWorld does not work properly. If the code runs to if (PlayerRole != EPlayerRole::EPlayerRole__VE_Camper && PlayerRole != EPlayerRole::EPlayerRole__VE_Slasher), it returns and can't draw the ESP.

I noticed that the project does not have GObjects and GNames parameters. Is this the reason?

When I fix this issue, I will try to improve some features, like bone ESP, displaying survivor names and killer names, and autoskill check.

Geitost commented 1 month ago

Did you manage to solve the issue?

IntelSDM commented 1 month ago

The PlayerRole offset or AcknowledgedPawn offset is likely outdated. Just update them and it should work fine. Also, the purpose of the project was to make it only use GWorld and offsets dumpable with dumper-7 to allow anyone to easily update it without any coding knowledge.

pcileech commented 1 month ago

@AboutElse i updated the game on my github if u wanna help me add stuff i would love that