0 of 0

File information

Last updated

Original upload

Created by

salomaogh

Uploaded by

salomaogh

Virus scan

Safe to use

Tags for this mod

About this mod

The mod adds the feature of pushing live projectiles (lobbers) from the ground away from the player, like in modern fps games.

Requirements
Permissions and credits
==================
DESCRIPTION
==================
The mod adds the feature of pushing live projectiles (lobbers) from the ground away from the player, like in modern fps games. The mod has only a few script lines, performance friendly (no NVSE operators) and can be simply merged with other mods. To use the feature, just use the Activate Control ( "E", by default on PC) on the projectile. There is a Global variable called 'aThrowForce' if you want to adjust the value (1800, by default)


==================
RELEASE NOTES
==================
- 1.5 (December 8th, 2019)
A little bit of code improvement, thx to JIP.
- 1.1 (December 4th, 2019)
It is easier to push the projectiles now. However i am not sure if the solution chosen is crash-free. I have tried this solution previously to avoid ref-walks, but i have experienced crashes at some point during gameplay. Consider it as a beta.
- 1.0 (December 4th, 2019)
Initial Release
==================
REQUIREMENTS
==================
JIP NVSE 52.7+
NVSE 4.1+
==================
COMPATIBILITY
==================
The mod is compatible with everything.
==================
CREDITS
==================
- Bethesda
- JIP (for the JIP NVSE plugin and for helping me out with the scripts)
- NVSE Team