Grim

Active Member
Aug 17, 2016
556
446
I read the small Wiki, also the one on GitHub.
But where I'm wrong in my code: pastebin.com/eCDbifH4

Something is missing or ...
Thanks for your help !
What sort of problem are you having with the code
 

Grim

Active Member
Aug 17, 2016
556
446
Hi,
My code look good but it doesn't work, only the first choice work.

I can buy but not sell or trade, the script stop !
Looks like you might have been using tabs? Try replacing them with spaces. You can do this in Notepad++ under Edit -> Blank Operations -> TAB to Space. You can also set Notepad++ to insert spaces for tabs. The scripts don't run correctly if they contain any tabs
 

Deleted member 2476484

Member
Modder
Jun 15, 2020
164
117
Looks like you might have been using tabs? Try replacing them with spaces. You can do this in Notepad++ under Edit -> Blank Operations -> TAB to Space. You can also set Notepad++ to insert spaces for tabs. The scripts don't run correctly if they contain any tabs
You hit the spot ! Ok, I will becareful next time ! Now it works !
 

Ravenger6660

Active Member
Sep 14, 2017
818
954
Hi All!

Just Updated the HomeExtensions Mod

You don't have permission to view the spoiler content. Log in or register now.

I'll stop development for now, as I need APIs to get the current daytime for sane scenes.
Also PornEmpire 0.7 is still not released as I will have to wait for 3.18 / Vinfamys reply to my API requests before I can continue.
Thank to this little code I was able to make updates to my mod to look better.
Code:
        If Player.isMale()
            Player.dressExcept(Outerwear, Top, Bottom, Foot, Headwear)
        Else
            Random
                Player.dress(Cool-Bra_1_F,Cool-Panties_1_F)
                Player.dress(Cool-Bra_1_F,Cool-Panties_2_F)
                Player.dress(Cool-Bra_1_F,Appealing-Panties_1_F)
                Player.dress(Cool-Bra_1_F,Appealing-Panties_2_F)
                Player.dress(Cool-Bra_1_F,Appealing-Panties_3_F)
                Player.dress(Cool-Bra_1_F,Appealing-Panties_4_F)
            EndRandom

        Endif

I'm still studying your code to see what else I can learn from it.
Might even add my own addition to it, if I could get them to work... {still testing}
 

NickNo

Member
Modder
Jan 19, 2020
186
262
- Is it possible to filter the apparels (showing only shoes, only pants,....)
None that I am aware of.
I could add an API request if you need it.

- How to modify the background of a store. Because actually, some stores don't have the right background.
I would like to change the background of sport locations, to look like a sport's store.
1st create (or find) a room design and set it using setBackground3D() when your scene starts.

- Is it possible to have more than 1 house, so I will be able to rent more rooms
The game officially only supports one home (and those of your dates) and these only have one bedroom.
The game also has 3D Backgrounds for kitchen, bathroom and livingroom build in but these can only be activated by setBackgroundCustom() in a scene.

Check my home expansions mod. It adds rooms + functions to homes already.

- How to adjust % of store locations, cause some map offer only 3 locations for some categories.
Ex: In London map, I only have 3 motorcycle locations.
I'm afraid this is hard wired into the map. As the maps are based on real world data.
 

Deleted member 2476484

Member
Modder
Jun 15, 2020
164
117
Ok, I'm tired... :) This is what I done so far...

Motorcycle locations:
Now, you can buy a motorcycle via car and motorcycle (on some maps) locations.
Like car, you can only buy one.

Bicycle locations:
- You can buy/sell/trade your bicycle
So your money/stock will be adjust automatically

Interactions:
Groping - work the same way as flash.
Play with sextoy - to home - each time you play with sextoy, sextoy stats reduce also

Smoking:
- You can now smoke cigars, vape and weed

Eating:
- Bakerie
- Seafood
- Meat
- confectionerie
- popcorn
- Ice cream
- Vegan meal

Reading:
- Travel map
- XXX magazine

