AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] Change Weapon Speeds(v1.01 9/19/2017) (https://forums.alliedmods.net/showthread.php?t=301406)

Rachnus 09-19-2017 15:13

[CS:GO] Change Weapon Speeds(v1.01 9/19/2017)
 
Change Weapon Speeds

REQUIRES DHOOKS EXTENSION (Download)

Plugin requested by ASKER_CZ (https://forums.alliedmods.net/showthread.php?t=301370)

Description
Allows you to change the speed of each individual weapon in a config

ConVars
  • changeweaponspeeds_warmup_only - 0 - Only change speeds on warmup

Installation
Quote:

  • plugins/changeweaponspeeds.smx goes in csgo/addons/sourcemod/plugins
  • gamedata/changeweaponspeeds.games.txt goes in csgo/addons/sourcemod/gamedata
  • configs/weaponspeeds.ini goes in csgo/addons/sourcemod/configs

Extra
"Why would I use this plugin instead of changing items_game.txt"
Quote:

Quote:

Originally Posted by Rachnus (Post 2549640)
I didnt publish it on alliedmods cuz I realized a minute after I finished the plugin that you can just change your speed by editing scripts/items_game.txt lol


Quote:

Originally Posted by sneaK (Post 2549712)
Trouble with this, is that every update that messes with weapons, a new case is added, etc. this gets overwritten, and Valve has been doing this a lot lately :(


DOWNLOAD

micapat 09-19-2017 15:44

Re: [CS:GO] Change Weapon Speeds(v1.01 9/19/2017)
 
Good job :bee:! Some remarks:

1. I don't think it's useful to hook the player spawn, OnWeaponSwitchPost should be enough.

2. You can reduce your configuration file ==> If a weapon isn't specified, use the live value. If one day Valve change the speed of a weapon, you will need to update your configuration file...

3. About your configuration file, did you consider to use the KeyValues system?

4. For WeaponClassNameToCSWeaponID(), you should certainly use a StringMap, this switch is quite big ;).

Obyboby 09-19-2017 16:05

Re: [CS:GO] Change Weapon Speeds(v1.01 9/19/2017)
 
Thanks for this release :)

poel 04-07-2018 03:18

Re: [CS:GO] Change Weapon Speeds(v1.01 9/19/2017)
 
Hi,

Plugin is down for me. Can"t make it works on a basic server.

Is it normal ? is there any support ?

thks

Agent Wesker 05-18-2018 21:52

Re: [CS:GO] Change Weapon Speeds(v1.01 9/19/2017)
 
Doesn't seem to be working at the moment, does it need a gamedata update?

Agent Wesker 05-23-2018 13:45

Re: [CS:GO] Change Weapon Speeds(v1.01 9/19/2017)
 
4 Attachment(s)
Bump, looks like it did need a gamedata update

Also included a simple edit to close the file handle, without which you would need to restart the server every time you change the weaponspeeds.ini config.

eyal282 08-16-2018 05:46

Re: [CS:GO] Change Weapon Speeds(v1.01 9/19/2017)
 
Quote:

Originally Posted by Agent Wesker (Post 2593539)
Bump, looks like it did need a gamedata update

Also included a simple edit to close the file handle, without which you would need to restart the server every time you change the weaponspeeds.ini config.

Doesn't work.

deville 10-02-2018 08:13

Re: [CS:GO] Change Weapon Speeds(v1.01 9/19/2017)
 
So this wont work? Im not at home so I cant test it, but I'm interested.

Agent Wesker 10-02-2018 16:42

Re: [CS:GO] Change Weapon Speeds(v1.01 9/19/2017)
 
Quote:

Originally Posted by deville (Post 2617722)
So this wont work? Im not at home so I cant test it, but I'm interested.

I ended up creating a new plugin that edits the weapon scripts directly, it works 100% in my testing.

If you need it send me a PM.

Franc1sco 10-02-2018 16:56

Re: [CS:GO] Change Weapon Speeds(v1.01 9/19/2017)
 
Quote:

Originally Posted by Agent Wesker (Post 2617768)
I ended up creating a new plugin that edits the weapon scripts directly, it works 100% in my testing.

If you need it send me a PM.

Cant you share here?


All times are GMT -4. The time now is 01:06.

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