RED4ext.SDK icon indicating copy to clipboard operation
RED4ext.SDK copied to clipboard

A library to create mods for REDengine 4 (Cyberpunk 2077), independently of RED4ext.

Results 7 RED4ext.SDK issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently the methods are missing from the auto generated classes. The only way to call those methods currently are using...

enhancement

**Is your feature request related to a problem? Please describe.** Currently there is no method to hook game event's `gamePuppet::OnDamageReceived`, `gamePuppet::OnHit`, etc.. **Describe the solution you'd like** The best solution...

enhancement

this is just a demo header that can be used with [zoltan clang frontend](https://github.com/jac3km4/zoltan#frontends=) the command to run on this is: ```powershell zoltan-clang '.\include\RED4ext\Typedefs.hpp' 'C:\Games\Cyberpunk 2077\bin\x64\Cyberpunk2077.exe' -f 'std=c++20' -f 'I.\include'...

**Is your feature request related to a problem? Please describe.** The current pattern finding script only support patterns for function prologues or pointers. **Describe the solution you'd like** An improved...

enhancement

Replaces the `unk40` placeholder and adds `boneParentIndexes` and `boneTransforms` properties at offsets 0x40 and 0x48 respectively. Which have been confirmed through testing.