AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   Weapon Modifier v1.56 (Damage, Recoil, Speed and more...) (https://forums.alliedmods.net/showthread.php?t=165075)

Kiske 08-15-2012 17:01

Re: Weapon Modifier v1.56 (Damage, Recoil, Speed and more...)
 
Update plugin with a fix :)
See changelog for more information.

Thanks!

FR0NTLINE 08-18-2012 11:09

Re: Weapon Modifier v1.56 (Damage, Recoil, Speed and more...)
 
Your Awesome Gr8 Support.

XINLEI 10-18-2012 13:07

Re: Weapon Modifier v1.56 (Damage, Recoil, Speed and more...)
 
Suggestion:
-Command to enable/disable modified weapon features per player.

claudiuhks 10-21-2012 08:57

Re: Weapon Modifier v1.56 (Damage, Recoil, Speed and more...)
 
Great plugin but there are too many exclamation symbols in the configuration files.

anantthakor 10-22-2012 04:04

Re: Weapon Modifier v1.56 (Damage, Recoil, Speed and more...)
 
will try !

Kiske 10-24-2012 08:20

Re: Weapon Modifier v1.56 (Damage, Recoil, Speed and more...)
 
Quote:

Originally Posted by claudiuhks (Post 1822891)
Great plugin but there are too many exclamation symbols in the configuration files.

??

PoLiCe 06-12-2013 09:29

Re: Weapon Modifier v1.56 (Damage, Recoil, Speed and more...)
 
Awesome plugin!
Great Job dude!!

SkuLLCr 01-02-2014 18:05

Re: Weapon Modifier v1.56 (Damage, Recoil, Speed and more...)
 
Quote:

Originally Posted by Kiske (Post 1535851)
Weapon Modifier v1.56
By Kiske

[IMG]http://img237.**************/img237/8720/descriptionz.png[/IMG]

Features:
  • Damage
  • Recoil
  • Speed
  • Model
  • Glow(W_ and P_ model)
  • Unlimited Clip and BPAmmo
  • Sound of the knife
  • Knockback Power
  • Automatic Fire Pistol
  • Zoom

This plugin allows you to modify the damage, the recoil and the speed of the weapons, but not just set it, but also add, subtract, multiply or even divide to the default value of the gun.
It also allows you to modify the model of the gun in its three aspects (V_ , P_ , W_).
You can set the glow of all the guns (only W_ and P_ model).
You can put infinite bullets or magazines to the weapon you wish to.
You can also modify the sounds of the knife.
You can modify the knockback power of the weapon.
You can set the automatic fire to any pistol
You can set and change the zoom from weapon, except that weapon that have his respective attack2's function.



[IMG]http://img694.**************/img694/5438/notes.png[/IMG]
It consists of individual CVARs for each gun and an extra to control all the weapons.
If you want to deactivate the wm_damage_all , wm_recoil_all , wm_speed_all , wm_wglow_all , wm_pglow_all , wm_unclip_all , wm_unbpammo_all , wm_kb_all or wm_zoom_kb you must set it in off, and not in 0.

The knockback have 3 aditionals cvars:
wm_knockback 0 (turn on/off the knockback)
wm_kb_zvel 1 (turn on/off the vertical push)
wm_kb_dist 500 (the distance that the knockback do default)


[IMG]http://img690.**************/img690/6929/settings.png[/IMG]
The plugin has a .cfg and .ini for you to configure the guns from there.
The X must be replaced by the desired damage , recoil , speed , unclip or unbpammo
And weaponname must be replaced by the name of the weapon.

Examples:
To add to the default value of the gun: wm_X_weaponname +1337
To subtract the default value of the gun: wm_X_weaponname -1337
To multiply the default value of the gun: wm_X_weaponname *1337
To divide the default value of the gun: wm_X_weaponname /1337
To set a value: wm_X_weaponname =1337

To set the glow of a weapon w_: wm_wglow_weaponname "255 128 33" [Red(0-255) Green(0-255) Blue(0-255)]
To set the glow of a weapon p_: wm_pglow_weaponname "255 128 33" [Red(0-255) Green(0-255) Blue(0-255)]

To set infinite bullets to a gun: wm_unclip_weaponname 1
To set infinite magazines to a gun: wm_unbpammo_weaponname 1

To set the knockback power of a weapon: wm_kb_weaponname 12.7

To set the automatic fire of a weapon: wm_autofire_weaponname 1

To set or modify the zoom of a weapon: wm_zoom_weaponname "0.3 190 60 30" <delay> <maxspeed> <zoom1> [zoom2(optional)]
Delay: delay to add when weapon will be usable after zoom : default cs seems to be 0.3
MaxSpeed: maxspeed a player can gain when the weapon is zoomed (put 0 to keep normal speed, unless you alter a sniper zoom)
Zoom1: 0-90 First zoom value. Default : aug and krieg552 : 55 , snipers 40
Zoom2: 0-90 Second zoom, put 90 for no 2nd zoom. Default: snipers : 15, Awp : 10
Weapon names:
  • p228
  • scout
  • xm1014
  • mac10
  • aug
  • elite
  • fiveseven
  • ump45
  • sg550
  • galil
  • famas
  • usp
  • glock18
  • awp
  • mp5navy
  • m249
  • m3
  • m4a1
  • tmp
  • g3sg1
  • deagle
  • sg552
  • ak47
  • knife
  • p90
  • all
Name of extra weapons for the wm_wglow_* and wm_pglow_* cvar:
  • thighpack (not work for pglow)
  • shield (not work for pglow)
  • hegrenade
  • c4
  • smokegrenade
  • flashbang
  • backpack (not work for pglow)


To change the model you just have to type the route of the model in the .ini file of the weapon.

For example:
If you want to change the model V_ and P_ of the AWP, you have to do as follows:
V_AWP = models/new_weapons/v_awp.mdl
P_AWP = models/new_weapons/p_awp.mdl

If you want to change the sound HITs of the knife, you have to do as follows:
KNIFE_HIT_1 = new_sound/knife_hit_1.wav
KNIFE_HIT_2 = new_sound/knife_hit_2.wav
KNIFE_HIT_3 = new_sound/knife_hit_3.wav
KNIFE_HIT_4 = new_sound/knife_hit_4.wav


[IMG]http://img691.**************/img691/5334/creditsk.png[/IMG]
dorin2oo7 - For the images. (Description / Settings / Credits / etc..)
ner0 and Seth - For the translated post
ConnorMcLeod - Bug fixing and optimizations, and the weapons zoom code (http://forums.alliedmods.net/showthr...ighlight=scope)
MeRcyLeZZ - For give me the way to put infinite bullets and infinite chargers and stocks, knockback code
Asd' - For the idea of P_ model glow
jc980 - For the idea of knockback and automatic fire pistol
XINLEI - For the idea of weapons zoom

[IMG]http://img694.**************/img694/1227/change.png[/IMG]


[IMG]http://img690.**************/img690/3448/downloade.png[/IMG]



And how I can add it on my CS server ?

Kiske 01-02-2014 20:10

Re: Weapon Modifier v1.56 (Damage, Recoil, Speed and more...)
 
Quote:

Originally Posted by SkuLLCr (Post 2080261)
And how I can add it on my CS server ?

I added a mini explanation in Download.

MexPower 07-17-2014 11:37

Re: Weapon Modifier v1.56 (Damage, Recoil, Speed and more...)
 
the KB cvars are not in the. cfg


All times are GMT -4. The time now is 23:38.

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