Garry's Mod

Garry's Mod

VRMod x64 - Extended
Menampilkan101-110 dari 178 kiriman
< 1 ... 9  10  11  12  13 ... 18 >
Pembaruan: 16 Jul @ 2:13pm
berdasarkan Doom Slayer

-Fixed: Player can see both world and a view model simultaneously.
-Fixed: Numpad keeps tracking the cursor even when it's not focused on.
-Optimization: various performance improvements.

Pembaruan: 15 Jul @ 4:31pm
berdasarkan Doom Slayer

-Added: legacy build support (not tested)

Pembaruan: 15 Jul @ 3:03am
berdasarkan Doom Slayer

Melee(Dev): damage Multiplier can be used with customImpactType

Pembaruan: 15 Jul @ 2:20am
berdasarkan Doom Slayer

Melee: slightly improved detection of the vertical melee weapons, enough to push this update

Pembaruan: 14 Jul @ 4:44pm
berdasarkan Doom Slayer

-Melee: more or less fixed misalignment of weapons with Angle(0,-90,0) offset, such as crowbar + Additional optimization and performance improvements.

Pembaruan: 13 Jul @ 1:55pm
berdasarkan Doom Slayer

-Melee: most accurate collisions for weapons so far, with instant calculation on weapon change. Most calculations should be cached, should slightly boost performance.
-Hand physics: now the weapons collide with props. Like a physical crowbar mod, but for every weapon.

Pembaruan: 13 Jul @ 4:27am
berdasarkan Doom Slayer

Melee: disabled kicks until I get FBT

Pembaruan: 12 Jul @ 10:16am
berdasarkan Doom Slayer

-Added: simple death fade animation.
-Melee: slight radius boost for hands

Pembaruan: 12 Jul @ 5:42am
berdasarkan Doom Slayer

-Melee:
Added: VRMod_MeleeSwing hook (client) for custom swing sounds/effects on velocity threshold (vrmod_melee_velthreshold).
Improved: VRMod_MeleeHit hook (server) now supports overriding damage, decals, and impact types for all melee weapons.
Fixed: Optimized TraceSphereApprox for better hit detection across all melee types.
Tweak: Added vrmod_melee_speedscale for balanced damage scaling on fist and kick attacks.

Pembaruan: 11 Jul @ 4:29pm
berdasarkan Doom Slayer

-UI: Weapon settings are more useful. Apart from setting offset one can fix the muzzle (if it's attached to head instead of hand) and disable laser pointer for specific weapon. Also now you will be able to use if some addons overriding offset, which is useful for development.

-Weapon menu: now if you select the center it will switch between empty hands and the last weapon. I decided to go this way instead of a hostler.

-Melee: Fist will not collide with an object if you hold it with the same hand. More accurate collisions for weapons (custom spherical trace function) Decals and more meaningful server side print in console.

-API: vrmod.SetViewModelFixMuzzle(classname, bool) <- apply muzzle fix for your swep
vrmod.SetViewModelNoLaser(classname, bool) <- disable laser pointer for this weapon
vrmod.GetHeldEntity(ply, hand) <- get currently held ent in player's hand ("left" or "right")