View Full Version : Shortcuts/mouseover info


The Great Apple
Dec 31, 2005, 08:17 AM
I've been having a strange problem with my mod. I've only just noticed it and I don't know when it started. Basically, the mouseover information for most of the interface icons is appearing wrong - I mousover the domestic advisor button and it says "Victory Conditions <F8>" in the bottom left hand corner.

What's more, the shortcut shown is the actual shortcut for the domestic advisor. Just about all the interface icons are like this.

I'm having trouble finding where the problem is occuring though. I'm pretty sure it's in the xml files (because I removed them and it worked fine), but I can't seem to pin down the file that's causing the problem...

Any ideas anybody?

The Great Apple
Jan 02, 2006, 09:09 AM
:bump: Please?

The Great Apple
Jan 12, 2006, 03:44 PM
Ok, I've given you over a week to mull over it, any thoughts?

12monkeys
Jan 12, 2006, 04:03 PM
Just found this thread.

Question :
you said that the mouse over of the domestic button hows "Victory Conditions <F8>".
you also said that " shortcut shown is the actual shortcut for the domestic advisor"

This confuses me, because the short cut for the domestic should be "F1", so it isn't correct. Could this be the source of the problem?

The Great Apple
Jan 12, 2006, 06:30 PM
Just found this thread.

Question :
you said that the mouse over of the domestic button hows "Victory Conditions <F8>".
you also said that " shortcut shown is the actual shortcut for the domestic advisor"

This confuses me, because the short cut for the domestic should be "F1", so it isn't correct. Could this be the source of the problem?
While it should be F1, it isn't (when I press F8 I get the domestic advisor), and I can't seem to find the place that the shortcuts are assigned to the screens...

12monkeys
Jan 13, 2006, 11:10 AM
While it should be F1, it isn't (when I press F8 I get the domestic advisor), and I can't seem to find the place that the shortcuts are assigned to the screens...

Ah I understand. Two suggestions :

1.) Check your "CvMainInterface.py" it may be mixed up a bit. Try to replace it with the original one. The problem may be in the function "interfaceScreen" where the advisor buttons are defined and located.

2.) Check your CIV4ControlInfoy.XML. There are the shortcuts and such things defined. Maybe replace it as well.

Good luck

monk

The Great Apple
Jan 13, 2006, 01:06 PM
2.) Check your CIV4ControlInfoy.XML. There are the shortcuts and such things defined. Maybe replace it as well.

This is the one. I didn't spot it hiding there in the units folder.

Thanks!