Stellaris

Stellaris

108 个评价
Galactic Community Expanded Defines
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
249.217 KB
2020 年 12 月 7 日 上午 10:11
2021 年 11 月 22 日 上午 11:33
5 项改动说明 ( 查看 )

订阅以下载
Galactic Community Expanded Defines

描述
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.
热门讨论 查看全部(1)
0
2021 年 5 月 25 日 上午 10:01
[Nemesis] Custodian Defines
Gunboat Diplomat
31 条留言
bascott83 2024 年 11 月 1 日 下午 1:24 
update?
ranma100 2022 年 11 月 20 日 下午 5:25 
This still works fine.
bascott83 2022 年 10 月 17 日 下午 9:36 
this still work?
bascott83 2022 年 7 月 20 日 上午 8:06 
since this is not being updated. Anyone have a mod to replace/improve on this mod?
Or any to recommend?
ꜰᴀʏʙʀ 2022 年 7 月 13 日 下午 5:53 
bruh, this shit aint showing up on the irony mod manager. anyone else having similar problems?
bascott83 2022 年 3 月 30 日 下午 3:07 
will this be updated?
Daedwartin 2021 年 9 月 11 日 下午 11:46 
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 2021 年 5 月 23 日 上午 8:29 
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  [作者] 2021 年 5 月 22 日 下午 5:21 
Thanks for the tip @Tvol. Don't have Nemesis, so I didn't realize that.
Gunboat Diplomat 2021 年 5 月 22 日 下午 4:23 
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.)