Jump to content

Recommended Posts

Posted
1 hour ago, Nuppp said:

I have a problem with a potraits mod how to fix this ?

Are you using one of the patches for Lustful Void? If so are you also subscribed to the original mod? The patches for LV don't include the portraits themselves.

Posted

The traits that improve things like dairy jobs don't seem to work. Is there any fix for this?

Posted

i think this mod breaks lithoids. just got the dlc and apparently the lithoid trait cant be applied to the species.

 

 

Edit: someone said in a previous post add this to the mod's 00_species_archetypes file and it should work

 

LITHOID = {
    inherit_trait_points_from = BIOLOGICAL
}

 

Edit 2: the above does fix it somewhat, but the only 2 traits that can be applied are the lithoid trait and the hive mind trait

Posted

Is anyone having problems with version 2.5.1 of the game? As ALL of my biological pops and races now consume minerals instead of food all of a sudden. I started a new game after the update and it hasn't fixed the issue. I don't have the Lithoid species pack and can't seem to find any information about it on the net or paradox forum. Anyone got any ideas on how to fix it???

Posted
11 minutes ago, anno said:

Is anyone having problems with version 2.5.1 of the game? As ALL of my biological pops and races now consume minerals instead of food all of a sudden. I started a new game after the update and it hasn't fixed the issue. I don't have the Lithoid species pack and can't seem to find any information about it on the net or paradox forum. Anyone got any ideas on how to fix it???

yummy rocks

Posted

There seems to be a problem with the portraits and monogender species pops. 

image.png.4bf6bcbfc720c495914296874a51d70e.png

I do have both the basic mods and patches installed, I currently play on the 2.4.0 version. 

Perhaps it is caused by the fact that the base mods have been updated to 2.5 already while the patch is for the older version.

image.thumb.png.57650adb9eab6fba0a42b9e4307ce31c.png

image.png

Posted
On 11/6/2019 at 10:01 PM, anno said:

Is anyone having problems with version 2.5.1 of the game? As ALL of my biological pops and races now consume minerals instead of food all of a sudden. I started a new game after the update and it hasn't fixed the issue. I don't have the Lithoid species pack and can't seem to find any information about it on the net or paradox forum. Anyone got any ideas on how to fix it???

Your 2.5.1 at least launches. Mine does not. I've been trying to make it run ever since the 2.5.0 update, to no avail thus far. I've managed to fight my way through series bug in game (mods simply refused to load), but now there is a serious mod conflict that I have no idea what it's source is. This includes Lustful Void - for some reason almost no civics save for Divine Coupling show up. And then, when I try to launch new game... crash. 

Posted
2 hours ago, Mirrond said:

Your 2.5.1 at least launches. Mine does not. I've been trying to make it run ever since the 2.5.0 update, to no avail thus far. I've managed to fight my way through series bug in game (mods simply refused to load), but now there is a serious mod conflict that I have no idea what it's source is. This includes Lustful Void - for some reason almost no civics save for Divine Coupling show up. And then, when I try to launch new game... crash. 

I have a problem with it to wen i star a game it stop at day 4 wan i star a new.

Posted

I've fixed the Issue, was caused by Glavius AI mod and changed mod load order.  Try playing without mods and verify intergrity of game files, also clean out your mod folder.  See if that works?

 

Posted

Just in case anyone doesn't know.

 

The loadorder in the new launcher loads Top to Bottom, if you have a patch before a mod that mod will overwrite the patch if they both touch the same files.

 

Patches need to load after mods and the mods you want to have priority need to load after less important mods if they effect the same files.

Posted

So... how does one go about creating a compatibility patch for, say, Remastered Human Portraits?

I essentially copied (with changes obviously) aforementioned mod into relevant LV folders and it still doesn't work properly when mono-sex traits are present.

 

Edit: Nvm, I'm a tool. After giving it another look (and using more than two brain cells) I realized it's as simple as adding trigger blocks from LV to RHP and copying the portrait list from RHP to said LV blocks.

Posted
1 hour ago, MarianTheSharkFace said:

is the mod compatible with the 2.5.1?

I haven't seen any noticeable problems except some missing lines (like one choice in one events not having a proper "translation"), but I think those were there before the last few patches anyway.

Posted

First of all I just wanna say that this is an incredible mod and I pretty much can't play the game without now it considering how many new traits and features it adds.

 

