Skip to content

Sarbatore/RDR2-HashDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red Dead Redemption 2 - Hash Database

This repository contains data directly extracted from Red Dead Redemption 2 using specific functions. It provides a mapping between the game's internal hashes and their human-readable equivalents.

Disclaimer: This project is not affiliated with Rockstar Games.

🤝 Contributions

This project is open to contributions! If you find missing hashes or can provide more accurate readable equivalents, feel free to submit a pull request or open an issue.

📝 Convention

The data follows a strict convention across all JSON files:

"hash_int32": "readable equivalent"
  • Key: The int32 hash value used internally by the game.
  • Value: The human-readable string equivalent of that hash.

Documentation

The documentation assumes that you are familiar with the use of functions that use buffers; the examples use the rdr_natives library to simplify it.

local _, catalogItemCategory, _, _, _, _ = RDR:ItemdatabaseFilloutItemInfo(`WEAPON_REVOLVER_LEMAT`)
local _, _, itemType, _, _, _ = RDR:ItemdatabaseFilloutItemInfo(`WEAPON_REVOLVER_LEMAT`)
local shopCategory = GetShopItemComponentCategory(`HORSE_EQUIPMENT_MANE_SHORT_014`, GetMetaPedType(horsePed), true)
local _, inventoryRequirement = RDR:ItemdatabaseGetShopInventoriesRequirementInfo(`ST_CLOTHING`, `CLOTHING_ITEM_M_BEARD_006_DARK_BLONDE`, 0, 0)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors