Skip to content

Contains lots of information about script globals such as names, members, what they do, and where they can be located in the scripts.

Notifications You must be signed in to change notification settings

Halen84/RDR3-Script-Global-Research

Repository files navigation

RDR3 Script Global Research

  • Contains lots of information about script globals such as names, members, what they do, and where they can be located in the scripts.

Current Repository Version: b1436.31

  • This is how up-to-date the globals in this repository are. In RDR3 updates, the global indexes might change so this version is important to know.
  • The repository version number is equal to the games build number.

Notes

  • Most of the time, to get the correct value of a global pointer, you will need to do reinterpret_cast<(datatype)&> on the pointer.
  • Names starting with an underscore ( _ ) are guessed names.
  • SOME EXAMPLE MAY BE INNACCURATE/WRONG AND I AM WORKING TO IMPROVE THEM

Committing your research

  • Make a pull request in a similar format that I have it as currently

About

Contains lots of information about script globals such as names, members, what they do, and where they can be located in the scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages