Jump to content

Home

Both Romances in Kotor at once


tkoczela

Recommended Posts

I heard of this mod. It's called The Romance Mod Sycle through the thread and you'll find the link to download it.

 

NOTE: Although the thread answers your question, in the readme of the mod; it says that it only SKIPS to the Romance plots, instead of allowing all romance plots for both male and female. I am not sure about that, but I am pretty sure that someone will answer your question better than me.

Link to comment
Share on other sites

Here is what I was told to do, a while back. Create a .txt file and add the following text:

 

int StartingConditional() {

if (GetTag(OBJECT_SELF) == "Bastila")

return TRUE;

 

return (GetGender(GetFirstPC()) == GENDER_MALE);

}

 

Then save it as a .nss file called k_con_ismale.nss. Compile it and put it in your overide folder.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...