Sep 29, 2019
405
190
For guys I removed rape event when it goes missing, so that sounds like a bug. If you could add save file from exact moment that is happening that would be great
You know its an RNG Based event?How i can make an Save when exact that happen?If you load the save RNG kick in again so the Event happen or something other trigger or nothing at all.
If it helps the save i use in 34a is from 33b and im around day 200
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,471
1,713
You know its an RNG Based event?How i can make an Save when exact that happen?If you load the save RNG kick in again so the Event happen or something other trigger or nothing at all.
If it helps the save i use in 34a is from 33b and im around day 200
When you trigger "male rape" event. Save then. I will be able to use "back" button to debug it.
 
Sep 29, 2019
405
190
Last edited:
  • Like
Reactions: ttyrke

Roseys

Member
Jul 24, 2017
261
225
Another thing that would be nice is when you're doing the bounty hunting is if you can use the guys like you can the women and be able to assign them to the streets. (This is probably wishful thinking on my part though but just throwing out suggestions)

Edit - Not sure if it's a bug or not but you can add a male to be a 'mistress'
 
Last edited:
  • Like
Reactions: ttyrke

GamerDaddy

Engaged Member
Feb 6, 2023
2,105
1,271
Another thing that would be nice is when you're doing the bounty hunting is if you can use the guys like you can the women and be able to assign them to the streets. (This is probably wishful thinking on my part though but just throwing out suggestions)

Edit - Not sure if it's a bug or not but you can add a male to be a 'mistress'
thats not a bug that is intended the only master would be the MC
 

Helmut290456

Member
May 10, 2019
146
81
0.34b patch: MEGA

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


Hello everyone,

I have a problem: I can't get Riley Reid, Veronica Leal and Anna Bell involved. Maybe it's because I don't understand English well or because I'll be 68 at the end of April. Folder structures:
Apocalyptic World 0.34\mods\Riley Reid
Apocalyptic World 0.34\mods\Anna Bell
Apocalyptic World 0.34\mods\Veronica Leal
Can someone give me the latest startup file; Apocalyptic World 0.34b.html; rewrite or incorporate the ladies?

Thank you
Helmut

P.S.: I hope you understand me, is google translate.
 

Dirtyxmind

Newbie
Jul 1, 2017
33
16
Hello all!
I am having problems with this new version 0.34...
I got an error using Chrome:
error.png
For some reason the game works fine at Firefox and MSEdge...
Maybe something to do with how Chrome handle things?
I prefer to use Chrome, if someone knows how to fix this, please let me know.
Thanks in advance!
EDIT: FIXED!
Just have to clear cache of Chrome... sorry for the bother
 
Last edited:
  • Like
Reactions: ttyrke
Apr 28, 2022
295
783
wash I know how to add to my game
You can find the portraits under 'images' > custom portraits > female > then folders for race 'asian, latina, white', > then hair colors . You will see ai cg portraits for the girls. They are numbered 1 -5 . Replace them with your own pictures. You can have no more than 5 for each hair color. They must be PNG images. Their names must be 1, 2, 3, 4, 5. You may have to edit the image so it fits.
 
Last edited:

smokrader

Member
Dec 25, 2017
266
158
you can find the portraitsunder 'images' > custom portraits > female > then 'asian, latina, white' . you will see ai cg portraits for the girls. they are numbered 1 -5 . replace them with your own pictures. you can have no more than 5 for each hair color. they must be PNG images. Their names must be 1, 2, 3, 4, 5. You may have to edit the image so it fits.
actually you can increase the number of image by modifying this part of the code of the index files

asian: {
black: setup.range(1, 14)
},
black: {
black: setup.range(1, 10)
},
white:{
black: setup.range(1, 12),
blonde: setup.range(1, 14),
brun: setup.range(1, 25),
red: setup.range(1, 11)
},
latina:{
black: setup.range(1, 21),
blonde: setup.range(1, 14),
brun: setup.range(1, 12),
red: setup.range(1, 5)
}

Warning : this is an exemple the part one of my mod so don't note the exact same numbers after (1,
 
3.60 star(s) 42 Votes