mbmb

Well-Known Member
Game Developer
Apr 18, 2017
1,171
1,511
MY QUESTION:

Does anyone here make their own mods for this? I have a few custom Special Characters with some very simple storylines, but nothing too complex. Do you have to start a new game to add characters or will they spawn if added to an already active game?
there are some characters on discord
you dont need to start a new game
We should establish a repository of NPC files, in the same way that brothel sim games like Brothel King have girl packs. Then we could share coding innovations that are successful or popular characters. The NPCs I have written so far are the core characters from SimBro: Alice, Eva, Julia.
like said they're on discord but i hate discord and would like to move the stuff to somewhere else.
i could just create a new website, but i have to find some simple uploading framework coz im sure aint writing one from scratch.
a seperate thread here also wouldnt hurt. dont know who has the permission to open new threads tho
 

Otomo

Member
Dec 17, 2017
426
140
there are some characters on discord
you dont need to start a new game

like said they're on discord but i hate discord and would like to move the stuff to somewhere else.
i could just create a new website, but i have to find some simple uploading framework coz im sure aint writing one from scratch.
a seperate thread here also wouldnt hurt. dont know who has the permission to open new threads tho
link to the discord please ?

How I can fix my character ?
 

mbmb

Well-Known Member
Game Developer
Apr 18, 2017
1,171
1,511
I attempt to create a npc recruitable as model, but it seems to not work : the npc don't appear at the gym, whatever reputation and hours.
Here's the archive (pechar and gd). Please tell me what is wrong.
Thanks in advance
1. you missed the " . follow the guide pepito posted few pages ago and use notepad++, sublime or whatever other code editor with syntax highlighitng. you'll know right away where you missed something.
Screenshot_2021-05-08_08-04-18.jpg
line 87 you didnt close the string with "

2. like noodles already mentioned, "home" is not a correct tag, use one from the guide or "privatebedroom"

you have the fixed chick attached
 

Otomo

Member
Dec 17, 2017
426
140
1. you missed the " . follow the guide pepito posted few pages ago and use notepad++, sublime or whatever other code editor with syntax highlighitng. you'll know right away where you missed something.
View attachment 1184377
line 87 you didnt close the string with "

2. like noodles already mentioned, "home" is not a correct tag, use one from the guide or "privatebedroom"

you have the fixed chick attached
thnaks
 

Otomo

Member
Dec 17, 2017
426
140
1. you missed the " . follow the guide pepito posted few pages ago and use notepad++, sublime or whatever other code editor with syntax highlighitng. you'll know right away where you missed something.
View attachment 1184377
line 87 you didnt close the string with "

2. like noodles already mentioned, "home" is not a correct tag, use one from the guide or "privatebedroom"

you have the fixed chick attached
By the way, what is the code line I need to hire the npc as model, whitout make her pass the casting (like when you hire Jenny copeland as model, for example...) ?
 

mbmb

Well-Known Member
Game Developer
Apr 18, 2017
1,171
1,511
By the way, what is the code line I need to hire the npc as model, whitout make her pass the casting (like when you hire Jenny copeland as model, for example...) ?
"reveal_stats":true
for example {"finished":true, "end":true, "reveal_stats":true, "add_whore":true}
 

SenPC

Active Member
Feb 3, 2018
578
1,115
you have the fixed chick attached
Look at Good Guy Developer over here. Very nice, mbmb You are awesome. And you've come so far with this game. I remember when it started out, how bare bones it was and how different the graphics were. You've really got a solid project here. I'm going over right now to subscribe to PEDev on Patreon. I should have done it a year ago.
 
Mar 17, 2021
40
37
you dont need to start a new game
Thanks! I wasn't asking about finding other characters, though I like the idea of having a place to share NPCs. I'd share mine once I can make sure they're working properly. And seeing how others have done theirs would be a great way to learn how to make mine better.

The templates you provide are really nice and they make it easy to simply swap out lines and make ones own NPC. But in the hands of a non-coding moron (i.e. Me) small, hard to find fatal flaws are easy to bumble into. I am having an issue adding NPCs to an existing game, but the chance of that being my error is really strong :)

i hate discord
Ramen.
 
