Skip to content

NightFyre/EldenRing-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EldenRing-SDK

Development Kit for Elden Ring Enhancements

USAGE

  • include Basic_Functions.cpp to project DLL Project
  • call initSDK to initialize the main class pointer

EXAMPLE

//  Initialize SDK
HEXINTON::InitSDK();  //  Use this version if the offsets in the function are up to date
HEXINTON::InitSDK("EldenRing.exe", gGameMan, gGameDataMan, gWorldCharMan);  //  Use this version to include your own offsets via signature scan or whatever.

//  Obtain WorldCharMan
auto world = *HEXINTON::CGlobals::GWorldCharMan;  //  result should be non nullptr.

//  navigate class members 

CONTRIBUTORS

About

Development Kit for Elden Ring Enhancements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published