Create and Fuck your AI Slut -70% OFF
x

Phoexist

Active Member
Mar 11, 2020
505
559
258
I changed Lily's name but her room still has it marked as Lily. Is it possible to change her room's name on the "map"?
The room names are in script.rpy. Find line that starts with lily_bedroom. Don't change that first one as that is the games internal variable, but change the names of the two within quotes in that line. "Lily's bedroom" to whatever you want it. Those two are the display names.
 

Carrotzzz

New Member
Mar 16, 2017
10
14
176
Does Vren test the new features at all? Like, the way it's written right now, the city rep can never be trained to have a skimpy uniform because the if statement is using a blatantly incorrect string as an argument.

The relevant code snippet in role_city_rep.rpy is written
Code:
        if the_person.get_known_opinion_score("Likes Skimpy Uniforms") > 0:
            return True
When it should be (and it took me less than 5 minutes to find the bugfix for a game that I did not write and presumably don't have as intimate a knowledge of as Vren)

Code:
        if the_person.get_known_opinion_score("skimpy uniforms") > 0:
            return True
This isn't even an edge case either. This could be found literally just by consoling your way to having enough clarity/attention/whatever-resource and just trying to activate the command using in game prompts and realizing that it doesn't work.

I like the game a lot, but stuff like this (which shows up in some form or other literally every update) is just so baffling every time.
 
  • Like
Reactions: gutterclown

dalzomo

Active Member
Aug 7, 2016
939
784
306
Does Vren test the new features at all? Like, the way it's written right now, the city rep can never be trained to have a skimpy uniform because the if statement is using a blatantly incorrect string as an argument.

The relevant code snippet in role_city_rep.rpy is written
Code:
        if the_person.get_known_opinion_score("Likes Skimpy Uniforms") > 0:
            return True
When it should be (and it took me less than 5 minutes to find the bugfix for a game that I did not write and presumably don't have as intimate a knowledge of as Vren)

Code:
        if the_person.get_known_opinion_score("skimpy uniforms") > 0:
            return True
This isn't even an edge case either. This could be found literally just by consoling your way to having enough clarity/attention/whatever-resource and just trying to activate the command using in game prompts and realizing that it doesn't work.

I like the game a lot, but stuff like this (which shows up in some form or other literally every update) is just so baffling every time.
Good catch. Thanks
 

pshiel23

Newbie
Jan 8, 2020
33
14
133
Dunno if this has been asked already but what do i have to make for lily to satisfy her "get high" request?
 

milfluv69

Member
Dec 28, 2017
113
119
265
Are we ever going to get role appropriate pregnancy dialogue? It's pretty immersion breaking to have a character react to being knocked up by a relative by just saying 'hey I'm pregnant, just thought you should know'
 

docclox

Active Member
Game Developer
Aug 20, 2016
575
608
350
Well, that's been two joyless updates in a row. Normally I'm the first to say that Vren wil lget it right given time (the early versions on Lab Rats 1 were awful!) but I confess, I'm having difficulty summoning the will to play this latest installment.

I wonder what the mod team are going to do with this set of mechanics.
 
3.40 star(s) 127 Votes