No tech quote voiceovers

Beelzibub

Chieftain
Joined
Nov 22, 2001
Messages
62
Location
England
I have been away from civ 5 and this mod for a while so apologies if this has been asked before:

A very minor issue, but the tech quote voiceover doesn't play when I research a tech.

This doesn't happen if I load up a vanilla game, but happens using the last couple of versions of the mod: 3.8 and 3.9. I thought it might be because I had the leanard nimoy quote mod previously, but I did a fresh install/ deleted all mods, cache etc and it hasn't fixed it.

Any ideas?
 
In CAT\Cat_Options.sql line 95:

PHP:
/*
Speech
1 = play speech
0 = silence speech
*/
INSERT INTO Cep (Type, Value) VALUES ('PLAY_SPEECH_START'		, 0);
INSERT INTO Cep (Type, Value) VALUES ('PLAY_SPEECH_WONDERS'		, 0);
INSERT INTO Cep (Type, Value) VALUES ('PLAY_SPEECH_TECHS'		, 0);
 
Top Bottom