Instale o Steam
iniciar sessão
|
idioma
简体中文 (Chinês simplificado)
繁體中文 (Chinês tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Tcheco)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol — Espanha)
Español-Latinoamérica (Espanhol — América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polonês)
Português (Portugal)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar um problema com a tradução
Editing the previous message*:
Forgot to add, you'd want to make it something else but 'SPACE'.
That way in the single-player you wouldn't have a problem of insta pause/unpause.
Just to clear up, add # in front of alwaysTransparent = yes
That way it won't block the feature from appearing or change it to 'no'.
For me it's the 'RIGH', which is bound to my mouse, which in turn has 6 adjustable side buttons :D
If you want UI Overhaul Dynamic to have the pause option:
1. Go to: steamapps\workshop\content\281990\1623423360\interface
2. Open main.gui
3. Find and replace with the following text:
buttonType = {
name = "start_stop_icons"
quadTextureSprite = "GFX_start_stop_icons"
position = { x = -207 y = 10 }
orientation = upper_right
if_resolution = {
max_width = 1600
position = { x = -197 y = 10 }
}
frame = 1
shortcut = "SPACE"
clicksound = ui_click_pause
oversound = no_sound
# alwaysTransparent = yes
}
The 'alwaysTransparent = yes' was the line preventing hotkey usage.