tooldev

Active Member
Feb 9, 2018
809
767
Maybe I am just blind but I cant seem to find this information anywhere:
1734001727555.png
Influence is not the same as relation obviously but they seem to be somewhat connected. Where can I find the actual value of influence, as it isnt listed on the model page?
 

mbmb

Well-Known Member
Game Developer
Apr 18, 2017
1,243
1,622
Maybe I am just blind but I cant seem to find this information anywhere:
View attachment 4325064
Influence is not the same as relation obviously but they seem to be somewhat connected. Where can I find the actual value of influence, as it isnt listed on the model page?
it's your relationship + how dumb she is
if she's smart, you'll need more relationship with her to make body changes
 
  • Like
Reactions: tooldev

Avgvstvs

Newbie
Mar 30, 2019
16
5
I'll try again... the male actors that i've created with mod tools doesnt spawn. I suppose that all places only spawn girls, but i cant select the military camp for the male ones. What can i do?
 

Chimi

New Member
Dec 30, 2017
7
13
That actually helped me solve it.

The pornempire .exe/binary must be put in a separate, empty folder.
Maybe the installation instructions should be updated?

Apparently, your game (or godot or whatever) will load stuff for other godot games in the same folder.
I had another Godot game laying around, and saw that a folder with the wrong name was being created in `.local/share/godot`, even after I cleaned it up.

Seems like me and the other poster had the same porn game in our porn game folder :)
THIS. This post needs to be stickied or something. I've been troubleshooting trying to get this game to run for hours on end, scouring through this thread to find others with the same problem, trying everything. And in the end moving the game to it's own folder solved it instantly.
 

tooldev

Active Member
Feb 9, 2018
809
767
Guys pls leave your last save! Please
While I am generally baffled when people ask for saves: this is even more peculiar since this is a sim game and not a VN with multiple paths or endings. Why on earth would you need a save?

If you are struggling with anything, you can simply enable the cheat and change almost anything you need to achieve a specific goal
 

mbmb

Well-Known Member
Game Developer
Apr 18, 2017
1,243
1,622
I'll try again... the male actors that i've created with mod tools doesnt spawn. I suppose that all places only spawn girls, but i cant select the military camp for the male ones. What can i do?
what did you set them? random? starting?
if you play as a male, you don't see male chars. onyl way is to start them as starting chras.
i'll make military base available so they'll spawn there, so there's that.

how i can install mods? mbmb
where's the problem exactly
if you go to mod tools in game, it's written what you should do

the easiest example, a starting girl, you open mod tools, create a character, export her .pechar file (dont forget to set her as a starting char)
move that .pechar file in %APPDATA%\Godot\app_userdata\Porn Empire\mods\characters (create mods directory yourself if it doesnt exist)
start the game, click available mods and check if she's listed there and that's it

Guys pls leave your last save! Please
like said, game has a char creator and a cheat mode
surely you don't want to play as some other guy
 

Avgvstvs

Newbie
Mar 30, 2019
16
5
what did you set them? random? starting?
if you play as a male, you don't see male chars. onyl way is to start them as starting chras.
i'll make military base available so they'll spawn there, so there's that.
Yeah, i'm playing as male, everything works fine when i chose starting, but i was trying to make new ones spawn at late game. If the military base become available it will be solved. Thanks!
 

tooldev

Active Member
Feb 9, 2018
809
767
what did you set them? random? starting?
if you play as a male, you don't see male chars. onyl way is to start them as starting chras.
i'll make military base available so they'll spawn there, so there's that.


where's the problem exactly
if you go to mod tools in game, it's written what you should do

the easiest example, a starting girl, you open mod tools, create a character, export her .pechar file (dont forget to set her as a starting char)
move that .pechar file in %APPDATA%\Godot\app_userdata\Porn Empire\mods\characters (create mods directory yourself if it doesnt exist)
start the game, click available mods and check if she's listed there and that's it


like said, game has a char creator and a cheat mode
surely you don't want to play as some other guy
I posted this earlier already - your path is not correct. It should be like that:



Strike all this - resolved and caused by creepy age factors probably on my side
 
Last edited:

Qahlz

Active Member
Jul 25, 2023
625
493
I posted this earlier already - your path is not correct. It should be like that:

What is incorrect about their posted path? %APPDATA% is equivalent to C:\Users\<user>\AppData\Roaming (try it out, enter "%APPDATA%" in the Explorer's adress bar and press Enter)
 

tooldev

Active Member
Feb 9, 2018
809
767
What is incorrect about their posted path? %APPDATA% is equivalent to C:\Users\<user>\AppData\Roaming (try it out, enter "%APPDATA%" in the Explorer's adress bar and press Enter)
appdata always has 3 sub-directories that signify the way the application is executed and what happens when you switch user for example. So there is always a local, local low and roaming directory in between 'appdata' and 'godot'. The default is 'roaming' for godot.
 
  • Like
Reactions: znnrqp

Qahlz

Active Member
Jul 25, 2023
625
493
appdata always has 3 sub-directories that signify the way the application is executed and what happens when you switch user for example. So there is always a local, local low and roaming directory in between 'appdata' and 'godot'. The default is 'roaming' for godot.
Technically true, but how is that relevant to the dev supposedly posting a wrong path? Porn Empire (and I'm assuming most Godot games by default) stores user data in %APPDATA%\Godot\app_userdata\
I don't even have a Godot directory in %APPDATA%\..\LocalLow\ and the one in %LOCALAPPDATA%\Godot\ only seems to contain a shadercache.
 

Proximity

New Member
Aug 11, 2017
11
2
I've been trying to recruit all unique characters, using mods and conversation templates, but Delia is the only one who doesn't want to appear, has anyone managed to recruit her?
 

tooldev

Active Member
Feb 9, 2018
809
767
Technically true, but how is that relevant to the dev supposedly posting a wrong path? Porn Empire (and I'm assuming most Godot games by default) stores user data in %APPDATA%\Godot\app_userdata\
I don't even have a Godot directory in %APPDATA%\..\LocalLow\ and the one in %LOCALAPPDATA%\Godot\ only seems to contain a shadercache.
There is nothing about 'technically true'. That is how Windows works, it is not a choice. Godot saves data as any other application in either one of those 3 sub-directories but never right in the root of appdata. If it does, it has been tempered with. Local low is for example for applications running low integrity like browsers. It is the most restrictive one. So general apps save either in Local or Roaming.

P.S: You are mixing 2 things btw - %appdata% will point to drive\user\appdata\roaming per default. Which is not what is in the modtools text. That one uses the full path without the roaming/local part
as in earlier posting - disregard all this
 
Last edited:

Qahlz

Active Member
Jul 25, 2023
625
493
P.S: You are mixing 2 things btw - %appdata% will point to drive\user\appdata\roaming per default. Which is not what is in the modtools text. That one uses the full path without the roaming/local part
Are you using an outdated version? In 0.92b the modtools ingame have the location listed as %APPDATA%\[...]
The comment you initially quoted also has the location listed with the %APPDATA% global variable in the path.

Or are we looking at different locations?

Screenshot:
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: tooldev

tooldev

Active Member
Feb 9, 2018
809
767
Are you using an outdated version? In 0.92b the modtools ingame have the location listed as %APPDATA%\[...]
The comment you initially quoted also has the location listed with the %APPDATA% global variable in the path.

Or are we looking at different locations?

Screenshot:
You don't have permission to view the spoiler content. Log in or register now.
You are actually right and the mistake is on my side. For whatever reason I have not registered the percent signs when I did my first posting, nor did I later on. mbmb Mea culpa
 
4.10 star(s) 62 Votes