redsunservers / SuperZombieFortress

Custom Team Fortress 2 Gamemode, inspired from Left 4 Dead
GNU General Public License v3.0
36 stars 27 forks source link

Super Zombie Fortress error #91

Closed Joaquel closed 4 years ago

Joaquel commented 4 years ago

L 07/26/2020 - 01:04:46: [superzombiefortress.smx] Unknown sound vo type "Fire" from infected "tank" in config

FortyTwoFortyTwo commented 4 years ago

Ho boy, sounds.cfg have it named "fire" full lowercase, but KeyValues read as "Fire" with an uppercase instead, because of how KeyValues cache works, ignoring case sensitive. Best simple solution is to just convert back to lowercase after reading config

FortyTwoFortyTwo commented 4 years ago

Should be fixed now, thanks for report!