devil999LEXX
Member
- Feb 5, 2021
- 231
- 72
- 119
Look two posts above yours.any idea about new version ? 9/23 is now realy old.
but links to development versions are not on main page, or at least i didnt found them.Look two posts above yours.
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.but links to development versions are not on main page, or at least i didnt found them.
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)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.
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 ...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.
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.. I can go to and the game keeps refering to them as their old name once in a while...
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.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.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.
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.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.
Are you adding a production type?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.
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"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?
yeah, I'm just starting over and making sure the Harem Mansion doesn't exist the this time around.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.
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!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.
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 certainActually 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.