Page 1 of 1

Having issue with faction relations

Posted: Fri Nov 29, 2013 4:51 am
by Scipi
I'm making a mod where I add a new faction, with a corresponding gamestart. I have it so the faction is at war with everybody, save the player's faction IF they play as that gamestart. When I start a new game, this works fine, but when I load a saved game the relations reset to -50.

I believe this is because in the faction object I set it to have -50 relations across the board, and I override this in the gamestart object. Is there a way I can fix this? I don't want to set the Nameless faction as neutral, since I want this faction to be at war with the player if they play as another gamestart. Is there a way for the player to be part of a faction other than the default one?

Thanks.

Re: Having issue with faction relations

Posted: Fri Nov 29, 2013 4:56 am
by Hatsune_Neko
Factions is currently undergoing being revamped.
and seams to reset the relations back to default, after every reload.
Mite have to wait until Chris is done revamping them.

Re: Having issue with faction relations

Posted: Fri Nov 29, 2013 5:01 am
by Scipi
Ah, ok so it's not something necessarily wrong with how I've set up my mod. Good to know it's being worked on, though. :mrgreen: