Instalar Steam
iniciar sesión
|
idioma
简体中文 (Chino simplificado)
繁體中文 (Chino tradicional)
日本語 (Japonés)
한국어 (Coreano)
ไทย (Tailandés)
български (Búlgaro)
Čeština (Checo)
Dansk (Danés)
Deutsch (Alemán)
English (Inglés)
Español - España
Ελληνικά (Griego)
Français (Francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (Húngaro)
Nederlands (Holandés)
Norsk (Noruego)
Polski (Polaco)
Português (Portugués de Portugal)
Português - Brasil (Portugués - Brasil)
Română (Rumano)
Русский (Ruso)
Suomi (Finés)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Informar de un error de traducción
VRMod_MeleeSwing (Client)Customize swing sounds/effects when swinging (no hit required).
When: Triggers on swing if velocity > vrmod_melee_velthreshold (default 1.5 m/s).
Args:swingData: { Player, Weapon, Hand ("left"/"right"/nil), Position (Vector), RelativeVelocity (Vector), RelativeSpeed (number) }
callback: Call callback(soundPath) to set swing sound.
Default: Plays Weapon_Crowbar.Single for crowbar.
Example: Stunstick Swing
VRMod_MeleeHit (Server)Customize hit sound, damage, decals, etc., when swing hits.
When: Triggers on hit (entity or surface).
Args:hitData: { Attacker, HitEntity, HitPos, Damage, ImpactType, Hand, RelativeSpeed, MaterialType, DecalName, DamageMultiplier, DamageType, Reach, Radius }
callback: Call callback(soundPath, decal, damage, multiplier, damageType, reach, radius, impactType) to override.
Default: Uses impactSounds[impactType] (e.g., blunt), material-based decals, ~100–500 damage.
Example[github.com]
Example 2[github.com]
Relevant code[github.com]