DrVrej / VJ-Base

An addon for Garry's mod that contains bunch of bases to make many different types of addons.

Home Page:http://steamcommunity.com/sharedfiles/filedetails/?id=131759821

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improvement suggestions

Cpt-Hazama opened this issue Β· comments

First things first, all these years and no CustomOnDangerDetected πŸ˜” to make it to where we are not double checking dangers/grenades, this should be an easy implementation to the base so we don't have to override an entire function just for grenade related stuff.

Secondly, a major visual enhancement could be done to the human base. Currently, the human NPCs constantly snap their angle towards the enemy. This creates an unpleasant and unrealistic look to them, while also simultaneously disallowing the use of yaw pose parameters. Something that I did for my base, as well as Silverlan's unreleased human base, is that human NPCs were disallowed to face a enemy if they were still within 45 degrees of the front of them. Not only does this allow the use of yaw pose parameters, but as seen in both our bases they can utilize turn animations which look fabulous on top of not snapping towards the enemy.

Lastly, please revamp the grenade code after all these years. I need event support 😭

commented

Added CustomOnDangerDetected in 1e50651

commented

As of the latest commit 9aebb1d, all the suggestions have been completed!