Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I am starting small, so I am just trying to swap "train_villager" from Q to E, in the Town Center array. I have also swapped train_official / train_prelate / train_saint from E to Q, so there are no conflictions in the Town Center UI for any civ.
Any suggestions?
I use 4th button to "go to TC" and 5 for "go to last event". Since like AOM 2002. :-/
I could set panning to any key and even set camera rotation to Alt+MouseMiddle, but the idle worker key doesn't do anything in that position. :/
command = "pick_next_idle_worker",
keycombos =
{
{
combo = "MouseMiddle",
repeatCount = -1,
},
{
combo = "",
repeatCount = -1,
},
command = "pan",
keycombos =
{
{
combo = "",
repeatCount = -1,
},
},
},
Am I doing something wrong? Does it work if you try it?
Pan:
{
command = "pan",
keycombos =
{
{
combo = "",
repeatCount = -1,
},
},
},
Next idle eco unit:
{
command = "pick_next_idle_worker",
keycombos =
{
{
combo = "MouseMiddle",
repeatCount = -1,
},
{
combo = "",
repeatCount = -1,
},