Zorlond Posted September 6, 2020 Posted September 6, 2020 My new sex-habitat just got hit by 'Abandoned Terraforming Project'. : / It also shows 8 different types of district, only 5 of which have available building slots. Four of the district types are standard ground-planet district types (the housing one is for some reason buildable).
Buttson117 Posted September 7, 2020 Author Posted September 7, 2020 On 9/5/2020 at 10:50 PM, Zorlond said: My new sex-habitat just got hit by 'Abandoned Terraforming Project'. : / It also shows 8 different types of district, only 5 of which have available building slots. Four of the district types are standard ground-planet district types (the housing one is for some reason buildable). Well, I never got an 'Abandoned Terraforming Project' on the habitats, so that might be a conflict with other mods. as for the habitat districts being weird, that's something to do with how districts interact with planets and why it's generally a good idea to have a UI mod (the base districts would block out the habitat ones without one)
Buttson117 Posted September 29, 2020 Author Posted September 29, 2020 21 hours ago, johnathon648 said: does this work with 2.7.2? yes, I thought I changed the version number last patch but that's always been a bit wonky rest assured, it works on 2.7.2
ArcaneHowitzer Posted October 10, 2020 Posted October 10, 2020 So, odd question, but why does the pleasure ringworld I just built have an ancient abandoned factory on it? Are the Habitat and Ringworld missing some sort of flag that tells the game, "This is not actually a planet," or do those happen on normal ringworlds too?
Zorlond Posted October 10, 2020 Posted October 10, 2020 Yeah, the structures this mod adds aren't flagged as 'not-planets'. I've had abandoned terraforming equipment show up on a sex habitat.
KingofSkyrim Posted October 23, 2020 Posted October 23, 2020 Does this work with Real Space/New Frontiers? I prefer that to planetary diversity.
Buttson117 Posted October 23, 2020 Author Posted October 23, 2020 2 hours ago, KingofSkyrim said: Does this work with Real Space/New Frontiers? I prefer that to planetary diversity. Haven't tested it, I don't use those mods. I'd imagine it'd work fine though
Saharalion Posted October 27, 2020 Posted October 27, 2020 There is no way to get the mod info in the new release. I can't add it to my game without it.
Fuwa Kumi Posted October 28, 2020 Posted October 28, 2020 Okay, regarding the bug about the decision button that does nothing. I managed to remove the button completely when I deleted of the ai_weight code in all script files inside the 'decisions' folder. I've also attached a zip file of the modified decision folder in case you are unsure of what was changed. You can swap out your decisions folder and use it. From what I can infer, there's probably a different format for giving weight to the decision for the AI that is being used? I know absolutely nothing about Stellaris code here, so I hope this information helps you fix that error. decisions.zip Update 1: ai_weight is not the problem. There are errors prior to the ai_weight that is causing the game to regard ai_weight as a decision instead. I managed to return ai_weight to the sworld_decision script by modifying the add_district effect to remove the number 10. Update 2: ai_weight decision bug found to be from sworld_decision script and srelic_decision script. I've returned ai_weight to all scripts in decisions and applied the same fix for srelic_decision script. It removed the ai_weight decision bug from the planet. Take note, I have not tested the fix on a proper game yet. The error stemmed from the unexpected number at the end of add_district effect. I managed to replicate the idea I think you were going for by calling the add_district multiple times instead. decisions_button_fix.zip Update 3: Figured I'd take a shot at the issue with the archaeological site. I made it work by splitting the last option into its own event. Tested by spawning the dig site via console and running it through with a science ship. Full changelog of the digsite below Quote added 'namespace = srelic' to srelic_arc_events changed 'add_technology' to 'give_technology' in srelic.16 changed country_event to fleet_event added response text to srelic.16 removed country_flags, probably not needed? pulled response c and option d into their own event (srelic 17) this event gives the owner the technology instead. Couldn't get the country_flag thing to work either. srelic_arc_events.txt
Fuwa Kumi Posted November 2, 2020 Posted November 2, 2020 21 hours ago, Anonymous said: Any conflicts on 2.8? Works fine for me. Doesn't crash my game at the very least.
Buttson117 Posted November 4, 2020 Author Posted November 4, 2020 On 10/28/2020 at 10:39 AM, Bznboy said: Okay, regarding the bug about the decision button that does nothing. I managed to remove the button completely when I deleted of the ai_weight code in all script files inside the 'decisions' folder. I've also attached a zip file of the modified decision folder in case you are unsure of what was changed. You can swap out your decisions folder and use it. From what I can infer, there's probably a different format for giving weight to the decision for the AI that is being used? I know absolutely nothing about Stellaris code here, so I hope this information helps you fix that error. decisions.zip 3.08 kB · 0 downloads Update 1: ai_weight is not the problem. There are errors prior to the ai_weight that is causing the game to regard ai_weight as a decision instead. I managed to return ai_weight to the sworld_decision script by modifying the add_district effect to remove the number 10. Update 2: ai_weight decision bug found to be from sworld_decision script and srelic_decision script. I've returned ai_weight to all scripts in decisions and applied the same fix for srelic_decision script. It removed the ai_weight decision bug from the planet. Take note, I have not tested the fix on a proper game yet. The error stemmed from the unexpected number at the end of add_district effect. I managed to replicate the idea I think you were going for by calling the add_district multiple times instead. decisions_button_fix.zip 3.14 kB · 2 downloads Update 3: Figured I'd take a shot at the issue with the archaeological site. I made it work by splitting the last option into its own event. Tested by spawning the dig site via console and running it through with a science ship. Full changelog of the digsite below srelic_arc_events.txt 3.77 kB · 2 downloads Thank you very much! I'll go ahead and push out the update with the fix and credit you for fixing it. I think the ai_weight may cause ai empires to not use the planetary decisions, but I haven't seen the ai empires actually using them before either, so that's probably something else. If you'd like me to keep your code out of the main build just let me know and I'll put up the previous version again.
Fuwa Kumi Posted November 4, 2020 Posted November 4, 2020 My pleasure, I've been curious about making mods for Stellaris and figured that bug fixing might be a good way to practice. I have a small list of minor fixes that seem to make the game happier with your mod if you're interested. Quote I think the ai_weight may cause ai empires to not use the planetary decisions According to the wiki, ai_weight does give the ai empire the reason to use modded decisions. Having weight = 1 just let the ai use the decision only if it does not have any other choice. The higher the weight, the more likely it would make that decision. I'd say try to look at when the AI would use the arcology project decision, but I just took a peek in there and realized that the AI will never use arcology project. It would probably take a lot more ai_weight modification than just the decision to get it to work. Not to mention, I don't think I've ever saw an AI with the necessary minerals.
Buttson117 Posted November 6, 2020 Author Posted November 6, 2020 On 11/4/2020 at 1:13 PM, Bznboy said: I have a small list of minor fixes that seem to make the game happier with your mod if you're interested. Yeah that'd be great to hear, any help is appreciated. Honestly this is my first debut into the modding scene aside from a barely held together portrait mod I haven't uploaded. Probably a few things that are janky behind the curtain.
Fuwa Kumi Posted November 9, 2020 Posted November 9, 2020 Very well, here's the files and change logs. minor fixes.zip Quote common/districts/ shabitat_district - moved ai_resource_production out of ai_weight sringworld_district - moved ai_resource_production out of ai_weight sworld_district - moved ai_resource_production out of ai_weight common/solar_system_initializers commented out all tile blockers in script common/deposits/ sworld_deposits.txt added planet tag to last produce bracket common/decisions/ changed sworld_creation.10 to sworld_creation.1 in srelic_decision.txt events/ added namespace to shabitat_creation_event.txt changed 'add_technology' to 'give_technology' in sworld_origins_events.txt megastructures/shabitat.txt replaced 'forge_shabitat' with 'set_planet_flag = forge_shabitat' from lines 231 to 331 in the This fixes don't really fix anything, but remove errors from the error logs so that the game is less likely to crash from a problem. Additionally, to fix the sex smith image turning into '?', you need a dds image with the path 'gfx\interface\icons\modifiers\mod_job_sexsmith_add.dds'. Currently I use a copy of the sex smith dds image to fix it, but you can add your own.
Buttson117 Posted November 18, 2020 Author Posted November 18, 2020 On 11/9/2020 at 10:48 AM, Bznboy said: Very well, here's the files and change logs. Thank you!
Tondenga Posted November 18, 2020 Posted November 18, 2020 Does anybody have old versions of this mod? I'm still playing on 2.7.2 'cause I have some mods that still only support 2.7.2.
Mirrond Posted November 24, 2020 Posted November 24, 2020 Any chances that making pleasure habitats would be slightly harder to achieve for the AI? Even the most 'conservative' species out there are pretty much covering their space in these. I can't even blow them up with planet crackers >_< It's a mess. They should at the very least be harder to made than normal habitats.
duck666 Posted November 24, 2020 Posted November 24, 2020 3 hours ago, Mirrond said: Any chances that making pleasure habitats would be slightly harder to achieve for the AI? Even the most 'conservative' species out there are pretty much covering their space in these. I can't even blow them up with planet crackers >_< It's a mess. They should at the very least be harder to made than normal habitats. The AI factor for the pleause habitats is the same weights and requirements as normal habitats from vanilla. And the AI is known for spamming the shit out of that unless you install mods like StarNet AI which prevents habitats from being build-able over minor planetary bodies (and make the AI just straight up not be able to build it). Recommended solution: Copy over some code from the habitat file form StarNet AI. Also, I previous mentioned that I think the habitat type change should be a terraforming process. I know gigastructures allows you to terraform ringworlds and alderson disks. How difficult would it be for it to be done for habitats? What about simply a decision? (Can the terraform type be applied to the sring_worlds?)
111Dale Posted November 25, 2020 Posted November 25, 2020 Is there any way to change the planet icon texture on the interface? The planet still retains the old brown ecumenopolis texture on the 'Planet & Sectors' tab as well as the Outliner. I remember seeing them as the pink look before but not sure what has happened....
Buttson117 Posted December 5, 2020 Author Posted December 5, 2020 On 11/18/2020 at 4:21 AM, Tondenga said: Does anybody have old versions of this mod? I'm still playing on 2.7.2 'cause I have some mods that still only support 2.7.2. The mod doesn't have anything that should be incompatible with the 2.7.2, so you should be able to just change the version number in the Sexopolis.mod and descriptor.mod files. On 11/25/2020 at 6:21 AM, L.W.Rothdale said: Is there any way to change the planet icon texture on the interface? The planet still retains the old brown ecumenopolis texture on the 'Planet & Sectors' tab as well as the Outliner. I remember seeing them as the pink look before but not sure what has happened.... Yeah, that's something I've never really gotten around too, I might make one at some point but it's not too high on my list of priorities. Haven't really been playing Stellaris to much recently. On 11/24/2020 at 9:54 AM, duck666 said: Also, I previous mentioned that I think the habitat type change should be a terraforming process. I know gigastructures allows you to terraform ringworlds and alderson disks. How difficult would it be for it to be done for habitats? What about simply a decision? (Can the terraform type be applied to the sring_worlds?) While I don't think it'd be all too difficult to make the pleasure habitat or ringworld into a decision or terraforming process, I don't really see myself doing this. I want these versions of the planets to be more accessible than their regular counterparts, at least to an extent. If they were a decision for habitats and ringworlds, chances are you'd not be able to get them until later in the game. Although, now that I think about it, it might be a good idea to have a decision in place to convert already built ringworlds and habitats, but still allow for you to build them on their own (to convert conquered colonies or ones like the Cybrex ringworld).
duck666 Posted December 10, 2020 Posted December 10, 2020 Looks like Lustful Void got a major update with lots of key-name changes. @Buttson117 Please update when you have the time.
Buttson117 Posted December 11, 2020 Author Posted December 11, 2020 1 hour ago, duck666 said: Looks like Lustful Void got a major update with lots of key-name changes. @Buttson117 Please update when you have the time. What great timing! I got a lot of time on my hands at the moment, plenty of time to check out the new features. Thanks for letting me know.
111Dale Posted December 11, 2020 Posted December 11, 2020 On 12/5/2020 at 3:38 PM, Buttson117 said: Yeah, that's something I've never really gotten around too, I might make one at some point but it's not too high on my list of priorities. Haven't really been playing Stellaris to much recently. No worries, I haven't been playing much Stellaris either nowadays. It was just an afterthought while playing it anyway. Best of luck to the mod~
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now