Jump to content

[Mod]{XCL] [0.20] BR Male Mod - [discontinued]


Recommended Posts

Posted

{XCL] [0.20] BR Male Mod - [discontinued]


This mod is composed of two downloads - you need to use both - one is media and one is code.

 

It provides for a pregnancy scare, it provides for you to interact as a male with a secretary (at work and maybe after), it changes the interactions you can have with bargirls - you can apologise to them, you can call them, you can disappoint them. Masculinity has and can have more of an effect on your interactions with female npcs and male orgasms.

 

I have removed variable stamina and the big dick elements - as they are now in the base game.


 

  • 4 weeks later...
  • 2 weeks later...
  • 3 weeks later...
  • 5 months later...
  • 2 months later...
Posted (edited)

The code references a file /img/npc/girls/siri/sex/orgasm/lick.jpg which is missing.

 

I'm also getting horrible error dumps when trying to talk someone in the bar but that might be a mod conflict.

 

EDIT: /img/npc/girls/siri/sex/post/good.jpg is also missing.

Edited by Hakuna_Matata
Posted (edited)

I've debugged my problem a bit further. The corruption in the bar happens because $npcs_present looks like this: sfcop,janice,0

 

This points to this sequence in BR.malemod.v6b.twee:

 

:: BIB [bar_intro]

(if:$select is "bree")[(set:$select to "bree")]
(else-if:($npcs_present does not contain $select))[(set: $npcs_present's last to $select)]
 

This code sequence looks nonsensical. The first line is no no-op and the second one overwrites the last element with $select, which is probably causing the error dump for me.

You probably wanted to force bree onto the list if she isn't on it but that code is not doing that.

 

EDIT: Yeah dude that whole clause is broken. I added code to bail if $select is 0 but then this happened to $npcs_present: sfcop,alex,topic sexualization

I'm removing the whole clause from my game now.

Edited by Hakuna_Matata

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...