Sgt.Pepper
Chieftain
- Joined
- Apr 9, 2015
- Messages
- 1
First sorry for my bad english.
Some Keyboard Shortcuts are assigned twice.
For example the Key S (KB_S) used by any Unit. It shoud sentry the Unit but it cames a cursor for "automate protect".
The Error is in Assets\XML\Interface\Civ4InterfaceModeInfos.xml:
<InterfaceModeInfo>
<Type>INTERFACEMODE_SHADOW_UNIT</Type>
<Description>TXT_KEY_ACTION_AUTOMATE_PROTECT</Description>
<HotKey>KB_S</HotKey>...
I activated the "Alt" Key in this InterfaceModeInfo-Section to get the old functionality.
The same Problem is with Key C (KB_C) wich centers the map.
When a Unit is standing into City then the center will not work.
Now the Error cames from Assets\XML\Interface\Civ4AutomateInfos.xml:
<AutomateInfo>
<Description>TXT_KEY_ACTION_AUTOMATE_CITY_DEFENSE</Description>
<Help>TXT_KEY_ACTION_AUTOMATE_CITY_DEFENSE_HELP</Help>
<HotKey>KB_C</HotKey>...
There are more to find....
Greez Sgt.Pepper
Some Keyboard Shortcuts are assigned twice.
For example the Key S (KB_S) used by any Unit. It shoud sentry the Unit but it cames a cursor for "automate protect".
The Error is in Assets\XML\Interface\Civ4InterfaceModeInfos.xml:
<InterfaceModeInfo>
<Type>INTERFACEMODE_SHADOW_UNIT</Type>
<Description>TXT_KEY_ACTION_AUTOMATE_PROTECT</Description>
<HotKey>KB_S</HotKey>...
I activated the "Alt" Key in this InterfaceModeInfo-Section to get the old functionality.
The same Problem is with Key C (KB_C) wich centers the map.
When a Unit is standing into City then the center will not work.
Now the Error cames from Assets\XML\Interface\Civ4AutomateInfos.xml:
<AutomateInfo>
<Description>TXT_KEY_ACTION_AUTOMATE_CITY_DEFENSE</Description>
<Help>TXT_KEY_ACTION_AUTOMATE_CITY_DEFENSE_HELP</Help>
<HotKey>KB_C</HotKey>...
There are more to find....
Greez Sgt.Pepper