Shopping:
- Buy Lingerie (apparel in fact) - to beauty because no sexshop location exist (I don't know how to filter clothes, API will be great)
- Buy sex product - to beauty because no sexshop location exist
- Bakery
- Bags
- Weed
- Cigars
- Vape Kit
- 1 Motorcycle
- Bicycles
- Travel map
- Binoculars
- Toys
- seafood
- XXX Magazine
- Meat
- confectionery
- popcorn
- Ice cream
- Tools
- Vegan meal

I'm working on:
- Dialogues
- Deposit system (almost done...)
- Embellishing ...


BTW...:
Characters are in adoration with the water machine. They always need a drink.....


I will share my module soon!
 

NickNo

Member
Modder
Jan 19, 2020
186
262
BTW...:
Characters are in adoration with the water machine. They always need a drink.....
Yeah this is an old feature ;)
I reported it back in LP 3.0 when it was introduced.
The characters do some random actions when they show(). These animations are done infinitely.
This is non immersive so animations like sweeping, drinking etc.
These animations should stop after some time and timeout for a while.

I will share my module soon!
Great! If you like you can add it to the repository of the launcher. Then it will distribute and update automatically.
You need a git hub account for this.
 
  • Like
Reactions: AlexWolfJEDYNY

Deleted member 2476484

Member
Modder
Jun 15, 2020
164
117
Thanks for your help ! I always use Notepad++ for coding, I also installed the SyntaxHighlighter.
Which version of Unreal Engine LP use, mine is 4.26?
 
Nov 22, 2017
123
101
Ok, I'm tired... :) This is what I done so far...

Motorcycle locations:
Now, you can buy a motorcycle via car and motorcycle (on some maps) locations.
Like car, you can only buy one.

Bicycle locations:
- You can buy/sell/trade your bicycle
So your money/stock will be adjust automatically

Interactions:
Groping - work the same way as flash.
Play with sextoy - to home - each time you play with sextoy, sextoy stats reduce also

Smoking:
- You can now smoke cigars, vape and weed

Eating:
- Bakerie
- Seafood
- Meat
- confectionerie
- popcorn
- Ice cream
- Vegan meal

Reading:
- Travel map
- XXX magazine

Shopping:
- Buy Lingerie (apparel in fact) - to beauty because no sexshop location exist (I don't know how to filter clothes, API will be great)
- Buy sex product - to beauty because no sexshop location exist
- Bakery
- Bags
- Weed
- Cigars
- Vape Kit
- 1 Motorcycle
- Bicycles
- Travel map
- Binoculars
- Toys
- seafood
- XXX Magazine
- Meat
- confectionery
- popcorn
- Ice cream
- Tools
- Vegan meal

I'm working on:
- Dialogues
- Deposit system (almost done...)
- Embellishing ...


BTW...:
Characters are in adoration with the water machine. They always need a drink.....


I will share my module soon!
Play with sextoy, you mean with a nymphomaniac or something similar? ?
 

Deleted member 2476484

Member
Modder
Jun 15, 2020
164
117
Play with sextoy, you mean with a nymphomaniac or something similar? ?
No, not at the moment, very basic, it's same as masturbate, but will be useful for future use.
I have no animations of solo character with sextoy.
I didn't find any list for animations inside LP.

I just discovered the game, I explore the code and possibilities....
 

MattShizzle

Well-Known Member
Oct 31, 2019
1,354
1,275
One I like is playing myself where it's incest with my sister. Note in real life I don't have a sister and am an only. I like making iy like she's slightly older and takes charge.
 

Otomo

Member
Dec 17, 2017
424
140
Another suggestion, for the pornstar stuff.

Usually, the porn scene in a city/country is a small world. Check the 2000 years french porn movies : maybe 40 actors for the entire country.
So, this is my suggestion : create a, editable porn actors lists, who will be used for the scenes. Npcs created who are porn actors must join this list.
 

Deleted member 2476484

Member
Modder
Jun 15, 2020
164
117
Hi, I have few more questions, before I begin to share my add-on:
- I would like to know how to totally hide (inside the menu) an items until the character buy it.

- Do a function exist to activate/deactivate certains stats inside a module when enable ?
*** Because my module will add a lot of new stats/options to character.
The point with the "stocks" and "values".... When available, using animations who goes with, to make new scenes.

If no function or ways exist, I will separate my module (contain almost all shops) into small one (one module per shop).

Also:
- Where's the scene for buy_apparel_HARDCODE or how to mimic that one ? ex: Buy shoes, Buy outdoor gears,....
Is there a function to call the shop scene for buying clothes.

- DAILY_CHANGE: How to deactivate until the character use it,..
if I do this:
Ex: DAILY_CHANGE: +0.02 For my jewellery taking value by time...
If my character didn't buy it, the stats go up for jewellery value, I don't want that.
 
Last edited:

NickNo

Member
Modder
Jan 19, 2020
186
262
Check the 2000 years french porn movies : maybe 40 actors for the entire country.
So, this is my suggestion : create a, editable porn actors lists, who will be used for the scenes. Npcs created who are porn actors must join this list.
Well not sure if you watch the wrong movies or the french are really prudish (what I recall they aren't) ;-)
I assume you are talking about "professional" porn models. Then this may be true. But there is more porn footage that is not done with these professionals. Like amateur stuff. And its gaining popularity. I personally don't even enjoy these professionally made videos. They are like too fast and too furious... :D

But to get back to your suggestion. This "list" already exists - sort of. If PE is used each model will have a tag. PEModel for models, PEWebCam for cam models.
 

NickNo

Member
Modder
Jan 19, 2020
186
262
- I would like to know how to totally hide (inside the menu) an items until the character buy it.
This is not possible AFAIK. I could use that pretty good as well. ;-)

ATM You can only disable, not hide, them using the condition check which will only accept a STATCOMPARE.

This is why I always use a menu entry like "Do something" and inside that entry I trigger a scene that pops up a menu that I can control myself.

- Do a function exist to activate/deactivate certains stats inside a module when enable ?
- DAILY_CHANGE: How to deactivate until the character use it,..
Again: Not that I know of.
I'd say that using a lot of player stats is not the best idea. ActorVars or GlobalVars are better.

About that daily cange. I assume "NOT" again.
Sadly there is also no trigger to have a scene explicitly run daily so that you could put your change logic in it.
We will have to wait for vinfamy to add such stuff. I requested this as well ;-)

