Telekinesis

Moved

Total Downloads: 1,685 - First Release: Feb 16, 2015 - Last Update: Nov 23, 2017

5/5, 7 likes
  1. Doesn't always work, you need to get right in the center of the subject! with 5 times fires
     
  2. Tried on founda, walls, with 5 times "E", left-clic, "R", not work, and i was aiming perfectly the center
     
  3. Loaded posted cs file and it compiled.
     
  4. it loads but doesn't seem to work in game any more
     
  5. Update ya plugin please
     
  6. can someone please update this
     
  7. Strange. Do the mousewheel handlers not work anymore? I've looked in a bunch of places, and nothing. Maybe the mousewheel directions have to be defined first. I dunno.
     
  8. I think they removed the Mousewheel Enums as they're no longer in the BUTTON Enum list.
    I've fixed the plugin for me, but its kind of experimental. I've changed the BUTTON.PREVIOUS to BUTTON.FIRE_SECONDARY and the BUTTON.NEXT to BUTTON.FIRE_THIRD
    After changing that in the Code it'll work again.
     
  9. Yeh man, I did some weird shit too. Controls are awkward af, but it works so I can't complain...sometimes.
     
  10. Yeah at least it works again ^.^
     
  11. Maybe you meant BUTTON.FIRE_PRIMARY?

    __________________all buttons
    BUTTON.FORWARD
    BUTTON.BACKWARD
    BUTTON.LEFT
    BUTTON.RIGHT
    BUTTON.JUMP
    BUTTON.DUCK
    BUTTON.SPRINT
    BUTTON.INVENTORY
    BUTTON.FIRE_PRIMARY
    BUTTON.FIRE_SECONDARY
    BUTTON.CHAT
    BUTTON.RELOAD
    BUTTON.PREVIOUS
    BUTTON.SLOT1
    BUTTON.SLOT2
    BUTTON.SLOT3
    BUTTON.SLOT4
    BUTTON.SLOT5
    BUTTON.SLOT6
    BUTTON.SLOT7
    BUTTON.SLOT8
    BUTTON.LOOK_ALT
    BUTTON.USE
     
  12. That are all the buttons you can use afaik:

    Code:
        FORWARD = 2,
        BACKWARD = 4,
        LEFT = 8,
        RIGHT = 16,
        JUMP = 32,
        DUCK = 64,
        SPRINT = 128,
        USE = 256,
        FIRE_PRIMARY = 1024,
        FIRE_SECONDARY = 2048,
        RELOAD = 8192,
        FIRE_THIRD = 134217728
    
    as it says in the BUTTON Enum class.
     
  13. redBDGR updated Telekinesis with a new update entry:

    2.0.0

     
  14. tyx mate for doing it again!! :D but is it maybe possible to do it like the old one please? that the scroll controls the how far it goes and how close and that with LMB you can click on it to pick it up and put it down that was much easier then how it is now...
     
  15. mmmm afaik i am restricted by the number of keys i can use, as i don't think the scrolls are usable anymore. i might make a few changes though in regards to rotating the object
     
  16. do the console command "tls". To 1 time to bind. "Chat team" need every time you enter bind
     
  17. EDIT: It just started working. Now I just need to figure out how to use it well. Thank you. :)

    How do I make this work for Admins/Mods?

    I installed it, and as an admin, I get "You are not allowed to use this command!". My moderator gets the same message.
    [DOUBLEPOST=1499761042][/DOUBLEPOST]As soon as I type "/tls" I get:
    • The telekinesis tool has been enabled
    • The telekinesis tool has been enabled
    Why isn't it staying on?
    [DOUBLEPOST=1499761520][/DOUBLEPOST]May we please get an undo? Maybe /tls undo?
     
    Last edited by a moderator: Jul 11, 2017
  18. redBDGR updated Telekinesis with a new update entry:

    2.0.1

     
  19. redBDGR updated Telekinesis with a new update entry:

    2.0.2

     
  20. Working fine here tested ent kill on a bunch of items, no problems occur and it auto-disables /tls.
    I'm a bit confused about this vertical offset mode. Earlier with update 2.0.1 there were 4 modes available: distance, rotate (horizontal), rotate (vertical) + rotate (horizontal2). There's still only the 4 modes available in version 2.0.2