coretex

Active Member
Jun 15, 2017
660
578
287
but links to development versions are not on main page, or at least i didnt found them.
Its under the Beta spoiler - but also they are not direct downloads. Its a matter of setting up a local git client to sync develop to your machine to play. Unless you are really wanting to play bleeding edge, understand folder structure, and can setup a git client (personally use tortoisegit and its explorer shell plugins), I would suggest to wait.
 

AnotherMike

Member
Mar 26, 2020
161
132
208
Its under the Beta spoiler - but also they are not direct downloads. Its a matter of setting up a local git client to sync develop to your machine to play. Unless you are really wanting to play bleeding edge, understand folder structure, and can setup a git client (personally use tortoisegit and its explorer shell plugins), I would suggest to wait.
It's not like you absolutely have to use a git client. It's probably nicer to the gitgud servers doing it that way but if you just want to try the develop version out, you can simply chose to download the source of the develop branch directly from the gitgud webpage (and then download and paste the ren'py SDK as instructed in the beta section of the first page)

But as mentioned in the beta instructions, the full size is 1.8 GB and if, after downloading the latest version, you encounter a game-breaking bug and you want to download any fixes after they're added, you will have to either download the full 1.8 GB again or manually select and download just the changed files.
 

Yukemoto

Member
Jun 19, 2020
409
696
170
Is there some sort of issue with changing a character name? None of my inserts have apartments I can go to and the game keeps refering to them as their old name once in a while..The name changing via cheats seems kinda buggy if this is the case.
 

Draculesti

Newbie
May 20, 2019
65
44
77
Is there some sort of issue with changing a character name? None of my inserts have apartments I can go to and the game keeps refering to them as their old name once in a while..The name changing via cheats seems kinda buggy if this is the case.
Yes there is an issue, if you change the name it is already to late, their home exist under the old name, and now it will never be on the map because the old name is not the new name ...

on the command line you can try this but i am not sure if it still works or if you have to remove the_person from her old home first ....

the_person.home = None
if the_person.home is None: the_person.generate_home()
if the_person.home not in list_of_places: list_of_places.append(the_person.home)

.. I can go to and the game keeps refering to them as their old name once in a while...
Yeah this is a Problem because the name is more than one name, that sounds stupid but ... you have severel names for one person. you have
the_person.name = "xx"
the_person.last_name = "xx"
this sounds okay and easy but now the fun starts ... you have also an name by which you call the person, which has nothing to do with the two above, than you have chars that are not generic they have textlines with fixed names, names for different sluttinesslevel etc. so only changing the first and last name will get you 90 to 75 % according to the char you are changing it.
 
Last edited:

Yukemoto

Member
Jun 19, 2020
409
696
170
Yes there is an issue, if you change the name it is already to late, their home exist under the old name, and now it will never be on the map because the old name is not the new name ...

on the command line you can try this but i am not sure if it still works or if you have to remove the_person from her old home first ....

the_person.home = None
if the_person.home is None: the_person.generate_home()
if the_person.home not in list_of_places: list_of_places.append(the_person.home)



Yeah this is a Problem because the name is more than one name, that sounds stupid but ... you have severel names for one person. you have
the_person.name = "xx"
the_person.last_name = "xx"
this sounds okay and easy but now the fun starts ... you have also an name by which you call the person, which has nothing to do with the two above, than you have chars that are not generic they have textlines with fixed names, names for different sluttinesslevel etc. so only changing the first and last name will get you 90 to 75 % according to the char you are changing it.
Thank you , I'll try to figure out the command thing, I got them both pregnant and will probably have to get them to live with me in my harem mansion if I can't figure this out.
 

Yukemoto

Member
Jun 19, 2020
409
696
170
Yes there is an issue, if you change the name it is already to late, their home exist under the old name, and now it will never be on the map because the old name is not the new name ...

on the command line you can try this but i am not sure if it still works or if you have to remove the_person from her old home first ....

the_person.home = None
if the_person.home is None: the_person.generate_home()
if the_person.home not in list_of_places: list_of_places.append(the_person.home)



Yeah this is a Problem because the name is more than one name, that sounds stupid but ... you have severel names for one person. you have
the_person.name = "xx"
the_person.last_name = "xx"
this sounds okay and easy but now the fun starts ... you have also an name by which you call the person, which has nothing to do with the two above, than you have chars that are not generic they have textlines with fixed names, names for different sluttinesslevel etc. so only changing the first and last name will get you 90 to 75 % according to the char you are changing it.
The first fix actually worked but I didn't realize it until I'd already moved them to the Harem. Its simply a bad useless mod that limits the girls more than anything, it should not be so permanent.
 

DA22

Devoted Member
Jan 10, 2018
8,099
16,724
893
The first fix actually worked but I didn't realize it until I'd already moved them to the Harem. Its simply a bad useless mod that limits the girls more than anything, it should not be so permanent.
Actually it is not a mod if remember right, but a part of Vren's original work and even if game coding wise took on lot of things, current devs are still loath it seems to change up Vren's original stories much except expanding on them as are. Mom's NTR story for example needs some serious work, as stands it makes very little to no sense, neither from her perspective or MC's. It is just there for the kink/fetish and both game mechanic wise or story wise is worked out badly.

On discord the one who has been looking at polyamory did say he would have a look see at harem mansion in future possibly, but had not yet. So there is hope that in future it will get some better or real functionality.
 
  • Like
Reactions: Yukemoto

rb813

Well-Known Member
Aug 28, 2018
1,587
1,089
326
There was one time I was fucking Lily, and she seemed to gain happiness with every action, but the amount she gained seemed to be doubling each time. Is that intended, and if so, how do I trigger it?
 

Xo Mo

Member
Game Developer
Aug 12, 2020
391
775
268
I'm sure there's a guide somewhere.
I'm sure someone knows what I'm missing here...

How the hell do you DESIGN a serum?

I can click on "Design new serum" and add any of the researched Serum Traits.

Under Current Serum Statistics, it shows Trait Slots: 0/0

Nothing can be added. Nothing can be designed. Nothing can be produced.

What am I missing here? The in-game guides do nothing to help. The few suggestions I have seen in this forum say to just "Design a serum" but not how.

Please help.
 
  • Like
Reactions: tossler

sneezy_of_tie

Member
May 6, 2018
104
83
213
I'm sure there's a guide somewhere.
I'm sure someone knows what I'm missing here...

How the hell do you DESIGN a serum?

I can click on "Design new serum" and add any of the researched Serum Traits.

Under Current Serum Statistics, it shows Trait Slots: 0/0

Nothing can be added. Nothing can be designed. Nothing can be produced.

What am I missing here? The in-game guides do nothing to help. The few suggestions I have seen in this forum say to just "Design a serum" but not how.

Please help.
Are you adding a production type?

productiontypes.png
 
  • Like
Reactions: slick97

Ondodoher

Member
Jul 2, 2017
353
364
287
Where do I find that?
What room do I need to be in?
What do I click?

It's not in Production Division or R&D Division. Not in Marketing Division or CEO Office, Not in Main Office or Lobby... so... what am I missing?
It's in R&D, you need to research the Primitive Serum Production and when the reserch is finished, you can add it in the "Design a new serum"
 

Yukemoto

Member
Jun 19, 2020
409
696
170
Actually it is not a mod if remember right, but a part of Vren's original work and even if game coding wise took on lot of things, current devs are still loath it seems to change up Vren's original stories much except expanding on them as are. Mom's NTR story for example needs some serious work, as stands it makes very little to no sense, neither from her perspective or MC's. It is just there for the kink/fetish and both game mechanic wise or story wise is worked out badly.

On discord the one who has been looking at polyamory did say he would have a look see at harem mansion in future possibly, but had not yet. So there is hope that in future it will get some better or real functionality.
yeah, I'm just starting over and making sure the Harem Mansion doesn't exist the this time around.
 

Yukemoto

Member
Jun 19, 2020
409
696
170
Yes there is an issue, if you change the name it is already to late, their home exist under the old name, and now it will never be on the map because the old name is not the new name ...

on the command line you can try this but i am not sure if it still works or if you have to remove the_person from her old home first ....

the_person.home = None
if the_person.home is None: the_person.generate_home()
if the_person.home not in list_of_places: list_of_places.append(the_person.home)



Yeah this is a Problem because the name is more than one name, that sounds stupid but ... you have severel names for one person. you have
the_person.name = "xx"
the_person.last_name = "xx"
this sounds okay and easy but now the fun starts ... you have also an name by which you call the person, which has nothing to do with the two above, than you have chars that are not generic they have textlines with fixed names, names for different sluttinesslevel etc. so only changing the first and last name will get you 90 to 75 % according to the char you are changing it.
Nevermind, the Apartment thing didn't actually work, she says she has an apartment but it doesn't exist, looks like the Harem Mansion wasn't causing the apartment not to appear after all. Harem Mansion Still lame though! :giggle:
 

SwissCheese

Newbie
Nov 3, 2018
67
45
133
Was wondering about event cooldowns. Do all events have the same set cooldown or do they differ by each crisis? Wondering if I can change the CD on the recruiting mother/daughter event to trigger more often?
 

dalzomo

Active Member
Aug 7, 2016
939
785
306
Actually it is not a mod if remember right, but a part of Vren's original work and even if game coding wise took on lot of things, current devs are still loath it seems to change up Vren's original stories much except expanding on them as are. Mom's NTR story for example needs some serious work, as stands it makes very little to no sense, neither from her perspective or MC's. It is just there for the kink/fetish and both game mechanic wise or story wise is worked out badly.

On discord the one who has been looking at polyamory did say he would have a look see at harem mansion in future possibly, but had not yet. So there is hope that in future it will get some better or real functionality.
I don't know if you're talking about the harem mansion too, like I think Yukemoto is, but in the interest of clarity: I have never seen the harem mansion in Vren's vanilla game. If someone can tell me which file its code is in, I can check for certain
 
4.60 star(s) 79 Votes