You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current CTF community has been split between the old hook mode 'crhook' and the three new votable hook modes. CTF admins would really appreciate crhook being restored as a 4th option, and keeping the new implemented hook types.
Changes should be found in grapple.c .
To summarize, the difference between crhook and hookfast is 1200 to 1050. It's just the 1200 velocity we would like to have an option to pick. The changes to the sound are great and appreciated.
If it isn't doable to restore crhook and make it a 4th option. The CTF admins would like to roll back the PR #277
The text was updated successfully, but these errors were encountered:
To add a new hook mode to the votable implementation is pretty easy. You can follow the boilerplate in the diff for PR #277. There's quite a bit of boilerplate, but it should be easy enough to follow and copy/pasta the patterns for adding new options to the existing vote.
When you've added the voting option, you need to add some code in grapple.c:
line ~14: add a new throw speed definition (1200)
line ~432: set the appropriate speed definition for the new hookstyle
line 455-460: you might want to ignore the hasteMultiplier for hookspeed 1200, as it's going to make the hook throw even faster (multiplies throw speed by 1.125% - so would be 1350 😬)
If any other help or guidance is needed, feel free to ping me on discord. I'm available to review a PR when you have something to post. 👍
Current CTF community has been split between the old hook mode 'crhook' and the three new votable hook modes. CTF admins would really appreciate crhook being restored as a 4th option, and keeping the new implemented hook types.
Changes should be found in grapple.c .
To summarize, the difference between crhook and hookfast is 1200 to 1050. It's just the 1200 velocity we would like to have an option to pick. The changes to the sound are great and appreciated.
If it isn't doable to restore crhook and make it a 4th option. The CTF admins would like to roll back the PR #277
The text was updated successfully, but these errors were encountered: