Jump to content

Sound randomisation


Recommended Posts

Posted

The voices for aminations is a bit too ramdom for me, sometimes a certain scene will play voices from mild, medium and hot. I'm trying to find out where this randomisation is coming from and maybe it's late and I'm just not paying attention but where is this?

 

Is it still sslbasevoice.psc?

If it is, where the hell do I elimeinate the randomisation?

 

 

Drunkenly posted at 11pm thanks in adnvnce.

Posted

in sslbasevoice change line 82 from
 

int randomizer = Utility.RandomInt(0, seed)

to 

int randomizer = (strength * 100.0) as int

This is untested.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...