larsV

Member
Jan 13, 2018
203
70
Does anyone know where I can download previous versions of the game? I'm looking for an older version where if the female player gets impregnated by a creature, she gives birth to a creature.
that is in all the versions right now,it is called the tentacles module, you will find it in every update .
 

larsV

Member
Jan 13, 2018
203
70
Hello Grim
i like your dresser mod for lifeplay, but i was wondering,is it possible if you also can use the mod on the charachter your playing with? maybe a idea for a next update?
 
  • Like
Reactions: Coomer341

Grim

Active Member
Aug 17, 2016
913
623
Hello Grim
i like your dresser mod for lifeplay, but i was wondering,is it possible if you also can use the mod on the charachter your playing with? maybe a idea for a next update?
What's the use case though? I didn't bother implementing it for the player character because the player can already go to stores to buy new clothes, and save outfits, so I didn't see the point. With NPCs there was no way of selecting their clothing and saving outfits.
 

larsV

Member
Jan 13, 2018
203
70
What's the use case though? I didn't bother implementing it for the player character because the player can already go to stores to buy new clothes, and save outfits, so I didn't see the point. With NPCs there was no way of selecting their clothing and saving outfits.
i see your point,but the way you did it,it is much easier to dress the player character proper.
 

Grim

Active Member
Aug 17, 2016
913
623
i see your point,but the way you did it,it is much easier to dress the player character proper.
It would make more sense if there was a way of accessing the player's clothing inventory via the API but there isn't, so any clothing equipped on the player through the mod would be stuff that they don't actually own, and it wouldn't be permanent. I could implement outfit saving for the player like I did for NPCs, but then you'd have 2 separate wardrobes.

Edit: After testing it seems that calling dress() with specific clothing items does permanently add them to your inventory. This creates other problems though. Aside from the fact that you're getting free clothes, there's no way to determine the clothing stats like when you buy them from the store, so what you end up with is random. The game also doesn't check to see if you already own an item when using dress(clothing_item), so every time the function is called in that manner it's adding a new item to your inventory even if you already have it, which means it wouldn't take long for your wardrobe to be full of dozens or hundreds of the same items
 
Last edited:
  • Like
Reactions: larsV

larsV

Member
Jan 13, 2018
203
70
It would make more sense if there was a way of accessing the player's clothing inventory via the API but there isn't, so any clothing equipped on the player through the mod would be stuff that they don't actually own, and it wouldn't be permanent. I could implement outfit saving for the player like I did for NPCs, but then you'd have 2 separate wardrobes.

Edit: After testing it seems that calling dress() with specific clothing items does permanently add them to your inventory. This creates other problems though. Aside from the fact that you're getting free clothes, there's no way to determine the clothing stats like when you buy them from the store, so what you end up with is random. The game also doesn't check to see if you already own an item when using dress(clothing_item), so every time the function is called in that manner it's adding a new item to your inventory even if you already have it, which means it wouldn't take long for your wardrobe to be full of dozens or hundreds of the same items
thanks for trying,i really appreciate this grim :)
 

Grim

Active Member
Aug 17, 2016
913
623
If it wasn't obvious before that new scenes aren't being tested, I just encountered one that has a SceneStart() and no SceneEnd(): vin_Base/Scenes/companion/date_hit_on_lesbian.lpscene
 
  • Sad
Reactions: Hongfire Survivor

Icebird

Member
Sep 22, 2017
379
275
If it wasn't obvious before that new scenes aren't being tested, I just encountered one that has a SceneStart() and no SceneEnd(): vin_Base/Scenes/companion/date_hit_on_lesbian.lpscene
It's sure that new scenes aren't tested, almost the half of the newer scenes has errors, I found a lot what released in (or after) february and tipically under /vin_Base/Scenes/misc/ dir.
 

Deleted member 289409

Active Member
Nov 12, 2017
680
871
If it wasn't obvious before that new scenes aren't being tested, I just encountered one that has a SceneStart() and no SceneEnd(): vin_Base/Scenes/companion/date_hit_on_lesbian.lpscene
It's also missing endDate() in 3 spots lines 96, 101 and 105. It locks up sometimes without it.
 

Grim

Active Member
Aug 17, 2016
913
623
It's also missing endDate() in 3 spots lines 96, 101 and 105. It locks up sometimes without it.
Yeah I didn't check the rest of it too closely. The lack of SceneEnd() was very obvious though because of the scene not ending. One other thing I did notice was the while loop on line 10 isn't correct:

While !Actor2.Female()
should be
While !Actor2.isFemale()

The first time that scene triggered for me it generated a male "lesbian", so I broke out of it with the emergency button.
 

larsV

Member
Jan 13, 2018
203
70
If Vin doesn't want to open source the code anymore, and also doesn't want to bother testing the scenes, then he should at least consider putting just the scene files on github or somewhere where people can contribute fixes for them.
i don`t think he doesn`t care anymore, as we all know he has had covid,and the aftermath of the covid takes longer then the sickness,so be patient,i think he will fix it with the last overhaul update.
 

Brok TheDog

Active Member
Donor
Jun 2, 2018
675
824
The impregnation system and beuger, At several times certain IA comes to tell us that they are pregnant or that they are going to give birth, the problem is that the person is absent and as soon as we go to see their statue either they are not missing pregnant or she is not giving birth. The plan has 3 with the co tenants of an AI and beuger, one of the AIs and score twice, and when we swarp our character does the animation in a vacuum.
 
3.30 star(s) 118 Votes