Stellaris

Stellaris

District Overhaul 3 ver 3.7
 此主题已被置顶,因此可能具有重要性
Lord and savior, DaddyGaylord  [开发者] 2023 年 3 月 10 日 下午 3:07
Bügs
If anyone finds any bugs (wither in-game or in the code) then you can report it here. Be prepared as there'll likely be many
< >
正在显示第 1 - 15 条,共 19 条留言
Snea 2023 年 3 月 11 日 下午 10:33 
Hey! My game is consistently freezing at 04/01/2215. If I disable only this mod, it can proceed normally. Nothing showing up in the error.log at all, just freezing. Probably a mod conflict or something, but haven't narrowed it down any more yet.

Edit: Narrowed it down to this block in `bdoe_03_biomass_technician`:

```
produces = {
trigger = {
planet = {
planet_resource_compare = {
resource = food
value > 0
}
}
}
energy = 2
}
```

Maybe it's bouncing back and forth between two triggers or something
最后由 Snea 编辑于; 2023 年 3 月 12 日 上午 12:45
Lord and savior, DaddyGaylord  [开发者] 2023 年 3 月 12 日 上午 12:45 
I'll take a look. I'll just do some testing and remove that block and see if it still freezes
最后由 Lord and savior, DaddyGaylord 编辑于; 2023 年 3 月 12 日 上午 1:28
Lord and savior, DaddyGaylord  [开发者] 2023 年 3 月 12 日 上午 1:26 
Yeah it really does freeze the game (around 2206/2207 for me) so I'll just remove that part for now
最后由 Lord and savior, DaddyGaylord 编辑于; 2023 年 3 月 12 日 上午 1:32
MrFunEGUY 2023 年 3 月 22 日 上午 8:19 
Bugs:

district_city: Needs origin_fear_of_the_dark updates

Mining Districts: Needs origin_subterranean updates

-----

Is it intended that this mod overwrites:

district_rw_allows
district_rw_consumer
district_rw_leisure
district_rw_mining
district_rw_organic_housing

from Gigastructural Engineering? I know you might replace them, so this might be intentional.

From Planetary Diversity, is it intended that this mod overwrites district_srw_commercial?

Thanks for your hard work.
Lord and savior, DaddyGaylord  [开发者] 2023 年 3 月 22 日 上午 8:49 
I removed all the districts that aren't changed. I've already updated the mining district previously, and updating the city district isn't necessary as it doesn't add a clerk job by default. I updated the industrial districts though
MrFunEGUY 2023 年 3 月 22 日 上午 10:35 
引用自 Xenos Yatagarasu
I removed all the districts that aren't changed. I've already updated the mining district previously, and updating the city district isn't necessary as it doesn't add a clerk job by default. I updated the industrial districts though

It's district_mining_uncapped. The vanilla game has 3 triggered modifiers that I do not see in your version:

triggered_planet_modifier = {
potential = {
exists = owner
owner = { has_origin = origin_subterranean }
}
modifier = {
planet_housing_add = 1
}
}

triggered_planet_modifier = {
potential = {
exists = owner
owner = { has_origin = origin_subterranean }
}
modifier = {
planet_housing_add = 1
}
}

triggered_planet_modifier = {
potential = {
exists = owner
owner = { has_origin = origin_subterranean }
}
modifier = {
planet_max_buildings_add = 0.34
}
}

Along with these 2 triggered descriptions:

triggered_desc = {
trigger = {
exists = owner
owner = { is_gestalt = yes }
NOT = { owner = { has_origin = origin_subterranean } }
}
text = job_scrap_miner_drone_effect_desc
}
triggered_desc = {
trigger = {
exists = owner
owner = { is_regular_empire = yes }
NOT = { owner = { has_origin = origin_subterranean } }
}
text = job_scrap_miner_effect_desc
}
Lord and savior, DaddyGaylord  [开发者] 2023 年 3 月 22 日 上午 11:00 
I put all of the triggered modifiers into one
triggered_planet_modifier = {
potential = {
exists = owner
owner = { has_origin = origin_subterranean }
}
modifier = {
planet_housing_add = 2
planet_max_buildings_add = 0.34
}
}

And I also have those two desc parts. Perhaps it hasn't uploaded correctly?
MrFunEGUY 2023 年 3 月 23 日 下午 4:58 
Ah, my bad. However, I am seeing that the origin_fear_of_the_dark trigger:

triggered_planet_modifier = {
potential = {
exists = owner
owner = {
OR = {
is_regular_empire = yes
has_origin = origin_fear_of_the_dark
}
}
}
modifier = {
job_clerk_add = 1
}
}

Has not been added to district_city, however.

Also, your pd_comp file doesn't always overwrite because some PD files come after it, like pd_unique_districts. I think you should change the name to zz_pd_comp.
最后由 MrFunEGUY 编辑于; 2023 年 3 月 23 日 下午 5:02
Lord and savior, DaddyGaylord  [开发者] 2023 年 3 月 23 日 下午 10:56 
Ok, thanks for that, I'll do that once I'm home. And about that clerk modifier, I did that purposely
最后由 Lord and savior, DaddyGaylord 编辑于; 2023 年 3 月 23 日 下午 11:00
MrFunEGUY 2023 年 3 月 26 日 下午 1:36 
There is a bug, reported in the comments, such that industrial districts never appear. It is pretty gamebreaking, makes starting much harder.
最后由 MrFunEGUY 编辑于; 2023 年 3 月 26 日 下午 1:36
Lord and savior, DaddyGaylord  [开发者] 2023 年 3 月 26 日 下午 1:41 
It should be fixed now, they appear for me
MrFunEGUY 2023 年 3 月 26 日 下午 11:11 
Small localisation issue:

https://i.imgur.com/9mjTQG7.png
Lord and savior, DaddyGaylord  [开发者] 2023 年 3 月 27 日 上午 7:25 
Ah yes I'll update the loc, I forgot about the build speed of primary and secondary districts
Lord and savior, DaddyGaylord  [开发者] 2023 年 3 月 27 日 上午 7:49 
Ok loc fixed
MrFunEGUY 2023 年 3 月 27 日 上午 7:51 
引用自 Xenos Yatagarasu
Ok loc fixed

Thanks!
< >
正在显示第 1 - 15 条,共 19 条留言
每页显示数: 1530 50