Reece Watson
Reece Watson
I have made an updated struct as yours has some incorrect sizing (Correct sizing was found in `NodeCommonDataOperations`), and I added some new variables that were in the pads you...
If I went through all of the nodes and made classes for them, could you help on identifying the variables in the undocumented classes? I'm attempting to make a full...
I have updated the class with the debug names of the variables from here: [Pastebin of NodeCommonDataOperation classes from an Xbox dump](https://pastebin.com/raw/iaehSAws) ```c++ class CPlayerGamerDataNode { public: char pad_0000[192];// 0x0000...
> Ive heard the p2c's simply get a bunch of player RID's to make a session browser. There’s a function in a vtable with no RTTI where you can get...
I'd also recommend moving the `fiDevice` and `GXT2` related classes into the GTAV-Classes repo.
Take a look at #407, I believe it addresses your concern.
> I tested this code on cage spawn, but cage successfully spawned and notify triggered after 3 seconds. What could be the problem? This is only on Received Clone Sync...
Please open the Event Viewer (you can find it easily by searching in the Windows start menu). Then, on the left side, open Windows Logs->Application, there you can find the...
That video basically shows how to do it, you just do ``` GRAPHICS::SET_TIMECYCLE_MODIFIER("INT_NO_fogALPHA"); GRAPHICS::SET_TIMECYCLE_MODIFIER_STRENGTH(1.0f); ```
> you right getGameObject is at 0xB0. 48 89 5C 24 ? 48 89 6C 24 ? 48 89 74 24 ? 57 41 54 41 55 41 56 41...