However there's one major issue that already plagues the base game, and this mod makes it worse: mid/late-game lag from pops and jobs.

 

As most stellaris players already know, one of the biggest sources of lag in the game is the fact that the default pop/job calculation is straight up broken. This gets even worse once AIs unlock the xeno-compatibility and biological ascension perks, as the game spams new hybrids and pops all over the place, which really slows things down.

 

One solution people have found is to disable those two ascension perks. Obviously this mod is really dependent on those perks, but unfortunately some of us may have to disable them  (for the AI at least) just to make the game playable again.

For anyone who wants to try this, go to the lv_ascension_perks.txt file in the ascension_perks folder in the mod's files. Any time you see this line:

 

Quote

     ai_weight = {
        factor = 1

 

Change the factor to 0:

 

Quote

    ai_weight = {
        factor = 0

 

Do it for every instance of "factor" to disable both this mod's version of xeno-compatibility, and the game's original one.

 

This will disable the perks for the AI, but let the player use them. I also recommend using this mod https://steamcommunity.com/sharedfiles/filedetails/?id=1801814489  to disable the bio ascension perk (gene modding) for the AI. This might sound OP, but it may be necessary to cut a large chunk of the lag you inevitably get from the game constantly trying to evaluate pops for each available job EVERY DAY (why paradox???)

 

I'll test this out soon to confirm it works.
 

Posted
9 hours ago, zelayasrevenge301 said:
Spoiler

First of all I just wanna say that this is an incredible mod and I pretty much can't play the game without now it considering how many new traits and features it adds.

 

However there's one major issue that already plagues the base game, and this mod makes it worse: mid/late-game lag from pops and jobs.

 

As most stellaris players already know, one of the biggest sources of lag in the game is the fact that the default pop/job calculation is straight up broken. This gets even worse once AIs unlock the xeno-compatibility and biological ascension perks, as the game spams new hybrids and pops all over the place, which really slows things down.

 

One solution people have found is to disable those two ascension perks. Obviously this mod is really dependent on those perks, but unfortunately some of us may have to disable them  (for the AI at least) just to make the game playable again.

For anyone who wants to try this, go to the lv_ascension_perks.txt file in the ascension_perks folder in the mod's files. Any time you see this line:

 

 

Change the factor to 0:

 

 

Do it for every instance of "factor" to disable both this mod's version of xeno-compatibility, and the game's original one.

 

This will disable the perks for the AI, but let the player use them. I also recommend using this mod https://steamcommunity.com/sharedfiles/filedetails/?id=1801814489  to disable the bio ascension perk (gene modding) for the AI. This might sound OP, but it may be necessary to cut a large chunk of the lag you inevitably get from the game constantly trying to evaluate pops for each available job EVERY DAY (why paradox???)

 

I'll test this out soon to confirm it works.


 

There's also that mod which limits the number of subspecies, because the AI goes full retard with those ascension perks.

 

Honestly, how badly optimized can your game be that even a meme-tier 2000$ PC can't handle a single session for more than 300 years on a 400-size map?

Posted

What's the policy on crediting sources here? I've created some potential event pictures, but many of them I don't remember the source / artist for. I edited the colors for all of them to make them fit more with the Stellaris color theme which is rather blue and green for the most part. I also did some further edits on some of them, like removing speech bubbles from comics by use of content-aware-fill for instance.

 

lusfv1.png.ace822c1798271c4c05147d784f9fcaa.png

Artist: Xxoomlusfv2.png.dca80448edd08ab341aca909696e46d0.png

Artist: Don't remember

lusfv3.png.90eaea60b7db690331f1bcf089ea1ebd.png

Artist: Not sure, but I assume it's the same as the one abovelusfv4.png.42a2457a0b1d9479d08c850edad3d009.png

Artist: Ferres

Edits done: Edited away some dude to the right. Edit looks fairly obvious now that I look closer at it. Damn!lusfv5.png.4f37609a34403e8586ba1db2bad1d90e.png

Artist: Eroquis, or Butcha-U or whatever he calls himself now.lusfv6.png.c95fed43a7fc461dcb43a859d3cc0afc.png

Artist: Not surelusfv7.png.b291e2abd938b77e3997470e05e40a07.png

Artist: Don't rememberlusfv8.png.cc08912df4ca73a0201bbd15bef9b007.png

Artist: Feather

Edits done: Removed partially visible robot dude to the leftlusfv9.png.7d2ec27540fe5ebf2967f3bbdfb05308.png

Artist: Don't rememberlusfv10.png.b1b24644726cfe380bb65e0e461f28cf.png

Artist: Don't rememberlusfv11.png.9932cfb0456b0b9d0d841ef85bf0c9f4.png

Artist: No idealusfv12.png.665be3015ae0c3d140030d4fecb1eb2b.png

Artist: Don't rememberlusfv13.png.a3495acb6804980fa89cbbc0e9abcb56.png

Artist: Don't remember.

(Also, I left the artist watermark in. I don't want to edit away someone's signature unless it's outside the frame. I also can't tell what the watermark says... 'TadoVanTor'?)lusfv14.png.cce2c6a8feb9da972dde921b5d4435b8.png

Artist: Afraid I don't remember, but this is a fairly popular image, so I assume someone will correct me herelusfv17.png.68cde5b1cb1f5bd24e01ce02ce47c39d.png

Artist: Jacky / Aerial Ravelusfv18.png.857d50f93b76f8fa76870fc176eafe42.png

Artist: Another popular image I don't remember the artist of. Please correct me here.

Edits done: Removed the planks from the rope bridge. They could instead pass as cables.lusfv19.png.63c265544c71e6914c588dc27bbc2720.png

Artist: Surprise! I don't remember this one either!lusfv20.png.9cdac2965bedd127617e9b2ad4d7dfad.png

Artist: Ferreslusfv21.png.76e132468969cc3fef5ac789d74d072c.png

Artist: No clue, sorry

Edits done: Turned two people into aliens, and content-awared two other people away since I was too lazy to turn them into aliens as well.lusfv22.png.36feaaa0d613e285ec89e4322a6cbc37.png

Artist: Ferreslusfv23.png.4fa9ba5bcf585f4fb3af42cba285fccc.png

Artist: Ferres.

Edits done: Content awared away a speech bubblelusfv24.png.323ac279c66b2e64a46ff0bff4d24500.png

Artist: Jacky / Aerial Rave

Edits done: Content awared + painted away the title of the comic (Seraphic Gate, I think)lusfv25.png.b13a2ce001a4d67f6347b832a0e08a6d.png

Artist: Ferres

Edits done: Content awared away SFXlusfv26.png.496bbdec5e3ece75bd01f084a81bfa2d.png

Artist: Ferres

Edits done: Content-awared some speech bubbleslusfv27.png.b4905c5e05529d7bdb3acb47e4dda6cc.png

Artist: Don't rememberlusfv28.png.cc723cc475a79451958cd53f955814f2.png

Artist: Don't remember.

 

Hope I'm not breaching any rules here.

 

Posted
10 hours ago, Lamadi said:

What's the policy on crediting sources here? I've created some potential event pictures, but many of them I don't remember the source / artist for. I edited the colors for all of them to make them fit more with the Stellaris color theme which is rather blue and green for the most part. I also did some further edits on some of them, like removing speech bubbles from comics by use of content-aware-fill for instance.

 

There is a specific channel on the discord for submitting found art for use, so things should be put there.

Posted

Getting an error that's possibly causing the game to stutter.  Still kinda early game.

[trigger.cpp:363]: Script Error, Checking trigger against an unsupported scope!
Event: lv_neuter_purge_event.1
Location:  file: events/lv_neuter_purge_event.txt line: 21
Trigger Type: has_country_flag
Scope:type=planet
id=172
random={ 0 3370118276 }
from={
    type=none
    id=0
    random={ 0 2667054218 }
}

 

Looking at "lv_neuter_purge_event.txt" it's:

NOT = { has_country_flag = recent_neuter_purge_cosensual_event }

 

Edit:

 

Removing the 8 offending country operations (4 triggers and 4 immediant) fixes the planet_event but I'm still getting stuttering.  Back to the log files...

 

Posted

Mod still working great for the most part in 2.5.1, except it seems Brood Parasites are broken. The game only registers their +pop growth but doesn't seem to effect other species unless they are your main species.

 

Edit: It seems that the trait only works on species in servitude? Working as intended? I maybe missed a patch note? Is there any way to allow Brood Parasites to mate with all your other species without them being the main species? 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...