Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 2.27 KB

README.md

File metadata and controls

45 lines (35 loc) · 2.27 KB

SFTG-ThrowCalc

Description

This mod allows for rendering the path a weapon will take when thrown. It is unable to be used in public lobbies; one must directly join another mod user. However, it is able to be used along with other mods such as the QOL Mod. The use cases are not meant to be entirely practical, perhaps a certain edge-case/scenario on a map, or, maybe, you'd simply like to visually see the limit a weapon can be thrown. It was initially created as a demonstration, and has now evolved into a mod everyone can freely play around with and or reference if ever needed.

The trajectory will begin being drawn as soon as the weapon is picked up. Once said weapon is thrown the trajectory will not be updated until a weapon is again picked up. Trajectories are drawn, by default, for all players within a lobby. Pressing the P key will disable rendering trajectories from other players and will let you see only your own. This is changeable in the config at: BepInEx\config\monky.plugins.ThrowCalc.cfg.

Installation

To install the mod, one can follow the same instructions as found on the QOL-Mod page and apply them here. In addition to putting the ThrowCalc.dll into the BepInEx\Plugins folder, you must download and put the SimpleAntiCheat.dll into the folder as well, or the mod will not run.

Notes

  • Blocking will be invisible in the main menu, this fixes itself when joining a lobby.

Math Summary

To be written.