The RedM developer’s field guide
Know the native.
Build the world.
Engine functions, framework docs, and game assets.
One reference. From the first lookup to the last line.
knowledge base
Explore / RedM
Native reference
- ZONEHash
_GET_MAP_ZONE_AT_COORDS
Returns name hash, see common:/data/levels/rdr3/mapzones.meta type (-1 matches any type): class CMapZone { public: enum class Type { STATE, TOWN, LAKE, RIVER, OIL_SPILL, SWAMP, OCEAN, CREEK, POND, GLACIER, DISTRICT, TEXT_PRINTED, TEXT_WRITTEN }; }; https://github.com/femga/rdr3_discoveries/tree/master/zones & https://alloc8or.re/rdr3/doc/enums/CMapZone__Type.txt
0x43AD8FC02B429D33 - ZONEHash
_GET_WATER_MAP_ZONE_AT_COORDS
Returns the zone's name hash if its type matches one of the following: - LAKE - RIVER - OIL_SPILL - SWAMP - OCEAN - CREEK - POND - GLACIER
0x5BA7A68A346A5A91
A living reference. Documentation coverage varies by native and source.