Raised This Month: $12 Target: $400
 3% 

[CS:GO/ZP] ExtraItem: PlasmaGun ver 3.1


Post New Thread Reply   
 
Thread Tools Display Modes
Author
gubka
Veteran Member
Join Date: Jan 2012
Location: Russia
Plugin ID:
5172
Plugin Version:
3.0
Plugin Category:
Gameplay
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Unapprover:
    Reason for Unapproving:
    No source code / plugin, upload source and use the Report Post button for a new review.
    Old 05-02-2016 , 16:04   [CS:GO/ZP] ExtraItem: PlasmaGun ver 3.1
    Reply With Quote #1

    Quote:
    Version: 3.1
    Author: gubka
    Description:
    Add new weapon to human

    Version: 3.1
    Fix with buying item
    (Bug model) This model can be invisible on some clients, problem in the model
    Crash fix (CLagCompensationManager::StartLagCompensatio n with NULL CUserCmd)

    Bugs:
    1. Model little bit bugged after first shoot, problem in the model
    2. Addon calculate end postion of the beam not very accurately, because
    Quote:
    Originally Posted by kadet.89 View Post
    Well, I suppose it's not possible. Bullet impact sprite - is a client side thing, you don't see it the same way as the server does, because of the ping-time shift. The result, the server gives to you is correct, and the sprite position is incorrect because of the prediction. The only way to minimize the difference - is to try to recalculate the prediction shift. I think the shift should be close to 'your speed'*'your ping', but I may be wrong. You should also take into account the spread of the bullets hit and recoil, it depends on the speed and the type of the weapon.
    Perhaps this article will help you https://developer.valvesoftware.com/wiki/Prediction


    Settings:
    Quote:
    #define EXTRA_ITEM_NAME "PlasmaGun"
    #define EXTRA_ITEM_COST 5
    #define EXTRA_ITEM_LEVEL 0
    #define EXTRA_ITEM_ONLINE 0
    #define EXTRA_ITEM_LIMIT 0

    // Weapon
    #define WEAPON_NAME "weapon_plasma"
    #define WEAPON_REFERANCE "weapon_scar20"

    // Models
    #define MODEL_WORLD "models/weapons/plasma/w_snip_plasma.mdl"
    #define MODEL_VIEW "models/weapons/plasma/v_snip_plasma.mdl"
    #define MODEL_BEAM "materials/sprites/laserbeam.vmt"

    // Sounds
    #define SOUND_FIRE "weapons/RequestsStudio/UT3/AvrilFire.mp3"
    #define SOUND_DEPLOY "weapons/RequestsStudio/UT3/AvrilDeploy.mp3"

    // Beam
    #define BEAM_LIFE 0.105
    #define BEAM_COLOR {100, 50, 253, 255}

    // Damage
    #define WEAPON_MULTIPLIER_DAMAGE 1.23
    Download:
    Dead link removed, - use the search function to find an alternative
    __________________

    Last edited by DarkDeviL; 07-19-2020 at 20:12. Reason: Dead link removed
    gubka is offline
    Send a message via ICQ to gubka
    gubka
    Veteran Member
    Join Date: Jan 2012
    Location: Russia
    Old 05-04-2016 , 19:46   Re: [CS:GO/ZP] ExtraItem: PlasmaGun
    Reply With Quote #2

    Update Version: 2.0
    Fix with buying item
    (Bug model) This model can be invisible on some clients, problem in the model
    __________________
    gubka is offline
    Send a message via ICQ to gubka
    VJScope
    Senior Member
    Join Date: Jul 2012
    Location: Finland
    Old 05-06-2016 , 08:57   Re: [CS:GO/ZP] ExtraItem: PlasmaGun
    Reply With Quote #3

    How does this work? Command? Buy a specific weapon? Requires a specific plugin or map?
    __________________
    Strange women lying in ponds distributing swords is no basis for a system of government. Supreme executive power derives from a mandate from the masses, not from some farcical aquatic ceremony.
    VJScope is offline
    gubka
    Veteran Member
    Join Date: Jan 2012
    Location: Russia
    Old 05-06-2016 , 11:57   Re: [CS:GO/ZP] ExtraItem: PlasmaGun
    Reply With Quote #4

    Quote:
    Originally Posted by VJScope View Post
    How does this work? Command? Buy a specific weapon? Requires a specific plugin or map?
    add weapon in the zombie plague extra item menu
    __________________
    gubka is offline
    Send a message via ICQ to gubka
    Unbelievable
    Senior Member
    Join Date: Jan 2016
    Old 05-07-2016 , 15:05   Re: [CS:GO/ZP] ExtraItem: PlasmaGun
    Reply With Quote #5

    I got a question, is this allowed? by that i mean will this get your server blacklisted?

    And can this by used without zombie plague..?
    Unbelievable is offline
    gubka
    Veteran Member
    Join Date: Jan 2012
    Location: Russia
    Old 05-08-2016 , 08:10   Re: [CS:GO/ZP] ExtraItem: PlasmaGun
    Reply With Quote #6

    Quote:
    Originally Posted by Unbelievable View Post
    I got a question, is this allowed? by that i mean will this get your server blacklisted?
    Mod don't against valves' rules. Regarding this, now the plugin should prevent auto trigger ban, but be careful, use addons just with custom models



    Quote:
    Originally Posted by Unbelievable View Post
    And can this by used without zombie plague..?
    No
    __________________
    gubka is offline
    Send a message via ICQ to gubka
    Unbelievable
    Senior Member
    Join Date: Jan 2016
    Old 05-08-2016 , 11:50   Re: [CS:GO/ZP] ExtraItem: PlasmaGun
    Reply With Quote #7

    Quote:
    Originally Posted by gubka View Post
    Mod don't against valves' rules. Regarding this, now the plugin should prevent auto trigger ban, but be careful, use addons just with custom models





    No
    Would you be able to make a version without zombies so that it works on servers with gun menu??
    Unbelievable is offline
    gubka
    Veteran Member
    Join Date: Jan 2012
    Location: Russia
    Old 05-08-2016 , 17:12   Re: [CS:GO/ZP] ExtraItem: PlasmaGun
    Reply With Quote #8

    Quote:
    Originally Posted by Unbelievable View Post
    Would you be able to make a version without zombies so that it works on servers with gun menu??
    I don't think so
    __________________
    gubka is offline
    Send a message via ICQ to gubka
    Unbelievable
    Senior Member
    Join Date: Jan 2016
    Old 05-08-2016 , 23:13   Re: [CS:GO/ZP] ExtraItem: PlasmaGun
    Reply With Quote #9

    Quote:
    Originally Posted by gubka View Post
    I don't think so
    that would be pretty cool
    Unbelievable is offline
    gubka
    Veteran Member
    Join Date: Jan 2012
    Location: Russia
    Old 05-10-2016 , 16:37   Re: [CS:GO/ZP] ExtraItem: PlasmaGun
    Reply With Quote #10

    Crash fix (CLagCompensationManager::StartLagCompensatio n with NULL CUserCmd)
    __________________
    gubka is offline
    Send a message via ICQ to gubka
    Reply


    Thread Tools
    Display Modes

    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 12:40.


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