Stellaris

Stellaris

88 个评价
Multiplayer Spacebar Pause
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
51.488 KB
2016 年 11 月 23 日 下午 12:21
9 月 22 日 下午 12:55
31 项改动说明 ( 查看 )

订阅以下载
Multiplayer Spacebar Pause

描述
Enables you to pause the game in multiplayer using the Spacebar key.

Only use this mod when playing MP!
There is a double bind in SP so it double triggers, and I'm to lazy atm to find it and fix it =P

Changes:
interface/main.gui
58 条留言
SempfgurkeXP 7 月 25 日 下午 2:24 
Hey, would it be possible to add compatibiltiy with this mod?

https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1623423360

They already have lots of compatibility mods, and since its literally the most downloaded mod on the workshop I think it would make sense to have compatibility.

No idea why Paradox just allows us to decide ourselfs if we want Spacebar pause in mp...
KelTuze 2023 年 9 月 24 日 上午 4:20 
in this mod does not play only those who do not play multiplayer)
The TNT Tiger 2023 年 6 月 4 日 下午 2:08 
Ah shit, so it isnt compatible with any UI mods? That's what we always play with
Tempted  [作者] 2023 年 6 月 3 日 上午 3:30 
Its updated and works. Its not compatible with mods changing the main.gui file in the interface folder.
Pollock 2023 年 6 月 2 日 下午 3:06 
I can't for the life of me get this mod to work right now. Did one of the updates break it?
Tempted  [作者] 2023 年 5 月 17 日 上午 8:33 
I don't think so unfortunately. I don't play a lot of MP nowadays and I never really found the functionality necessary.
AppleBritches 2023 年 5 月 16 日 下午 5:24 
Any chance you would be up to adding in the + - functionality for speeding up and down time?
One ♥♥♥♥♥♥♥ Hammer 2023 年 3 月 31 日 上午 1:07 
@Zero
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
Zero 2023 年 3 月 30 日 下午 2:47 
Not getting this to work in our game. Do you have to make that tweak to the overhaul to work? That comment makes it sound like that's to make it clickable?
One ♥♥♥♥♥♥♥ Hammer 2023 年 3 月 5 日 上午 3:22 
@brucethemoose:
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.