Probably reason that your personage have more high max health than by default, need in script "infinite health" instead value 160 for instruction cmp [rbx+44],(float)160 write value your own actual max health, address health + 1c= address max health,Gohan99 wrote: ↑Sat Jun 22, 2024 3:57 pmI'm able to get everything working except food, water, health & stamina. Despite changing these values in game(taking damage, etc), a value never shows up in CE, they remain as '??'. Everything else I'm able to adjust. I am however a beginner with CE.sergey979 wrote: ↑Sat Jun 22, 2024 10:31 amHere pointer for health, stamina, food, water and cold, also this script works like infinite health. It use comparing with max health. For get addresses need get damage, not matter how exactly, or through getting fall damage or allow enemies attack your personage. Contains scripts for change camera distance and FOV. Added pointer for speed, gravity, jump force, max fall velocity and for slide angle. Devs make small insignificant mistake, instead minSlideAngle they write minSlideAgle, i used copy and paste name parameter and after short time noticed this
The high jump script and camera scripts work for me, but infinite health does not.
for find address health just check on which addresses write instruction from this script "movss [rbx+28],xmm6"
For me it work in both previous versions game, 14771759 and 14785346, yes i not have it in steam, used torrent version for creation table.
I hear about that reason in male or female personage, male max health=200, female max health=160, try write 200 instead 160 and check in your game how it work