Does anyone know how to change the advisor's voice or picture both on the strategy map or on the battlefield. Thanks in advance.~:confused:
Printable View
Does anyone know how to change the advisor's voice or picture both on the strategy map or on the battlefield. Thanks in advance.~:confused:
possibly but you should have posted this in the Modding Questions section - to which you will be moved very shortly :beam:
ok. thanks for answering. :2thumbsup:
the pic for the advisor should just be in XXXX/data/ui/culture/ADVISOR BATTLEMAP.TGA and ADVISOR STRATMAP.TGA though I think a little version also exists on one of the stratpages in the interface folder.
If you have RTW you may need to unpack the .pak files to see any of that.
Voice I'm sure can be changed but is likely to be a bit more complicated.
Ok. IF someone know how to change the voice and the advisor pic I would really apriciate it. Thanks in advance.:feedback:
Makanyane has already told you the answer to your problem:dizzy2:
Take that pic, and edit in an image editing program like Photoshop, Jasc Paint Shop Pro, or GIMP. Then save it back as a targa, overwriting the one there.Quote:
the pic for the advisor should just be in XXXX/data/ui/culture/ADVISOR BATTLEMAP.TGA and ADVISOR STRATMAP.TGA though I think a little version also exists on one of the stratpages in the interface folder.
If you have RTW you may need to unpack the .pak files to see any of that.
Voice, as Mak said, is probably able to be edited, but it would be extremely difficult. If it is just the annoying voice you want to get rid of, go to the RTW folder, open the preferences folder and then open preferences.txt
When in it, search for:You should then be taking to an entry that.Code:MUTE_ADVISOR:
ChangeCode:MUTE_ADVISOR:FALSE
BLIND_ADVISOR:FALSE
toCode:MUTE_ADVISOR:FALSE
to get here to shut up, this will mute her.Code:MUTE_ADVISOR:TRUE
ChangingtoCode:BLIND_ADVISOR:FALSE
will make the advisor pop-up window disappear, although the voice might come through.Code:BLIND_ADVISOR:TRUE
Be sure to leave BLIND_ADVISOR to false when you are playing a mod with a script, so you can activate the script.