1. Hey all, I'm new to plugin development so I'd be grateful for any help anyone would be willing to offer me. I've been reading the source code of many of the excellent plugins that all of you have written. One thing eludes me and I would like to know if it's been solved before.

    Is there any way to de-nerf the waterpipe ready speed using Oxide or is that code stored client-side only?

    Thanks!
     
  2. Wulf

    Wulf Community Admin

    Pretty sure reloading times of guns are handled client-side only.
     
  3. Wow, thanks for the quick reply!

    Sorry, I meant the weapon "ready" speed. I just hate the slow, molasses-speed readying of the waterpipe when you equip it. I figure that's a client side thing as well though.

    It would be amazing if Facepunch provided some client-side modding hooks we could use for things like this. It's amazing what people have accomplished strictly server-side though.
    [DOUBLEPOST=1483834443][/DOUBLEPOST]P.S. Luke, I just pledged to your Patreon. Thanks for all your amazing work on Oxide. None of what I'm hoping to do would be possible without it.
     
  4. Wulf

    Wulf Community Admin

    Yeah, all the animations are client-side, so I doubt you could do anything to change that.