GithubHelp home page GithubHelp logo

gmodautohop's Introduction

GMod Autohop

Hi! This is a silly little lua script I wrote for gmod that very quickly got very out of hand. If you wanna use it, I recommend subscribing to it on the steam workshop page, over here! Alternatively, you can download the lua script, and drop it in your garrysmod/lua/autorun/client folder (possibly after tinkering around and editing it, if ya want ^_^).

How to use it

Basically, this addon (in its current state) maps a new concommand, +bhop, which, when held, sends +jump every tick you're standing on the ground. The exception to this, is if HasJumped == true. This means that +jump was sent on the previous frame, and sending it again would do nothing, so it instead sends -jump. Unfortunately, there's the obvious engine limitation of only being able to jump every other frame, so you tend to lose speed while going up slopes (I'll see if I can do something about that), but hey, its better than literally every other plugin on the gmod workshop which just stops jumping if you go up a slope.

Convars


cl_autojump 0

Causes +bhop to act exactly like a standard +jump input. +bhop sends +jump, -bhop sends -jump.

cl_autojump 1 (default)

Causes +bhop to send a +jump input only if

The player is both on the ground AND has not jumped the previous frame

OR this is the first frame +bhop has been held.

gmodautohop's People

Contributors

chloebangbang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.