Csimbi wrote: ↑Fri Nov 01, 2019 8:22 am
CheatingMuppet wrote: ↑Fri Nov 01, 2019 3:32 am
So uh, the credit for the item glow range is very obvious in Zanzer's list of features so how come you gave Zanzer all the credit ? I may come off as an asshole here but crediting the right people is important.
I did not read, I just grabbed the table, I thought it was from him.
Sorry about that!
Corrected, thanks!
Cool
I saw someone asking for SprintFoVAdjustment so here it is. Maybe someone will put it into their table.
Set to 0 to disable the fov change when you sprint (or set to whatever you want).
APlayerController -> ACharacter [0x3C8 / 0x3B8] -> UCharacterMovementComponent [+0x3F8] -> SprintFoVAdjustment [+0xCE8]
Also you can mod the dodge velocity (eff. speed & height gain). Changes the dodge ability and makes it way more fun
APlayerController -> ACharacter [0x3C8 / 0x3B8] -> UCharacterMovementComponent [+0x3F8] -> DodgeVelocityZ [+0xE2C]
APlayerController -> ACharacter [0x3C8 / 0x3B8] -> UCharacterMovementComponent [+0x3F8] -> DodgeVelocity [+0xE28]
As usual, if its not there then have a look around that place in memory and it'll be there somewhere (sometimes offsets change after a game update but these usually don't change).