GTA5_社区逆向类合集
Go to file
Aure7138 13fb4e4dae
feat: CPlayerInfo, CVehicle & CPed (#58)
* Added get_position() helper to CNavigation
* Updated CPed class:
  * m_fatigued_health_threshold
  * m_injured_health_threshold
  * m_dying_health_threshold
  * m_hurt_health_threshold
* Updated CPlayerInfo class:
  * m_wanted_level_difficulty
  * m_wanted_level_multiplier
* Updated CVehicle class:
  * m_dirt_level
  * m_max_passengers
  * m_num_of_passengers
  * m_door_lock_status
2022-11-08 21:02:11 +00:00
.devcontainer fix(CI): Compiled in folders and use relative include dirs (#27) 2022-08-25 22:06:34 +02:00
.github/workflows feat: Add GitHub Actions workflow, for automated compile check 2022-06-01 08:47:43 +02:00
base feat: CPlayerInfo, CVehicle & CPed (#58) 2022-11-08 21:02:11 +00:00
camera feat: Add CCameraAngles, CCameraManagerAngles, CGameCameraAngles, CPlayerAngles (#7) 2022-09-17 20:32:08 +01:00
datanodes feat/fix(Random): Update and add a bunch of classes (#51) 2022-10-30 18:26:20 +01:00
draw_handlers feat: Updated classes, added CPedInventory, ... 2022-08-26 00:37:00 +02:00
entities feat: CPhysical, CPed & CVehicle(#57) 2022-11-06 22:29:08 +00:00
enums fix(CAmmoInfo & CWeaponInfo): Split into proper classes. (#38) 2022-09-17 14:22:36 +01:00
misc feat/fix(Random): Update and add a bunch of classes (#51) 2022-10-30 18:26:20 +01:00
network Updated Network.hpp (#56) 2022-11-06 22:09:39 +00:00
ped feat: CPlayerInfo, CVehicle & CPed (#58) 2022-11-08 21:02:11 +00:00
player feat: CPlayerInfo, CVehicle & CPed (#58) 2022-11-08 21:02:11 +00:00
rage feat: CPlayerInfo, CVehicle & CPed (#58) 2022-11-08 21:02:11 +00:00
security Add network classes (#34) 2022-09-08 22:38:45 +02:00
socialclub fix(ScInfo): Resize session_ticket to 88 bytes (#44) 2022-10-23 00:19:55 +02:00
vehicle feat: CPlayerInfo, CVehicle & CPed (#58) 2022-11-08 21:02:11 +00:00
weapon fix(CWeaponInfo & CAmmoProjectileInfo): Make subclass members public. (#41) 2022-09-30 19:19:42 +01:00
.gitignore Add network classes (#34) 2022-09-08 22:38:45 +02:00
CMakeLists.txt fix(CI): Compiled in folders and use relative include dirs (#27) 2022-08-25 22:06:34 +02:00
gtav.rcnet refactor: Reorganize repo (#12) 2022-07-29 18:00:22 +02:00
LICENSE feat(Project): Add LICENSE 2022-05-31 21:11:19 +02:00
README.md feat(README): Added usage 2021-07-25 13:14:19 +02:00

GTA V Classes

This repository contains a few classes that I've reverse engineered.

They are in no way complete but contain some basics to get you started...

Usage

To modify the Reclass.NET file you have to build Reclass from source, the prebuild binaries will give you an error trying to open the project.

Disclaimer

This code is provided purely for educational purposes, if there are objections please open an issue stating your reasoning.