Stellaris

Stellaris

Multiplayer Spacebar Pause
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.
Tempted  [作者] 2023 年 2 月 25 日 上午 3:04 
Its updated for 3.6.1 yes
IDONTLIKECHEATS 2023 年 2 月 24 日 下午 1:42 
Does it work on 3.6.1? I disabled UI overhaul dyn. (only mod that contains a main.gui file), still no worky :(
IDONTLIKECHEATS 2023 年 2 月 24 日 下午 1:08 
Compat version for UI overhaul dynamic please?
brucethemoose 2023 年 2 月 4 日 下午 3:58 
I merged this block into UI Overhaul Dynamic:

buttonType = {
name = "start_stop_icons"
quadTextureSprite = "GFX_start_stop_icons"
position = { x = -207 y = 10 }
orientation = upper_right
shortcut = "SPACE"
if_resolution = {
max_width = 1600
position = { x = -197 y = 10 }
}
frame = 1
clicksound = ui_click_pause
oversound = no_sound
alwaysTransparent = yes
}

But it doesn't seem to be working in multiplayer? IDK what gives, that looks like the only line that was changed.
Enigmatic Clown 2023 年 1 月 9 日 下午 8:00 
I have no other mods
Tempted  [作者] 2022 年 12 月 3 日 上午 2:04 
This is tested and works with the latest patch 3.6.0.

You might be using incompatible mods?
Enigmatic Clown 2022 年 12 月 1 日 下午 2:18 
doesn't work anymore
One ♥♥♥♥♥♥♥ Hammer 2022 年 7 月 31 日 上午 5:59 
As a result it conflicts with UI Overhaul Dynamic mod, which is quite sad, as that one is very nice.
Encrtia 2022 年 1 月 9 日 下午 3:26 
Thanks Tempted, appreciate the response despite missing what you wrote further down that's a stellar addition - thank you!
Tempted  [作者] 2022 年 1 月 9 日 上午 11:41 
Yes it will conflict with any mod that changes the "interface/main.gui" file.
Encrtia 2022 年 1 月 9 日 上午 10:54 
Could this conflict with another mod? I can't for the love of me get it to work on my end.
Tempted  [作者] 2021 年 11 月 22 日 上午 9:03 
I Just updated it for 3.2. Try again now. Its working for me.
IDONTLIKECHEATS 2021 年 11 月 21 日 下午 12:49 
Is there some extra setup needed? Me & friend both have installed and at end of load order, doesnt work nothing happens on hitting spacebar.
Tempted  [作者] 2021 年 10 月 24 日 上午 9:13 
I updated it for 3.1. Its in change notes.
IDONTLIKECHEATS 2021 年 10 月 24 日 上午 8:43 
Will this work with 3.1?
RegularClique 2021 年 8 月 25 日 上午 9:36 
Update?
Synthetic 2021 年 4 月 20 日 下午 12:12 
Thank you! I will give that a shot tonight.
Tempted  [作者] 2021 年 4 月 18 日 下午 12:26 
In the mod folder find the interface/main.gui file.
In that file search for "start_stop_icons".
add "shortcut = "SPACE"" so that it looks like this:
buttonType = {
name = "start_stop_icons"
quadTextureSprite = "GFX_start_stop_icons"
position = { x = -50 y = 6 }
frame = 1
shortcut = "SPACE"
clicksound = ui_click_pause
oversound = no_sound
}

as for the other question I have no idea, its probably just a design choice.
Synthetic 2021 年 4 月 18 日 下午 12:03 
Follow up question: When I tried this mod with the startrek new horizons mod, it did not play well with the custom UI. Is it a huge pain in the ass to make it compatible? I understand if you don't give a shit about doing it, but in general would it be hard for me to learn to do?
Synthetic 2021 年 4 月 18 日 上午 11:59 
Yay! Thank you dude. This makes multiplayer playable for me. It blows my mind they don't let you spacebar pause in multiplayer. Is there a technical issue? Could this technically cause desyncs? If it was just a balance or fairness issue why don't they just make it a toggle in the lobby?
Tempted  [作者] 2021 年 4 月 18 日 上午 10:49 
It should be. I mean it only adds a shortcut to a part of the ui.
Gaelden 2021 年 4 月 18 日 上午 10:41 
I believe it is savegame compatible? We tried this on an already started game and it doesn't work. Or is it because of 3.0.1?
monkeypunch87 2021 年 4 月 16 日 上午 11:39 
Thank you!
Tempted  [作者] 2021 年 4 月 16 日 上午 8:49 
Will update asap.
monkeypunch87 2021 年 4 月 16 日 上午 2:12 
I would be thankful for an update, if possible. This mod makes MP enjoyable for me, so thank you anyway.
monkeypunch87 2021 年 4 月 16 日 上午 2:06 
Hm, this mod is causing crashs for me with 3.01. It is the only mod I ever used and after turning it off, my MP game works.
GreedFire 2020 年 8 月 31 日 上午 11:37 
Seems like UI Dynamic Overhaul is the problem here. Shame.
Tempted  [作者] 2020 年 8 月 30 日 上午 11:33 
Works for me on 2.7.2.
main.gui has not been changed since 2.7 release
GreedFire 2020 年 8 月 30 日 上午 8:07 
Not working again
GhostOrder 2020 年 6 月 4 日 下午 1:25 
A hero without a cape, thank you!
Tempted  [作者] 2020 年 6 月 4 日 下午 1:07 
Just updated it
GhostOrder 2020 年 6 月 3 日 下午 9:07 
Can I play the last version with this mod?
ComradeWinston 2020 年 5 月 26 日 上午 12:57 
A true hero of the galaxy. :happycthulhu:
david.lind 2020 年 3 月 22 日 下午 3:20 
I placed it last in the load order, and now it works. Thanks!
Tempted  [作者] 2020 年 3 月 22 日 上午 7:14 
Make sure you don't have other mods that change the same file. Try different load orders.
If its a launcher problem try resubscribing to the mod after removing it first.
david.lind 2020 年 3 月 22 日 上午 2:39 
Dosen't work for me? Tips to get it working?
Tempted  [作者] 2019 年 8 月 29 日 上午 6:39 
Its still working for me without having to update.

Make sure you are not using other mods that change the main.gui file in the interface folder.
windvally 2019 年 8 月 8 日 下午 5:13 
As of 5:12 PM 8/8/2019. The mod seems to be broken by an update (the processing power one I think?). My friend and I were really sad T___T
Osariusz 2019 年 5 月 19 日 上午 4:09 
GENIUS THANK YOU YOU ARE MY MASTER
Dreamer 2018 年 12 月 8 日 上午 2:13 
You are a hero <3