Jump to content

Male Romance Option


Guest GP

Recommended Posts

Is there any chance of a male romance option, for Sarah? If not, is there tutorial that would explain how I could make these changes, myself?

 

Thank you

Link to comment

This may sound silly, but I think it would be easiest to just choose your character portrait, which is obviously male, but choose "female" as gender. I don't know that you could romance her any other way without a HUGE amount of trouble.

 

Regardless, Sarah will seem odd when some talks come up that indicate she prefers women, tho. :)

Link to comment

It probably wrecks theacefes' vision of hawt lesbian action, but here you go:

 

Go to the sarah folder, find the dialogues folder and open k#sarahb.d with notepad.

 

Find this block:

 

// "My mother...."
CHAIN
IF ~Global("SarahTalkFriend","GLOBAL", 6)~
THEN K#SarahB SF3
~<CHARNAME>, did you know your mother?~[K#Sara67]
DO ~SetGlobal("SarahTalkFriend","GLOBAL",7) RealSetGlobalTimer("SarahTimerFriend","GLOBAL",1800)~
END
+ ~Gender(Player1,FEMALE) ReputationGT(Player1,12) OR(3) Race(Player1,HUMAN) Race(Player1,ELF) Race(Player1,HALF_ELF)~ + ~No, I'm afraid not. She died when I was born. What about you?~ GOTO SF3-1
+ ~Gender(Player1,FEMALE) ReputationLT(Player1,13) OR(3) Race(Player1,HUMAN) Race(Player1,ELF) Race(Player1,HALF_ELF)~ + ~No, I'm afraid not. She died when I was born. What about you?~ GOTO SF3-2
+ ~Gender(Player1,FEMALE) !Race(Player1,HUMAN) !Race(Player1,ELF) !Race(Player1,HALF_ELF)~ + ~No, I'm afraid not. She died when I was born. What about you?~ GOTO SF3-2
+ ~Gender(Player1,MALE)~ + ~No, I'm afraid not. She died when I was born. What about you?~ GOTO SF3-2
++ ~No, and I don't want to talk about it.~ GOTO SF3End

 

Replace it with:

 

// "My mother...."
CHAIN
IF ~Global("SarahTalkFriend","GLOBAL", 6)~
THEN K#SarahB SF3
~<CHARNAME>, did you know your mother?~[K#Sara67]
DO ~SetGlobal("SarahTalkFriend","GLOBAL",7) RealSetGlobalTimer("SarahTimerFriend","GLOBAL",1800)~
END
+ ~ReputationGT(Player1,12) OR(3) Race(Player1,HUMAN) Race(Player1,ELF) Race(Player1,HALF_ELF)~ + ~No, I'm afraid not. She died when I was born. What about you?~ GOTO SF3-1
+ ~ReputationLT(Player1,13) OR(3) Race(Player1,HUMAN) Race(Player1,ELF) Race(Player1,HALF_ELF)~ + ~No, I'm afraid not. She died when I was born. What about you?~ GOTO SF3-2
+ ~!Race(Player1,HUMAN) !Race(Player1,ELF) !Race(Player1,HALF_ELF)~ + ~No, I'm afraid not. She died when I was born. What about you?~ GOTO SF3-2
++ ~No, and I don't want to talk about it.~ GOTO SF3End

 

Then reinstall.

Link to comment

This is a perfect solution for those of us who have already started a "technically male" character with a female portrait and sound set so as to be able to experience the vast majority of other heterosexual-only romances. I'll be using this. Thanks!

Link to comment

Archived

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

×
×
  • Create New...