- Where's the scene for buy_apparel_HARDCODE or how to mimic that one ? ex: Buy shoes, Buy outdoor gears,....
Is there a function to call the shop scene for buying clothes.
I assume they are hard coded. ;-) As the UI that pops up is not scripted. The name implies this as well :)
 

Deleted member 2476484

Member
Modder
Jun 15, 2020
164
117
ATM You can only disable, not hide, them using the condition check which will only accept a STATCOMPARE.
That's what I did..

I'd say that using a lot of player stats is not the best idea. ActorVars or GlobalVars are better.
Ok, I know what you mean, but I'm not sure....
- Stats are only for stocking items to be eaten ou sell.
- Make the game more realistic and later create scenes who goes with... having some more goals....

About that daily cange. I assume "NOT" again.
Ok, I will think about it !

I assume they are hard coded. ;-) As the UI that pops up is not scripted. The name implies this as well :)
That's what I supposed. :( Not a big deal !
 

Otomo

Member
Dec 17, 2017
424
140
Well not sure if you watch the wrong movies or the french are really prudish (what I recall they aren't) ;-)
I assume you are talking about "professional" porn models. Then this may be true. But there is more porn footage that is not done with these professionals. Like amateur stuff. And its gaining popularity. I personally don't even enjoy these professionally made videos. They are like too fast and too furious... :D

But to get back to your suggestion. This "list" already exists - sort of. If PE is used each model will have a tag. PEModel for models, PEWebCam for cam models.
For me, I don't like the recent products. Call it nostalgia, but I prefer the 1990-2000 movies. Even the american ones.

And even amateurish porn footage can be linked to agencies and a small population of actors. Jacqu*e and Mich*l for example in France : amateur women, professionnal men actors. Some women became profesionnal (Luna Rival for example).
True amateurish stuff is with webcam qualitie, not with a producer like the shoots the player can make in the game (except the very special stuff like b*estiality... due to the illegacy of this market).

And again, it's will be cool to be able to set the models and pornactors population, and customise it (for example, your sorority sister is also a porn actress, invite you looking her in her porn shoot, or recommand you for a casting in an agencie, maybe she will cast you herself). The reverse also (similar to the "pimp your companion" mod do). Same for whores and models (it will also reinforce the network stuff, and the interaction with the npcs).
So, you could be called for a shoot, and meet this person in the shooting... making bounds ?
If you have the incest mod, and if you cousin/sister is a porn actress, you could be called for a shoot, and meet her as one of the actors... it can call some options.

About the prudish, it depends.. the 70-80 movies for sure (anal is very rare). In the 2000 years, it's like the italian and german productions... so not prudish, except some actors who don't perform some stuff (Clara Morgane for example never performed anal or dp, unlike her colleagues). And it's also when Private produced their best feature movies.. and we can't say Private films are prudish.
 
3.30 star(s) 117 Votes