Installa Steam
Accedi
|
Lingua
简体中文 (cinese semplificato)
繁體中文 (cinese tradizionale)
日本語 (giapponese)
한국어 (coreano)
ไทย (tailandese)
Български (bulgaro)
Čeština (ceco)
Dansk (danese)
Deutsch (tedesco)
English (inglese)
Español - España (spagnolo - Spagna)
Español - Latinoamérica (spagnolo dell'America Latina)
Ελληνικά (greco)
Français (francese)
Indonesiano
Magyar (ungherese)
Nederlands (olandese)
Norsk (norvegese)
Polski (polacco)
Português (portoghese - Portogallo)
Português - Brasil (portoghese brasiliano)
Română (rumeno)
Русский (russo)
Suomi (finlandese)
Svenska (svedese)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraino)
Segnala un problema nella traduzione
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]