Raised This Month: $32 Target: $400
 8% 

[CS:GO] Maphack 1.0 - Add items to maps


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Austin
Senior Member
Join Date: Oct 2005
Plugin ID:
3205
Plugin Version:
1.1
Plugin Category:
Technical/Development
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    This plugin lets you add weapons and spawn points into CS:GO maps.
    Old 08-30-2012 , 06:56   [CS:GO] Maphack 1.0 - Add items to maps
    Reply With Quote #1

    Description
    This plugin lets you add weapons and spawn points into CS:GO maps.
    The items are added directy to the map and also written to a Stripper
    config file so the next time the map loads the items will be persisted.

    Feature list
    All weapons and spawn points are supported.

    CVAR/Command list
    There is one command "add" with the following syntax.
    The only required parameter is the item to add.
    add item ammo notes

    If ammo is left off or set to 0 you will get default ammo for added weapons.
    notes if entered will be added to the striper config file as a comment.

    Examples:
    Add an ak47 with default ammo where you are standing.
    add ak47

    Add an ak47 with default ammo with a note for the Stripper file.
    (You only need quotes around the notes if they contain a space).
    add ak47 0 "ak47 with deafult ammo at first t spawn."

    Add an ak47 with 500 rounds.
    add ak47 500

    --------------------------------------------------------------
    List of all items you can add.

    ---- Grenades ------------------------------------------------
    smoke, flash, he, molo, inc, decoy

    ---- Pistols -------------------------------------------------
    glock, p250, fiveseven, deagle, elite, p2000, tec9, taser

    ---- Shotguns ------------------------------------------------
    sawedoff, nova, xm1014, mag7

    ---- Sub Machine Guns ----------------------------------------
    mp9, mac10, mp7, ump45, p90, bizon

    ---- Machine Guns --------------------------------------------
    m249, negev

    ---- Rifles --------------------------------------------------
    famas, galilar, m4a1, ak47, aug, sg556

    ---- Sniper Rifles -------------------------------------------
    ssg08, g3sg1, scar20, awp

    ---- Ammo ----------------------------------------------------
    338mag, 357sig, 45acp, 50ae, 556mm, 57mm, 762mm, 9mm, buckshot

    ---- Spawn Points --------------------------------------------
    ct, t

    --------------------------------------------------------------
    Changelog
    --------------------------------------------------------------
    2012-08-30 (v1.0)
    * Initial release.

    2012-09-03 (v1.1)
    * Fixed a problem where you could specify custom ammo on items that do not take ammo
    * added #pragma semicolon 1 and fixed a few places where they were missing

    -------------------------------------------------------------

    Installation instructions
    place the SMX in the plugins folder and you're done.

    Dependencies
    This plugin requires Metamod:Source, Sourcemod, Stripper
    You need the latest version of everything to run on CSGO.

    Download them here:
    http://www.sourcemm.net/snapshots
    http://www.sourcemod.net/snapshots.php
    http://www.bailopan.net/stripper/snapshots/1.2/

    This was only tested on a Windows dedicated server running the latest of
    everything from the above links.

    Errata
    This works from the console
    add ak47 300 "ak with 300 rounds"

    But the same command from chat doesn't work because of the quotes.
    !add ak47 300 "ak with 300 rounds"

    Plans
    Add in an option to add exploding barrels.
    Add the ability to remove items by pointing at them to select them.
    Attached Files
    File Type: smx ABSMapHack.smx (6.9 KB, 2966 views)
    File Type: sp Get Plugin or Get Source (ABSMapHack.sp - 2709 views - 15.6 KB)

    Last edited by Austin; 09-03-2012 at 04:12. Reason: New version
    Austin is offline
    fightarena
    Member
    Join Date: Nov 2011
    Old 08-31-2012 , 14:21   Re: [CS:GO] Maphack 1.0 - Add items to maps
    Reply With Quote #2

    very cool,
    Thanks for developing
    I will inform about the possible bugs in
    __________________
    German hosting Servers !!!

    quality n1




    ]
    fightarena is offline
    He Hate Me
    SourceMod Donor
    Join Date: Oct 2006
    Old 08-31-2012 , 14:28   Re: [CS:GO] Maphack 1.0 - Add items to maps
    Reply With Quote #3

    Very cool!
    Thank you
    He Hate Me is offline
    BielX
    Junior Member
    Join Date: Jan 2011
    Old 08-31-2012 , 19:23   Re: [CS:GO] Maphack 1.0 - Add items to maps
    Reply With Quote #4

    Can I add more than 24 players on the server with this plugin?
    BielX is offline
    Austin
    Senior Member
    Join Date: Oct 2005
    Old 08-31-2012 , 21:58   Re: [CS:GO] Maphack 1.0 - Add items to maps
    Reply With Quote #5

    Quote:
    Originally Posted by BielX View Post
    Can I add more than 24 players on the server with this plugin?
    1) valve fixed the problem with 25 max players.
    Now it's supposed to be 32

    2) There are a lot of factors affecting how many players connect,
    but for sure you need to have maps with enough spawn points.
    A spawn pont is a place in the map where players join or spawn into
    and it is totally up to the map creator how many they put in.
    For the new csgo maps
    the normal maps seem to have 15 spawn points per side so that is how many at most you are going to get per side.
    the _se versions seem to have only 10 spawn points per side.

    So if you want more player per side you can use this to add in more spawn points using
    add t
    or
    add ct
    and it will add more spawn points next time the map loads.

    If you are mostly interested in spawn points then this is a better plugin for that:
    http://forums.alliedmods.net/showthr...ht=SpawnTools7

    BUT,
    CSGO has a new and not so nice feature (bug)?
    It ignores the mp_limitteams if it would give a team that would exceed maxplayers/2

    In other words CSGO takes the maxplayers setting /2 and THAT is the max per side you can have.

    Valve are you listening? Please fix this rather serious problem with CSGO.

    Last edited by Austin; 09-01-2012 at 05:26.
    Austin is offline
    Doc-Holiday
    AlliedModders Donor
    Join Date: Jul 2007
    Old 09-01-2012 , 14:09   Re: [CS:GO] Maphack 1.0 - Add items to maps
    Reply With Quote #6

    Quote:
    Originally Posted by Austin View Post
    1) valve fixed the problem with 25 max players.
    Now it's supposed to be 32

    2) There are a lot of factors affecting how many players connect,
    but for sure you need to have maps with enough spawn points.
    A spawn pont is a place in the map where players join or spawn into
    and it is totally up to the map creator how many they put in.
    For the new csgo maps
    the normal maps seem to have 15 spawn points per side so that is how many at most you are going to get per side.
    the _se versions seem to have only 10 spawn points per side.

    So if you want more player per side you can use this to add in more spawn points using
    add t
    or
    add ct
    and it will add more spawn points next time the map loads.

    If you are mostly interested in spawn points then this is a better plugin for that:
    http://forums.alliedmods.net/showthr...ht=SpawnTools7

    BUT,
    CSGO has a new and not so nice feature (bug)?
    It ignores the mp_limitteams if it would give a team that would exceed maxplayers/2

    In other words CSGO takes the maxplayers setting /2 and THAT is the max per side you can have.

    Valve are you listening? Please fix this rather serious problem with CSGO.
    It is hardcore ..... it ruins how my community plays and yours ofc.... since its based of your old servers... and btw nice plugin... could prove useful although We give tons of money now
    Doc-Holiday is offline
    Apollyon
    SourceMod Donor
    Join Date: Dec 2007
    Location: California
    Old 09-01-2012 , 16:29   Re: [CS:GO] Maphack 1.0 - Add items to maps
    Reply With Quote #7

    Quote:
    Originally Posted by Doc-Holiday View Post
    It is hardcore ..... it ruins how my community plays and yours ofc.... since its based of your old servers... and btw nice plugin... could prove useful although We give tons of money now
    But this gives the option of spawning the opposing teams weapons in your spawn area.
    __________________
    Apollyon is offline
    Austin
    Senior Member
    Join Date: Oct 2005
    Old 09-01-2012 , 21:43   Re: [CS:GO] Maphack 1.0 - Add items to maps
    Reply With Quote #8

    Quote:
    Originally Posted by Apollyon View Post
    But this gives the option of spawning the opposing teams weapons in your spawn area.
    Quote:
    Originally Posted by Doc-Holiday View Post
    It is hardcore ..... it ruins how my community plays and yours ofc.... since its based of your old servers... and btw nice plugin... could prove useful although We give tons of money now
    That is the main reason I did this....
    So you can have any weapon you wanted...
    Something a bit more fun about picking up the guns you want instead of allowing an all buy system,
    and also to place nades around the map in certain places.
    Makes it more fun then just allowing 3-4 nades or unlimited.
    and of course adding in the spawns...

    Next item to do for CSGO is fixed the henades and then on to fix the maxplayers/2 problem.

    So guys still around after ten! years!
    There are still 6-7 [ABS] from the old servers on every night...
    When are we going to give it up?

    Last edited by Austin; 09-01-2012 at 21:46.
    Austin is offline
    Jetlag
    Member
    Join Date: Jul 2012
    Old 09-03-2012 , 08:43   Re: [CS:GO] Maphack 1.0 - Add items to maps
    Reply With Quote #9

    add ct
    add t
    didn t work for me on csgo
    there was no spawns and i was spectator and tried it
    but not working
    Jetlag is offline
    Austin
    Senior Member
    Join Date: Oct 2005
    Old 09-03-2012 , 16:03   Re: [CS:GO] Maphack 1.0 - Add items to maps
    Reply With Quote #10

    Quote:
    Originally Posted by Jetlag View Post
    add ct
    add t
    didn t work for me on csgo
    there was no spawns and i was spectator and tried it
    but not working
    It doesn't work from spectator.
    You have to be in game.

    Did you type
    add t
    from the console?
    You should have seen a message about the entity being written to the stripper config file.
    Did you look in \addons\stripper\maps\themapnameyouwerein.cfg to see if the spawn point was written to the file?

    Have you worked with spawn points before?
    Do you know how they work?
    do you have stripper installed and working?
    Have you worked with stripper before?

    You don't see anything in game
    (unless your running a local/single player game and you type map_showspawnpoints)
    you spawn into the game starting with the first spawn and as you do other rounds or other players spawn they cycle through the spawn points spawning into the map at the different places.

    Last edited by Austin; 09-03-2012 at 16:06.
    Austin is offline
    Reply



    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 17:45.


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