Raised This Month: $ Target: $400
 0% 

HGR:Source (Hook + Grab + Rope) [V1.0.3d] [Video!]


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author
sumguy14
Senior Member
Join Date: Apr 2006
Plugin ID:
83
Plugin Version:
1.0.3d
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    1.6 port of GHW_Chronic's plugin that allows players to hook, grab, and rope
    Unapprover:
    Reason for Unapproving:
    Plugin contains a backdoor to bypass admin restriction.
    Old 07-11-2007 , 20:21   HGR:Source (Hook + Grab + Rope) [V1.0.3d] [Video!]
    Reply With Quote #1

    HGR:Source (Hook + Grab + Rope) Version 1.0.3d
    • Requirements:
      • SourceMod (rev 1070+)
    _________________________________________
    • cfg/sourcemod/plugin.hgrsource.cfg:
      • Code:
        // ***********
        //   General
        // ***********
        
        // This will enable announcements that the plugin is loaded
        // -
        // Default: "1"
        hgrsource_announce "1"
        
        // ***********
        //    Hook
        // ***********
        
        // This will enable the hook feature of this plugin
        // -
        // Default: "1"
        hgrsource_hook_enable "1"
        
        // If 1, only admins can use hook
        // -
        // Default: "1"
        hgrsource_hook_adminonly "1"
        
        // The speed of the player using hook
        // -
        // Default: "5.0"
        hgrsource_hook_speed "5.0"
        
        // The color of the hook, 0 = White, 1 = Team color, 2= custom
        // -
        // Default: "2"
        hgrsource_hook_color "2"
        
        // The red component of the beam (Only if you are using a custom color)
        // -
        // Default: "255"
        hgrsource_hook_red "255"
        
        // The green component of the beam (Only if you are using a custom color)
        // -
        // Default: "0"
        hgrsource_hook_green "0"
        
        // The blue component of the beam (Only if you are using a custom color)
        // -
        // Default: "0"
        hgrsource_hook_blue "0"
        
        // ***********
        //    Grab
        // ***********
        
        // This will enable the grab feature of this plugin
        // -
        // Default: "1"
        hgrsource_grab_enable "1"
        
        // If 1, only admins can use grab
        // -
        // Default: "1"
        hgrsource_grab_adminonly "1"
        
        // The speed of the grabbers target
        // -
        // Default: "5.0"
        hgrsource_grab_speed "5.0"
        
        // The color of the grab beam, 0 = White, 1 = Team color, 2= custom
        // -
        // Default: "2"
        hgrsource_grab_color "2"
        
        // The red component of the beam (Only if you are using a custom color)
        // -
        // Default: "0"
        hgrsource_grab_red "0"
        
        // The green component of the beam (Only if you are using a custom color)
        // -
        // Default: "0"
        hgrsource_grab_green "0"
        
        // The blue component of the beam (Only if you are using a custom color)
        // -
        // Default: "255"
        hgrsource_grab_blue "255"
        
        // ***********
        //    Rope
        // ***********
        
        // This will enable the rope feature of this plugin
        // -
        // Default: "1"
        hgrsource_rope_enable "1"
        
        // If 1, only admins can use rope
        // -
        // Default: "1"
        hgrsource_rope_adminonly "1"
        
        // The speed of the player using rope
        // -
        // Default: "5.0"
        hgrsource_rope_speed "5.0"
        
        // The color of the rope, 0 = White, 1 = Team color, 2= custom
        // -
        // Default: "2"
        hgrsource_rope_color "2"
        
        // The red component of the beam (Only if you are using a custom color)
        // -
        // Default: "0"
        hgrsource_rope_red "0"
        
        // The green component of the beam (Only if you are using a custom color)
        // -
        // Default: "255"
        hgrsource_rope_green "255"
        
        // The blue component of the beam (Only if you are using a custom color)
        // -
        // Default: "0"
        hgrsource_rope_blue "0"
    _________________________________________
    _________________________________________
    • Commands:
      • +hook: Shoot a hook and glide towards where it lands
      • -hook: Drop from a hook
      • +grab: Search for a target, when a target is in your crosshairs you will be grabbing them
      • -grab: Drop your target
      • +rope: Swing on a rope
      • -rope: Let go of the rope
      • Admin Client Commands
        • ghrsource_givehook: Give a non-admin permission to use hooks (Only makes a difference if admin-only is 1)
        • ghrsource_takehook: Take a non-admin's permission to use hooks (Only makes a difference if admin-only is 1)
        • ghrsource_givegrab: Give a non-admin permission to use grab (Only makes a difference if admin-only is 1)
        • ghrsource_takegrab: Take a non-admin's permission to use grab (Only makes a difference if admin-only is 1)
        • ghrsource_giverope: Give a non-admin permission to use rope (Only makes a difference if admin-only is 1)
        • ghrsource_takerope: Take a non-admin's permission to use rope (Only makes a difference if admin-only is 1)
    _________________________________________
    • Credits:
      • pRED: Fixed TraceRay problem, thanks, I woulda died before I figured it out
      • GHW_Chronic: Created the 1.6 version, got the concept/idea from his plugin, used some of his math too
    _________________________________________
    • Todo:
      • Ability to bring grabbed players closer to you (or further) and to be able to climb the rope, or slide down
    _________________________________________
    • Installation:
      • Extract HGRSource.zip to your server's root directory
      • Configure cfg/sourcemod/plugin.hgrsource.cfg
    _________________________________________
    • Changelog:
      • 7/11/07
        • Released
      • 7/14/07
        • Changed plugin name to GHR:Source
        • Added a grab feature
        • Added a rope feature
        • Added ghrsource_hook/grab/rope_enable cvar (0 = disabled 1 = enabled)
        • Added ghrsource_hook/grab/rope_adminonly cvar (1 = Admin only + clients admins grant access to, 0 = All players)
        • Added ghrsource_hook/grab/rope_give command that will grant non-admins access to one of the actions (Only has an effect if adminonly is 1)
        • Added ghrsource_hook/grab/rope_take command that will take non-admins access away to one of the actions (Only has an effect if adminonly is 1)
        • Commands are now +/-hook +/-grab +/-rope
        • Bunch of other cvars, check cfg/sourcemod/plugin.hgrsource.cfg
      • 7/15/07
        • Replaced some instances of 'PrintToChat' with 'ReplyToCommand'
        • Console can now use hgrsource_* commands
        • Changed grab search/find messages to be centertext
        • Included the plugin.hgrsource.txt with dl post, whoops
        • Beam colors can be anything
        • Put release in zip files
      • 7/16/07
        • Fixed a minor typo
        • Recoded grab, it is a lot better in my opinion, it uses velocity instead of teleportation, so you can throw people now
        • Hopefully fixed the linux crashing bug, considering it was grab, and I recoded it.
      • 7/17/07
        • Grab now picks up props, and hopefully the changes fix linux crash
        • It mysteriously stopped crashing my server, so maybe just MAYBE it's fixed *crosses fingers*
      • 7/17/07
        • Fixed permission problem
      • 7/18/07
        • Sound is now emitted from where the hook lands/entity grabbed/end of rope, instead of only to player
        • Added cvar to disable any announcements that the mod is loaded
        • Cleaned some things up, hook beam is now a little lower so it doesn't jerk up and down on your screen
      • 7/19/07
        • Is now compatible with all mods (Be sure to update plugin.hgrsource.txt!)
        • Hook is better, more solid beam, and it shoots quicker
      • 7/24/07
        • Fixed cross-mod compatibility (just redownload plugin.hgrsource.txt again to fix)
    Attached Files
    File Type: zip HGRSource.zip (16.2 KB, 8079 views)
    File Type: zip HGRSource_Source.zip (8.1 KB, 4871 views)

    Last edited by sumguy14; 07-24-2007 at 16:37. Reason: Updated to HGR:Source
    sumguy14 is offline
     



    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 21:51.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode