NickNo

Member
Modder
Game Developer
Jan 19, 2020
267
332
When I run LPLauncher.exe it shows "Cannot download mod repository."
It is v1.4.2.0. but GIT says there are no differences in the 1.4.3.5?
Love this kind of reports - where the fix is alredy included :)
Just use the latest version. There are dozens of changes ;) - See here:
 

NickNo

Member
Modder
Game Developer
Jan 19, 2020
267
332
I've separated the ShopAddons mod into mini mods.


I'm not sure about my coding, if one modder can take a look of one of my mini mods (shop), and make the fix, I will fix the others by myself. I just want to be sure I'm using set/get/modifyActorVar the right way....
Looks promising ;-)

About the way you coded it:
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

Pilotus13

Newbie
Aug 14, 2018
32
26
Having a problem, getting required chars for scenes - it seems that selection rules (after If) do not work.
For example, I assume that the string below should give me two chars for a scene - one is my colleague from my contact list, who is at least a little submissive. Second char is my boss. And the colleage selected should be in his love interests (is boss is heteromale, no trans or men should appear as Col char).
WHO: Col = getPerson(true); Boss = getSpecific(Boss); If Col.isColleague() && Boss.isInterestedIn(Col) && Col.masochism > 10

However, I'm getting any person from my contact list (except for syblings for some reason), also without any references to boss love interests...

Could please anyone advise on what is wrong there?..
 

iishin

New Member
Jan 25, 2018
12
1
excuse me i have a question. Is the netorare mods triggered with female players ?
if have am i miss any part ? - have relationship with a man , drop him to submassive , openn relation be husband but still can not use invite bull while companion with husband
 

MattShizzle

Well-Known Member
Oct 31, 2019
1,354
1,275
Could we PLEASE have a fix for the characters in sex scenes spawning at the edge/in corners for rooms with no bed? Been asking for months and this is a serious problem.
Also, what was the point in making it 2 new KOTF when adding new ones so the ones who would come close STILL would never win? Gonna always be pregnancy, Doggy, cowgirl, fantasy shit, pissing over and over and over and over again. Sex worker MIGHT get a chance, but TF won't despite not being worked on since added, yet THREE pregnancy so far. Once 2 times disable until further notice - at least 6 months. Pisses me off. Mostly stuff I don't like and some I find disgusting. Pregnancy updates did help even though 100% NMK due to making mostly BP not necessary. PMG is still necessary due to lack of SW stuff for hoes.
 

Pilotus13

Newbie
Aug 14, 2018
32
26
Which parameters did you use?
Just like it says in the description file:

Actor.animate(animation)

USE:
Make the actor do something.

Parameter:
One of: martialart, drinkglass, dance, smoke, pray, sofawatch, browse, call, socialize, work, sweep, bathe, drinkbottle, lecture, theatrewatch, write, groupdance, call, sneak, camera, makeup, eat, toilet, bathe, masturbate, drinktea, smoke, strip, managefinances, receivelapdance, dental, beauty, health, haircut, weights, yoga, na_sleep, na_running

If no parameter is given current animation will be stopped and actor will go idle.

TYPE: Command
RETURNS: /
THEME: Animations
COMPARE:


My line looked like this:
Actor.animate(sweep).

But the char was just sitting there...
 

NickNo

Member
Modder
Game Developer
Jan 19, 2020
267
332
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.

nn_gl_deal_street.gif

1610909918398.png

What is already done?
  • 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
What is planned?
  • A lot more locations and actions + your feedback!
  • Gang management
  • Hookers that you 'own'
1610910159796.png

Please check the readme! (You always read the readme.txt, don't you?!)

You can get the mod here: or 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.
 
Last edited:

Deleted member 2476484

Member
Modder
Jun 15, 2020
164
117
About the way you coded it:
First, thank you for your help.
I tested your code and now I understand.

I'm working on an inventory scene (check_pantry) instead of using stats for showing quantities.

Soon, I will make all the changes to my mods.

Yes, my goals with all my mods is to create quests, adding difficulty,...
Ideas:
To rob a house usually you need a tool, so you need to go to the store to buy lockpicks, crowbar, sex gas...
The chance of robbery is = tool + random chance

Corrupt someone with jewellery for having ...
....
 
Last edited:

Pilotus13

Newbie
Aug 14, 2018
32
26
did you set a 3d background before?
animations can be overwritten bit it.
could you post the whole scene?
Here is the part, I was talking about:

SceneStart()
setBackgroundCustom(livingroom)
"You were walking around the house when some noise in the living room drew your attention"
Col = getPerson(true)
Fam = getRelative()
If Col.isColleague() && [Fam.livesWithPlayer() && Fam.isInterestedIn(Col) && Col.isInterestedIn(Fam)]
Col.dress()
Col.show()
Col.Animate(sweep)
"To your suprise you see <Col.name>, your co-worker, cleaning the livingroom."
 

NickNo

Member
Modder
Game Developer
Jan 19, 2020
267
332
Here is the part, I was talking about:
This looks OK. And in deed you change the 3D scene - You seem to have the same problems as I do: we use the game engine in a way it currently does not support ;-)

I bet if you put a "BREAK" between:
Col.show()
"BREAK"
Col.Animate(sweep)


...and you wait in that break until all loading is done (clothes+background -> you know that it is done as the NPCs will start doing random actions), your animation will work as well.

If this confirms my guess I already reported this and hope it will get fixed in 3.19 or 3.20
 

Moabit

Newbie
May 3, 2018
19
4
I have the problem that my companion is sometimes invisible. I see her name sign but not the body in some locations. Someone knows a solution for that?
 
  • Like
Reactions: srg91
3.30 star(s) 118 Votes