-
Content count
187 -
Joined
-
Last visited
Single Status Update
See all updates by Hitscanning_scumbag
-
ah, that's why my sounds were not working.
The soundinfo Wiki Tells you to use sounds like this, at first:
$Random Rocket_rev {Rev_Rock0 Rev_Rock1}
Rev_Rock0 Rev_Rock0
Rev_Rock1 Rev_Rock1
And they do tell you the proper format:
$Random Rev\Rocket {Rev_Rocket0 Rev_Rocket1}
Rev_Rocket0 Mslfre0
Rev_Rocket1 Mslfre1
But my mistake was leaving half of that out.
$Random Rev\Rocket {Rev_Rocket0 Rev_Rocket1}
Rev_Rocket0
Rev_Rocket1
this gives the error "Unexpected end of file in sndinfo" if you're wondering.
Thanks for the help, Combine_kegan and wildweasel!