Mar 17, 2021
40
37
We should establish a repository of NPC files... Then we could share coding innovations that are successful or popular characters.
I had no idea about the Discord link, but had thought that there should be something like this. I'm excited by the idea and the chance to share coding tricks. I dig it!
 

Otomo

Member
Dec 17, 2017
426
140
The chick works perfectly now. I'll built her dialogues to give her a story, and surely create some new ones (at least a gothic/punk).
Thanks for the discord path.

Two questions :
- what happens if we create a chick, and not give her any dialogue line ? She goes in the rivals ?
- anybody interested to create some 2000-2006 porn actresses (i think the ones in the american and europeans movies, like Flick Shagwell, Ashley blue, Olivia del rio (a french one), etc...).
 
  • Like
Reactions: SenPC
Mar 17, 2021
40
37
- anybody interested to create some 2000-2006 porn actresses (i think the ones in the american and europeans movies, like Flick Shagwell, Ashley blue, Olivia del rio (a french one), etc...).
I grew my chest hair in the late 80s-early 90s, but I think that's a really cool idea. I prefer the storyline NPCs, but I have a few favorites I wouldn't mind showing up in my game.
 

Greendasteel

Member
May 28, 2018
154
104
It's not something I do often because I'm not entirely sure of the in-game benefit. The private club does feel like there is more to come, but it is a good place to recruit - if you need to once you can afford to buy the place.

However - once you own the club, you can go to "Production" (in the office, the 'Camera' icon - I'm sure you know this, but for future readers who may not) screen, select the "Stripper Pole" and assign girls there. It works the same as assigning to Photos or to Cam shows. When I visit the club after assigning a girl, they are there, standing on or around the stage in some really awkward looking pose doing their thang, as it were. Not sure what that "thang" is, but there they are!

Cam shows work really well and ads a lot to the game and player income, so I'm sure the intention is to make the Photo Studio and the Night Club work in similar ways with different but comparable benefits, but it doesn't seem like it is there yet.

MY QUESTION:

Does anyone here make their own mods for this? I have a few custom Special Characters with some very simple storylines, but nothing too complex. Do you have to start a new game to add characters or will they spawn if added to an already active game?
how to open/buy night club? need 4-5 lvl of reputation or something???
 

Otomo

Member
Dec 17, 2017
426
140
Hi.
I modified my Andrea Stefansson NPC to make her more intereting and recruitable as model without casting... and when I click on her, I got a crash...

I tried to fix it myself, but it still crashing...
 
Last edited:

mbmb

Well-Known Member
Game Developer
Apr 18, 2017
1,171
1,511
Hi.
I modified my Andrea Stefansson NPC to make her more intereting and recruitable as model without casting... and when I click on her, I got a crash...

I tried to fix it myself, but it still crashing...
lines 100, 102, 147, 266, 268, 313 you didn't close the strings with "
download editor with code highlighting (notepad++, sublime...) and set it to python
 
  • Like
Reactions: SenPC

Otomo

Member
Dec 17, 2017
426
140
lines 100, 102, 147, 266, 268, 313 you didn't close the strings with "
download editor with code highlighting (notepad++, sublime...) and set it to python
Thanks. I use sublime text... it works fine with html, css, python...
 

Otomo

Member
Dec 17, 2017
426
140
lines 100, 102, 147, 266, 268, 313 you didn't close the strings with "
download editor with code highlighting (notepad++, sublime...) and set it to python
the game still crash if I click on her in the gym...
 
Mar 17, 2021
40
37
We should establish a repository of NPC files...
I like this idea. I went to the Discord to see what they have there and like mbmb, I really dislike Discord. There is a small bit of content there already - mostly pornstar pechar files without story, but there are a couple NPCs with story content. Peptioxxx has some additional content brewing for .799 that's inspiring and with his excellent tutorial posted a couple of pages back, it would be interesting to see what motivated, creative folks could put together.

I have a couple of smaller story-driven characters I'd like to polish up and share. I even have a couple of storyboards for some more involved storyline projects that having a sharing-discussion group might lend to some collaboration. If anyone knows how to set up a thread for that you could be a cult hero...
 
  • Like
Reactions: SenPC
4.10 star(s) 56 Votes