Game Editing And Additions > User Mods

Virgin Status

<< < (2/2)

Shinteo:
That's a pity. I had one game where all the random girls were virgins, and the named girls are not. It was most unusual...
Any way the developers can make it togglable?

Fstop:
If I remember correctly It used to be togglable but they removed it might be completely wrong here do >.>

Shinteo:
I had a look at the codes, now that they opened up the souce. From what I understand of those codes, as long as the girl is below a certain age, they will be flag as a virgin. For some reason, however, none of my named char were virgins, even after many new games. Is it a bug?

Edit: Was messing around with the cGirls.h file, and found a code line:

sGirl()
   {
      m_Stats[STAT_HOUSE]=60;
      //m_LastChild = 0;
      //m_NumChildren = 0;
      //m_Children = 0;
      m_GirlImages = 0;
      m_Tort=false;
      m_Realname = "";
      m_WeeksPreg = 0;
      m_BDay = 0;
      m_NumCusts = 0;
      m_WeeksPast = 0;
      m_Withdrawals = 0;
      m_Virgin = false;
      m_Spotted = 0;
      m_RunAway = 0;
      m_AccLevel = 0;
      m_Money = 0;
      m_NumInventory = 0;
      m_Pay = 0;
      m_FetishTypes = 0;
      m_DaysUnhappy = 0;
      m_PregCooldown = 0;
      for(int i=0; i<40; i++)
      {
         m_EquipedItems = 0;
         m_Inventory = 0;
      }

Within is a line of code:

   m_Virgin = false;

That if I change to true, will turn all girls into virgins. Seems this is the cuprit.

Navigation

[0] Message Index

[*] Previous page

Go to full version