ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,508
1,794
View attachment 3343499

I don't know if you know, but you are literally using poorly cutted porn videos which were not made or are owned by you in your game. You're using Octavia character from the 100 and Negan from The Walking Dead in your game. You didn't even bother to change thier names, not that it would even matter.
So basically 99.9% of "real porn" tagged games. Got it.
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,508
1,794
Don't feed the troll

ttyrke, is there a way to use more than one mod for NPC?
I can send you the mod, just tell me where you prefer me to upload it.
As for now, without modifying .html file you can't new standalone mod. One of the players already mentioned this in discord and I have put in by backlog as todo list. No dates yet tho.

As for now, you can edit .html file and find place
Code:
setup.mods = {
    "Riley Reid": {
        name: 'Riley Reid',
        description: '',
        download: 'https://mega.nz/folder/28YBUJ7A#3UZ7JF-YaISCgXM6L39XxA'
    }
};
There you just need to add another object of your mod and done. Then you will be able to enable it in the game.
 
  • Like
Reactions: long73 and Klamar

Klamar

Newbie
Sep 30, 2023
24
31
you need to modify the action js for the mod or create a new one

The mod has its own actions.js, just like Riley Reid's.


There you just need to add another object of your mod and done. Then you will be able to enable it in the game.
In that code I changed Riley Reid's name to Veroncia Leal (my mod). It worked well, so it helped me check that it was done right. I'll try what you say, although I don't have much idea of javascript.
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,508
1,794
The mod has its own actions.js, just like Riley Reid's.




In that code I changed Riley Reid's name to Veroncia Leal (my mod). It worked well, so it helped me check that it was done right. I'll try what you say, although I don't have much idea of javascript.
Replace it with this

Code:
setup.mods = {
    "Riley Reid": {
        name: 'Riley Reid',
        description: '',
        download: 'https://mega.nz/folder/28YBUJ7A#3UZ7JF-YaISCgXM6L39XxA'
    },
    "Veroncia Leal": {
        name: 'Veroncia Leal',
        description: '',
        download: ''
    }
};
 
  • Like
Reactions: long73 and Klamar

Rafa8946

Member
Jun 6, 2017
185
33
The mod has its own actions.js, just like Riley Reid's.




In that code I changed Riley Reid's name to Veroncia Leal (my mod). It worked well, so it helped me check that it was done right. I'll try what you say, although I don't have much idea of javascript.
to 200 a 3000 code lines depend on the mod
 
  • Jizzed my pants
Reactions: Klamar

brybry1311

Newbie
Mar 10, 2019
26
200
i gotta say the patreon code is well encrypted but i managed to decrypt it since the source code is visible smh
but i like the encryption method so im going to borrow it
it was kinda tricky to decrypt

View attachment 3313620
you have to look for mcCache
View attachment 3313622
you get the encrypted value
View attachment 3313626
then you have to run it through this function to get the decrypted value which is pandemic for this version
View attachment 3313631
View attachment 3313633
this game is nice, Im going to borrow the encryption method and the game is good hope you complete it
I am not really good at coding. what do you mean by " run it through this function to get the decrypted value "
 
  • Like
Reactions: ben75

Aion_Abyss

Active Member
Jul 28, 2020
674
533
So basically 99.9% of "real porn" tagged games. Got it.
I have the same complaint about all those as well but i usually don't even play real porn games as I think it's lazy, even if it didn't infringe on copyright, it doesn't require any real effort from the dev and every real porn game dev is a plagiarist either way. Real porn game devs are as annoying as AI "artists" to me
 
Last edited:

Wattle

Newbie
Jun 10, 2023
85
215
Well , I think you find cause of problem. with most updates old saves give some problems. yes, try NG.
I did not have any problems with NG from 0.31a
Yeah it had occurred to me at the time that was the likely cause of my errors. That's why I posted my clarification.
 
  • Like
Reactions: DeMoS666

dcosmic

Newbie
Dec 1, 2023
51
30
I have the same complaint about all those as well but i usually don't even play real porn games as I think it's lazy, even if it didn't infringe on copyright, it doesn't require any real effort from the dev and every real porn game dev is a plagiarist either way. Real porn game devs are as annoying as AI "artists" to me
So you just go about in topics of games you dont like to complain about its content, but don't actually play said games?

Got it.
 
  • Thinking Face
Reactions: Aion_Abyss

DeMoS666

Well-Known Member
Jul 30, 2018
1,074
448
Can you craft it or do you have to buy it ? Also, how would you administer it... there's no interaction.
I think fasten pregnancy potion sells in undergroun city shop. and growth potion can be gained via talk and if you help doctor at your base if you already builded laboratory at your base. administer via interaction with npc. if she is pregnant and with interaction with kids(there is random gain of years 9+9 i think is best so far 18 in total).
 
3.70 star(s) 51 Votes