Stellaris

Stellaris

107 ratings
Galactic Community Expanded Defines
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
249.217 KB
7 Dec, 2020 @ 10:11am
22 Nov, 2021 @ 11:33am
5 Change Notes ( view )

Subscribe to download
Galactic Community Expanded Defines

Description
This mod contains the defines changes that used to be part of Galactic Community Expanded. Specifically, it overwrites the following defines:
RESOLUTION_VOTE_TIMER = 100
CHANGE_VOTE_COOLDOWN = 20
EMERGENCY_MEASURES_COOLDOWN = 360
CATEGORY_VOTE_COOLDOWN = 720
TYPE_VOTE_COOLDOWN = 720
VETO_COOLDOWN = 250
RESOLUTION_VOTE_PREMATURE_TIMER = 50
To make the community much faster.
Popular Discussions View All (1)
0
25 May, 2021 @ 10:01am
[Nemesis] Custodian Defines
Gunboat Diplomat
31 Comments
bascott83 1 Nov, 2024 @ 1:24pm 
update?
ranma100 20 Nov, 2022 @ 5:25pm 
This still works fine.
bascott83 17 Oct, 2022 @ 9:36pm 
this still work?
bascott83 20 Jul, 2022 @ 8:06am 
since this is not being updated. Anyone have a mod to replace/improve on this mod?
Or any to recommend?
ꜰᴀʏʙʀ 13 Jul, 2022 @ 5:53pm 
bruh, this shit aint showing up on the irony mod manager. anyone else having similar problems?
bascott83 30 Mar, 2022 @ 3:07pm 
will this be updated?
Daedwartin 11 Sep, 2021 @ 11:46pm 
Im guessing the reason it is defined as a set number of days is that it takes more steps to calculate what the correct time would be.

A set amount of days means it has to check only 1 value when a session starts, then set a countdown of game ticks until it fires off a bit of code to allow premature ending of a session. This is likely a handful of operations.

But a multiplier? That means spending operations getting the vote timer, looking at said value, then going over to see what to multiply by, doing so, then setting that value so when a session occurs, it knows what to set that countdown to. There is no benefit to this other than not spending a few seconds with a calculator to find the same value and setting it in defines.
Gunboat Diplomat 23 May, 2021 @ 8:29am 
Fair enough. :) It's a fun time so far, fyi.

I *think* it's a bit wonky though. I'll have to double-check but I'm not actually sure it's reading that value as it should. (Maybe a newbie programmer derped and hardcoded it or something.) When I have a better idea what's going on I'll come back with some more info for ya.
Mial42  [author] 22 May, 2021 @ 5:21pm 
Thanks for the tip @Tvol. Don't have Nemesis, so I didn't realize that.
Gunboat Diplomat 22 May, 2021 @ 4:23pm 
You may want to update RESOLUTION_VOTE_PREMATURE_TIMER. Despite the in-game tooltip saying that you have to wait halfway to end a session prematurely as the custodian/emperor, it's actually explicitly defined as a set number of days. (Why this isn't a multiplier is beyond me; that'd make more sense.)