Vs-Saxton-Hale-2 icon indicating copy to clipboard operation
Vs-Saxton-Hale-2 copied to clipboard

[BUG] Sounds

Open Tolfx opened this issue 2 years ago • 0 comments

Information

Build: 9e11836 (latest) Env: Linux

Issue

Sounds

All bosses have no sounds when starting even if installed, no startup from boss nor any sounds from the boss at all.

Climb Damage

~~There is no climb damage at all~~ Updated config had sniper at 0 damage, resolved

Logs

This is getting spammed from my logs 24/7 when is active, can't find any references where these methods are being called or why is happening.

L 02/17/2024 - 12:10:01: [vsh/vsh2.smx] VSH2 VSH2Player.SetIntProp :: prop_name 'iDamage' might not be an int type. Please make sure the type prefix is consistent or use `SetPropAny`.
L 02/17/2024 - 12:10:01: [vsh/vsh2.smx] VSH2 VSH2Player.GetIntProp :: prop_name 'iDamage' might not be an int type. Please make sure the type prefix is consistent or use `GetPropAny`.
L 02/17/2024 - 12:10:01: [vsh/vsh2.smx] VSH2 VSH2Player.GetIntProp :: prop_name 'iDamage' might not be an int type. Please make sure the type prefix is consistent or use `GetPropAny`.
L 02/17/2024 - 12:10:01: [vsh/vsh2.smx] VSH2 VSH2Player.GetIntProp :: prop_name 'iDamage' might not be an int type. Please make sure the type prefix is consistent or use `GetPropAny`.
L 02/17/2024 - 12:10:01: [vsh/vsh2.smx] VSH2 VSH2Player.GetIntProp :: prop_name 'iDamage' might not be an int type. Please make sure the type prefix is consistent or use `GetPropAny`.
L 02/17/2024 - 12:10:01: [vsh/vsh2.smx] VSH2 VSH2Player.GetIntProp :: prop_name 'iBossType' might not be an int type. Please make sure the type prefix is consistent or use `GetPropAny`.
L 02/17/2024 - 12:10:02: [vsh/vsh2.smx] VSH2 VSH2Player.SetIntProp :: prop_name 'iDamage' might not be an int type. Please make sure the type prefix is consistent or use `SetPropAny`.
L 02/17/2024 - 12:10:02: [vsh/vsh2.smx] VSH2 VSH2Player.GetIntProp :: prop_name 'iDamage' might not be an int type. Please make sure the type prefix is consistent or use `GetPropAny`.
L 02/17/2024 - 12:10:02: [vsh/vsh2.smx] VSH2 VSH2Player.GetIntProp :: prop_name 'iDamage' might not be an int type. Please make sure the type prefix is consistent or use `GetPropAny`.
L 02/17/2024 - 12:10:02: [vsh/vsh2.smx] VSH2 VSH2Player.GetIntProp :: prop_name 'iDamage' might not be an int type. Please make sure the type prefix is consistent or use `GetPropAny`.
L 02/17/2024 - 12:10:02: [vsh/vsh2.smx] VSH2 VSH2Player.GetIntProp :: prop_name 'iDamage' might not be an int type. Please make sure the type prefix is consistent or use `GetPropAny`.
L 02/17/2024 - 12:10:02: [vsh/vsh2.smx] VSH2 VSH2Player.GetIntProp :: prop_name 'iBossType' might not be an int type. Please make sure the type prefix is consistent or use `GetPropAny`.
L 02/17/2024 - 12:10:02: [vsh/vsh2.smx] VSH2 VSH2Player.SetIntProp :: prop_name 'iDamage' might not be an int type. Please make sure the type prefix is consistent or use `SetPropAny`.
L 02/17/2024 - 12:10:02: [vsh/vsh2.smx] VSH2 VSH2Player.GetIntProp :: prop_name 'iDamage' might not be an int type. Please make sure the type prefix is consistent or use `GetPropAny`.
L 02/17/2024 - 12:10:02: [vsh/vsh2.smx] VSH2 VSH2Player.GetIntProp :: prop_name 'iDamage' might not be an int type. Please make sure the type prefix is consistent or use `GetPropAny`.
L 02/17/2024 - 12:10:02: [vsh/vsh2.smx] VSH2 VSH2Player.GetIntProp :: prop_name 'iDamage' might not be an int type. Please make sure the type prefix is consistent or use `GetPropAny`.
L 02/17/2024 - 12:10:02: [vsh/vsh2.smx] VSH2 VSH2Player.GetIntProp :: prop_name 'iDamage' might not be an int type. Please make sure the type prefix is consistent or use `GetPropAny`.
L 02/17/2024 - 12:10:02: [vsh/vsh2.smx] VSH2 VSH2Player.GetIntProp :: prop_name 'iBossType' might not be an int type. Please make sure the type prefix is consistent or use `GetPropAny`.

Edit

Found more in the spam:

SV_StartSound: saxton_hale/saxton_hale_responce_win1.wav not precached (0)

Looks like it doesn't get precached.

Tolfx avatar Feb 17 '24 12:02 Tolfx