Garry's Mod

Garry's Mod

Draconic Base
Showing 171-180 of 189 entries
< 1 ... 16  17  18  19 >
Update: 28 Oct, 2019 @ 9:07pm

  • Added support for the "Tactical Leaning" addon
  • Added new SWEP setting "SWEP.CanTFALean" (true/false, defaulted to true), whether or not a weapon can perform the "tactical lean".
  • Added new projectile type: "sticky", sticks to the first thing it touches and explodes after fusetime passes.
  • Added new projectile type "playersticky", same as above but it only sticks to players, NPCs, and vehicles.

Update: 27 Oct, 2019 @ 1:24am

Updates
  • Fixed, Overhauled, and Extended the hell out of the debug derma

Fixes
  • Fixed plasmagun example causing wonky visual problems due to font issues.

Update: 26 Oct, 2019 @ 1:17am

New Features
  • Debug Menu -- In the "Options" tab, under "Draconic" in "SWEP Settings", under the "Client" section, there is a checkbox to enable / disable debug mode. Currently this makes a nifty box pop up only when a Draconic SWEP is equipped to show useful information.
  • SWEP:DoCustomHolster()
  • SWEP:DoCustomRemove() -- I could have sworn I had these two already but I guess not.

Fixes
  • Made a fallback for worldmodel muzzle detection when a model was using a css muzzle_flash attachment point.
  • Fixed gun melees being triggered when they shouldn't be allowed to (such as in passive, with sights down, etc.)
  • Fixed / Added: Gun melees now play an animation on playermodels. two-handed holdtypes will play the "shove" animation, where one-handed holdtypes will play a crowbar melee animation.

Update: 25 Oct, 2019 @ 12:05am

Deleted a temporary weapon I was using to test something I left in by accident.

Update: 25 Oct, 2019 @ 12:04am

New Features
  • SWEP.Secondary.SpreadRecoilMul = 1.0 // I hate this setting. This provides unrealistic Call of Duty-esque setting where by using a value lower than 1, you can make your weapon's spread magically drecease when you are using sights.
  • More entries & settings on the "SWEP Settings" menu in the options tab:
  • "Allow Call of Duty Spread" (enabled by default), disabling this prevents any DSB SWEPs from unrealistically altering their spread cone just because you're using their sights.
  • "NPC Accuracay Handicap", a slider from 0-10 which affects the accuracy of any NPCs using a DSB SWEP. 0 = ST6, 2 = HL2 Accuracy, 10 = Can't hit anything.

Fixes
  • Fixed any possible initialize firing mode selection errors.
  • Fixed NPCs reloading after every shot past the first clip.

Update: 24 Oct, 2019 @ 1:35am

New Features
  • SWEP.PassivePos -- Passive Position
  • SWEP.PassiveAng -- Passive Angle
  • SWEP.WepSelectIcon = surface.GetTextureID( "" ) -- Mtaterial to use for the weapon select HUD (All Draconic SWEPs that leave this undefined will have a default draconic lua image placed on them.)
  • Made it so that all melee sweps can now be holstered
  • Started a basic settings menu (Options -> Draconic -> SWEP Settings) which includes admin-only (serverside) settings currently, but will include both client and server settings in the future, as well as expanded server settings such as global npc accuracy modifiers.
  • Probably something small I'm forgetting that I'll edit into this changelog later.

It's late as fuuuuug right now, I'll update the wiki with all the new stuff I've been adding tomorrow.

Bug Hunt
On some servers, there is an issue where vFire weapons will instead fire bullets when they should be creating vFire entities. Reason and cause is unknown; anyone who experiences this issue should get in contact with me.

Update: 18 Oct, 2019 @ 2:32pm

Update: 18 Oct, 2019 @ 12:28pm

vFire Support & NPC patching update
vFire:
  • Added support for vFire "flamethrower" weapnos.
  • SWEP.Primary.isvFire
  • SWEP.Secondary.isvFire
  • SWEP.vFireVolatility
  • SWEP.vFireSpeed
  • SWEP.vFireSpawnDist
  • SWEP.vFireStopSound

NPCs:
  • Fixed issues with NPCs causing serverside errors caused by some unknown reason (probably a gmod update idk, either way it doesnt error now.)
  • Added support for NPCs to use DSB SWEPs that use vFire functionality

Update: 12 Oct, 2019 @ 7:22am

Pre-added a model for a future update.

Update: 19 Sep, 2019 @ 8:27pm

New Features
  • Added "sv_drc_movement" serverside config, which allows server owners to completely disable custom movement on all DSB weapons when set to 0.
  • Added "sv_drc_movesounds" serverside config, which allows server owners to completely disable custom move sounds on all DSB weapons when set to 0.
  • Added lua effect/particle support for tracer & impact effects. See SWEP.Primary.Tracer & SWEP.Primary.ImpactEffect.

CHANGES & FIXES
  • Fixed burst fire rendering 2x as many shots on battery base weapons.
  • Partially reworked the viewmodel position system to properly lerp ironsights in/out and passive in.
  • Fixed overheat holdtype not showing for other clients on a server.
  • Lowered the recoil of some of the example weaponsto make them actually usable and not overglorified shakeweights.
  • Fixed movement modifiers overwriting one another from one player to another, so no more conflicting movement settings.