Judging by googling, this is some Valve engine problem with game that is installed in non default folder.
def unhidePlus(): G = __main__.G if G.Patch_Plus == 1: print "Unofficial Patch 8.8 Plus" t = find("plus_turnstile") if t: t.Kill() t = find("plus_turnstilez") if t: t.Kill() plus = __main__.FindEntitiesByName("plus_*") for b in plus:
Great, and I even understood it :)
Is it possible to fix the nutjobs in the Malkavian mansion so that the females sound female and the males sound male in all cases?
So it's not just as simple as making all the female models use the femals audio tracks, and male models use male audio tracks?