deviantfiend999

Active Member
Apr 21, 2018
502
607
245
Is there a cheat code available to obtain a specific serum in some quantity x?
To add further, the game uses a serum design container for putting in all the serum traits, how you create a new serum is
A: create a new design object,
B. insert traits into design object,
C. use that design object as serum to add to your inventory

I wrote a lr2cheats.pyc file myself for quick and simple cheats and one of them was adding serums of my design
the file would look like:

Code:
init 9999 python:

    def get_new_serum(count=100):
        new_serum = SerumDesign()
        new_serum.name = "New Serum"
        new_serum.add_trait(futuristic_serum_prod)
        new_serum.add_trait(mind_control_agent)
        new_serum.add_trait(breast_enhancement)
        new_serum.add_trait(happiness_tick)
        new_serum.add_trait(climax_enhancer)
        new_serum.add_trait(rolling_orgasm)
        new_serum.add_trait(fertility_suppression_trait)
        new_serum.add_trait(happiness_tick)
        new_serum.duration=50
        mc.inventory.change_serum(new_serum(), count)
And put it under the /game folder (though other folders shouldn't matter as long as it is inside /game). I simply start my game and open up the console, and type get_new_serum(50) to get 50 of that serum (the 50 is to override the 100, which is the default in the above example; simply calling get_new_serum() will give the mc 100 of that serum.
"new_serum.duration" simple changes the duration of the serum.
 

Incarnis

Newbie
Aug 17, 2022
51
48
118
Question, if I tried to make basically this, but not this, a medical research/management game that was done in Unreal, full 3D, hundreds of sex animation sequences and unique sequences for unique characters... how many people would enjoy that and how many people would be furious??

I love this, but to me it's missing a visual aspect during sexual encounters. The catch would be that it would still be travelling between locations, the locations would be traversable in three dimensions though. Trying to go that far with renders would take decades to do in Renpy so it would have to be real time 3D.

Just throwing the idea out there at the moment, it wouldn't be soon, I'm already working on something else, but I could work on design and technical documentation in my spare time while I do that.
 

CoatiGer

Newbie
Sep 26, 2020
42
25
142
How can you bestow a specific fetish upon a woman through console commands without nanobot usage?
I have a mixed solution for you:
  1. use the console to bring her in trance (the_person.suggestibility = xxx)
  2. the approach her ingame (no console) and use the option take advantage of her trance
  3. train her and apply your desired fetish
 

shooter682

Member
Feb 28, 2019
115
109
228
I have a mixed solution for you:
  1. use the console to bring her in trance (the_person.suggestibility = xxx)
  2. the approach her ingame (no console) and use the option take advantage of her trance
  3. train her and apply your desired fetish
Also have the precurser traits in place like.

1. Breeding fettsh loves creampies and bareback sex
2. Cumword needs to be submissive and in a trance

so you can use the above solution.
 
  • Like
Reactions: CoatiGer

SpikyHair

Member
Nov 13, 2019
363
662
123
how many people would enjoy that and how many people would be furious?
Never let opinion of others stop you from doing something you want. Within limits, that is, because the judge may not feel as strongly about the necessity of some things, anyway.

Also, "imitation is the sincerest form of flattery."

Just go for it, nobody will be hurt by variety.
 

AnotherMike

Member
Mar 26, 2020
161
132
208
Question, if I tried to make basically this, but not this, a medical research/management game that was done in Unreal, full 3D, hundreds of sex animation sequences and unique sequences for unique characters... how many people would enjoy that and how many people would be furious??

I love this, but to me it's missing a visual aspect during sexual encounters. The catch would be that it would still be travelling between locations, the locations would be traversable in three dimensions though. Trying to go that far with renders would take decades to do in Renpy so it would have to be real time 3D.

Just throwing the idea out there at the moment, it wouldn't be soon, I'm already working on something else, but I could work on design and technical documentation in my spare time while I do that.
Why would anyone be furious about it? Because you copied the idea? It feels like 90% of adult games are just copy & paste of situations, story elements, ideas or designs from other games so it's not like it's a rare occurrence.

I'm sure some people would comment on it though, and how many, and how negatively, would depend on just how blatant you'd be in your "borrowing", it's fully possible doing something similar without just copying how the serums work.

As this is one of my favorite adult games, I'd certainly welcome more games like this, regardless of how obvious they are about copying the ideas of this one.
 
  • Like
Reactions: hawkloner

Incarnis

Newbie
Aug 17, 2022
51
48
118
Why would anyone be furious about it? Because you copied the idea? It feels like 90% of adult games are just copy & paste of situations, story elements, ideas or designs from other games so it's not like it's a rare occurrence.

I'm sure some people would comment on it though, and how many, and how negatively, would depend on just how blatant you'd be in your "borrowing", it's fully possible doing something similar without just copying how the serums work.

As this is one of my favorite adult games, I'd certainly welcome more games like this, regardless of how obvious they are about copying the ideas of this one.
My idea might be a bit more expansive with the management and a bit less painfully repetitive with the dating sim aspect, replacing a lot of the repetition with choice trees leading to gameplay elements like minigames, mixing in very occasionally things like fetch quests. I want to have you managing essentially three completely separate businesses, the public pharma front, illicit drug import and manufacturing, and illegal gene editing/splicing with a bit of cloning mixed in. You'd have to manage keeping both illegal aspects of the business hidden in a somewhat proactive way early on, until you can amass power through bribes and placing plants in government and law enforcement.

I hope that idea, and that the different appearances could be more varied because of using morphs, various skins, decals and metahuman hair, along with real time animation would be enough to set it apart but I'm just more interested in how much interest this sort of project would have.

Right now I'm just working on a more traditional VN but my roots are from game development.
 

widget7891

New Member
Jan 21, 2019
2
1
37
My idea might be a bit more expansive with the management and a bit less painfully repetitive with the dating sim aspect, replacing a lot of the repetition with choice trees leading to gameplay elements like minigames, mixing in very occasionally things like fetch quests. I want to have you managing essentially three completely separate businesses, the public pharma front, illicit drug import and manufacturing, and illegal gene editing/splicing with a bit of cloning mixed in. You'd have to manage keeping both illegal aspects of the business hidden in a somewhat proactive way early on, until you can amass power through bribes and placing plants in government and law enforcement.

I hope that idea, and that the different appearances could be more varied because of using morphs, various skins, decals and metahuman hair, along with real time animation would be enough to set it apart but I'm just more interested in how much interest this sort of project would have.

Right now I'm just working on a more traditional VN but my roots are from game development.
It's hard to get excited for ideas, dude, especially ones that will take literal years to resemble anything like what you have planned.

I would suggest creating a 2D prototype of the gameplay and see what feedback you get. 3D sex games are a dime a dozen on here and they're nearly all terrible 'games'. LR2 actually has decent depth which is why this game still has legs.
 
  • Like
Reactions: Deaviannard

deviantfiend999

Active Member
Apr 21, 2018
502
607
245
Question, if I tried to make basically this, but not this, a medical research/management game that was done in Unreal, full 3D, hundreds of sex animation sequences and unique sequences for unique characters... how many people would enjoy that and how many people would be furious??

I love this, but to me it's missing a visual aspect during sexual encounters. The catch would be that it would still be travelling between locations, the locations would be traversable in three dimensions though. Trying to go that far with renders would take decades to do in Renpy so it would have to be real time 3D.

Just throwing the idea out there at the moment, it wouldn't be soon, I'm already working on something else, but I could work on design and technical documentation in my spare time while I do that.
The game Take Over is actually basically Lab Rats 1 redone with a dystopian lens, these tropes are not copy-righted. The aforementioned Take Over is literally Lab Rats 1, but in addition to working in a lab and has to sneakily make serums to corrupt people around you, you also get to corrupt and overturn the government. Although I gets realllllly repeative after a while with the focus being more girls, instead of more to do with the girls.
As long as you have something better to offer, I don't see why not.
 

Incarnis

Newbie
Aug 17, 2022
51
48
118
It's hard to get excited for ideas, dude, especially ones that will take literal years to resemble anything like what you have planned.

I would suggest creating a 2D prototype of the gameplay and see what feedback you get. 3D sex games are a dime a dozen on here and they're nearly all terrible 'games'. LR2 actually has decent depth which is why this game still has legs.
I don't disagree, and I'm just asking if there is interest, it seems there is. Yea, it would take years to resemble anything like what I have planned in it's entirety, I'd be focusing on the gameplay loop and filling out that aspect long before I'd be worried about the sex part, and a lot of the sexual aspects could easily be farmed out.
 

ramvivat

Engaged Member
Jun 28, 2022
3,552
2,085
396
I made one mistake in my last playthrough. I stopped playing it because of a stupid mistake that I didn't immediately realize. I realized where I went wrong only now, after almost 3 months. The mistake is that Ophelia did not give me the opportunity to go to a restaurant where I could meet the bimbo. and the solution is simple - I should have answered Ophelia that she needed to make her ex-boyfriend jealous - but instead I told her that she should just forget about him. and the trip to the restaurant as a result did not happen.
 

thecube2

New Member
Feb 17, 2019
13
22
55
I don't disagree, and I'm just asking if there is interest, it seems there is. Yea, it would take years to resemble anything like what I have planned in it's entirety, I'd be focusing on the gameplay loop and filling out that aspect long before I'd be worried about the sex part, and a lot of the sexual aspects could easily be farmed out.
I really like your original idea man. I'd love to play something like that. But I don't think you should neglect the sex part, people come here to fap after all.
 
Jul 25, 2022
47
26
52
Is there a way to reduce the attention even more than 10% a day? That woman keeps taking my money and serum desings, and i can't do anything about it.
 

CoatiGer

Newbie
Sep 26, 2020
42
25
142
Is there a way to reduce the attention even more than 10% a day? That woman keeps taking my money and serum desings, and i can't do anything about it.
Your are probably talking about the attention bleed mechanism. Other than cheats I don't know a way for manipulation of attention bleed.

It is better to reduce the built up of attention from the start on. Do you know, that there is a Tier 1 trait to reduce the attention of a serum by one? Its name is Clinical Testing Procedures.
 
4.60 star(s) 79 Votes