- Jul 12, 2021
- 22
- 3
Copyneed help with update=how do i add update to original game?
need help with update=how do i add update to original game?
Thank you Lostlegends, but I tried to get the Dressup.zz to work as it would be perfect. I tried putting it everywhere but nothing, ever type it in @ the bottom right 2 or 3 times but still nothing?This only seems to work for npcs you havent added or deleted clothes from already.
click first npc ''add to npc inventory' add some clothes - click 'remove from npc inventory' click some clothes to dress up npc (dont delete them)
Click second npc 'remove from npc inventory' the clothes from the previous npc will be carried over, keep doing this for each npc you want. buggy but works. This adds clothes to the inventory.
If your only interested in the current scene, make a simple script like this. This lets you assign 1 of 5 outfits to an npc, through an interaction. Although this doesnt add them to the inventory. View attachment 1305576
The issue you're having with your person floating is the way that the bed you're using is made. With some of the furniture and beds, the game itself has it set to place an actor there at a specific height. For example, the bed you used. if you were to raise the bed out of the ground, you'd have your actor sinking into the bed if you put it up too high. And only the 1st bed placed in a room is given priority to be used. If you have multiple beds there, the actors will only use the one you placed first. play around with some of the different beds available and see if a different bed will give the results you want! and good effort! Tho, if I may suggest: the curtains you use as water... maybe try using only one and scaled to stretch all the way across?Okay, I was up to some shenanigans.
With the new swim suits and tan lines added to the game, I thought I try my hand at making a beach.
Well needless to say it looks "okay......", but doesn't work very well.
I tried hiding certain furniture into floor to mimic beach towels or sitting in the water. But my guy looks like he needs an exorcist, or at least tie himself to some rocks.
I got in the game both yes and no for some reason. What am I doing wrong? I tried using brackets, even tried a different condition there like "Player.isMale()" I still got both yes and no. For me it makes no sense at all.If fertility>10
"yes"
else
"no"
Endif
For karma if you want a repeatable + (or -) karma button have a look at .../LifePlay/Content/Modules/vin_Base/Actions/PC/donate_to_Patreon.lpaction and change the values of the appropriate fields like EFFECT and TIMEOUT_MINUTES to suit. (Then in game click that button in the red PC list.) Or else find the correct Player.lpcharacter file and text edit STAT karma (path is .../LifePlay/Content/Saves/X/Characters/ where X is a number) each time you want to change it.Also is there a way to cheat up some Karma? I dont see it in the stat edits. Or disable STDs?
I have a pregnancy mod that does something similar.Can somebody help me with modding this game? I am lost in the basics. I am trying to make fertility a dynamic thing in a way that it would not reach a too low or a too high number. For that I would like to set this up so that if fertility is higher than X, than it wouldn't change a thing and the same for if it's too low. Now the issue with that is that if I create an if like this in an lpscene file:
I got in the game both yes and no for some reason. What am I doing wrong? I tried using brackets, even tried a different condition there like "Player.isMale()" I still got both yes and no. For me it makes no sense at all.
If fertility > 10
"Yes"
Else
"No"
Endif
Lostlegends, The clicking on ncp works & after the scene they dress back to original outfits like they suppose toI asume you unpacked it?
then drop the dressup draw into another within thgame modules dir eg.
LifePlay_4_*_64bit\LifePlay\Content\Modules\vin_Base\
That is just an example script btw, it gives you a choice of 5 outfits. You will probabily want to edit it! EG: change a line like this:
'Actor.dress(Summer-Frills-Bikini-Top_1_F, Summer-Frills-Bikini-Bottom_1_F, Summer-Frills-Bikini-Heels-Sandals_1_F)'
remove the clothes listed and put your own choice in, use the clothes list here:
LifePlay_4_*_64bit\LifePlay\Content\Modules\Clothes4.txt
then click an npc and choose 'dress up'
There is a perk you can get it's called Experimental Drugs (I think that's what it's called) after you get the perk you won't get STD's.disable STDs
High karma only offsets the chance of getting an STD. Your karma can be at 100 and still get it.I think STDs are hardcoded to only(?) fire when under 50 karma
If you want to pm me your script, I will see why it doesnt work. And do what you like with it, it's just a 5 min hack done specificaly for you.Lostlegends, The clicking on ncp works & after the scene they dress back to original outfits like they suppose toI modified it and 3:: works perfect but I can't get the other 3 to work? I like the married ncp's to walk around sexy for me "the reason they all have a ring" and they dress back up with 4:: "" if my wife shows up. Talk about a turn on. "HOT". Maybe you could help me with 1:: 2:: & 3:: to get them to work too? Lostlegends, thank you for this, you're alright in my book
P.S. would like your ok to put this on my website or you could become a member & put it there?
I would really appreciate it.
WHAT: none
WHERE: none
WHEN: 0 - 24
WHO: none
OTHER: none
SceneStart()
Main = true
While main
0:: "LilFlame"
1:: "Naked"
2:: "After-Midnight"
3:: "LilFlame"
4:: ""
5:: "Exit"
If 0
Actor.dress(LilFlame-Venus-Blouse_1_F, Ring_2_F), Dolly-Heels_1_F)
Elseif 1
Actor.dress(Valley-Girl-Bracelet_1_F, Ring_2_F, Dolly-Heels_1_F)
Elseif 2
Actor.dress(After-Midnight-Top_1_F, LilFlame-Vision-Bikini-Panty_1_F, Ring_2_F, Dolly-Heels_1_F)
Elseif 3
Actor.dress(LilFlame-Candid-Suit_1_F, Ring_2_F, Dolly-Heels_1_F)
Elseif 4
Actor.dress(Casual-Crop-Skirt_1_F, Casual-Crop-Top_1_F, Casual-Jacket_1_F)
Else
Main = false
Endif
Endwhile
SceneEnd()
The fraternity building type acts as both a fraternity and sorority. The scenes presented while in that building would just differ depending on the gender of the player. So if you were to join the organization while playing as a male character, the default joining scene would refer to it as a fraternity, and if you were playing as a female character it would refer to it as a sororityWhen editing buildings, how do I make "Fraternity/Sorority" be a Sorority? Everytime I try it ends up a fraternity
What's the actual use of the "VALUABLE OBJECTS" right now?Ok, here we go. Let me introduce you to
Gangs of LifePlay: Kingpin
This mod is currently in an early state but already playable! I'm sharing it because I want your feedback as early as possible ;-)
The mod extends the crime options that the base game has. If offers turn based combat for (currently one) opponent(s) and will allow gang and prostitution management.
View attachment 993063
View attachment 990501
What is already done?
What is planned?
- Weapon and turn based combat system
- Black market (buy+sell)
- Stealing stuff from the hospital
- Storage door 3D scene
- Storage room 3D scene
- Bribing or attacking security staff
View attachment 990512
- A lot more locations and actions + your feedback!
- Gang management
- Hookers that you 'own'
Please check the readme! (You always read the readme.txt, don't you?!)
You can get the mod here:You must be registered to see the linksor use my LPLauncher / ModManager to get it.
Current Version: 0.2 Beta
You don't have permission to view the spoiler content. Log in or register now.
Have more ideas, feature requests or found bugs? Just let me know! And please: Tag me or I won't notice it.