RauliTop

Results 18 issues of RauliTop

Useful hook to change TimeBasedDamages like Paralyze, Poison, Radiation, Acid... We can take away health with set_user_health to apply damage https://github.com/s1lentq/ReGameDLL_CS/blob/f050be77db474e45c2f525c396f30e33a48e8186/regamedll/dlls/player.cpp#L4690-L4794 Also, commented here: https://github.com/dreamstalker/rehlds/issues/906

https://github.com/s1lentq/ReGameDLL_CS/blob/c002edd5b18a8408e299bc6cccfec2c7de56ba3d/regamedll/dlls/player.cpp#L1131-L1153 Slowdown is applied with m_flVelocityModifier Well, the strange is that the behavior should apply slowdown ALWAYS. With the current code, **in a LargeFlinch**, if victim has speed higher than...

Bug is caused because of not checking weapon's FOV in some conditions. from here: https://github.com/s1lentq/ReGameDLL_CS/issues/703 comment from @wopox1337 > If we keep changing the shared code of weapons for the...

Yes, when you are using whatever semiclip plugin/module, and you are aiming at enemy or teammate that is not solid, you can't be able to read his name and hooking...

- Confirmation before Save/Load state For example: are you sure you want to replace the Save state at Slot 1? are you sure you want to Load Slot 1 saved...

enhancement

You download the app and go directly to play the game. The vibration strength is too high and annoying. I can't play with vibration enabled... is it just me? By...

More info here: https://github.com/dreamstalker/rehlds/issues/855 Also, review this: https://github.com/dreamstalker/rehlds/issues/798

Default value seems to be low. https://github.com/dreamstalker/rehlds/blob/22a00eff892c9bee807773120818dc2337f632e8/rehlds/engine/sv_main.cpp#L130 An example on cs_assault (official map): https://imgur.com/lv7Dvie The question now is, what will be a better value?

Hardcoded values: https://github.com/dreamstalker/rehlds/blob/6a916d766b2f766ed9a45f9f008b3f7b737e3c89/rehlds/dlls/cbase.h#L627-L648 Can be added an option to edit him easily through plugins using ReAPI? I don't know how to do it, probably some "expert" has the best option....