- Oct 8, 2018
- 705
- 1,449
v0.35 Patreon code:
You don't have permission to view the spoiler content.
Log in or register now.
How to install? Just extract and replace or?Hey,
Here is the new action pack with the matching 0.35 js file.
Pixeldrain
It is 3.8 GB, it includes a few contributions from the forum (maid, kychen, shower, etc).
CU
i wanna know it tooHow to install? Just extract and replace or?
i wanna know it too
Lauren Phillips dont have enought content you say? Hmm sad i thought that she has a lote of contentSorry if I don't upload Lisa or Philips; they don't have enough content to make even a basic mod, so I scrape them, but here is a mini pack for the milking action.
Mega
Yeah, I didn't collect those pictures, a user did, didn't know where to put them.I really like how much variety your content pack adds to the game, and I appreciate the amount of work and the dedication to sharing that with all other players, so the last thing I want to do is criticize your hard work. But there's one thing that I think isn't so great about it, and it's the fact that it turns every single male slave under the age of 25 into a femboy. I understand that most players are straight, and femboys might be the only type of male slave they could be into, but from the point of view of a gay player, it's a bit of a bummer.
what do you mean by "I think the best solution would be to have a named model as it was mainly the same actor if I recall..."?Yeah, I didn't collect those pictures, a user did, didn't know where to put them.
I think the best solution would be to have a named model as it was mainly the same actor if I recall...
Here is the .js without that male.young folder.
I'm guessing he means taking all those femboy assets from male.young and turning them into a pack like the ones there are for female pornstars. Which is probably a good idea, that way you can assign them to one or more specific slaves but it doesn't have to apply to all of them.what do you mean by "I think the best solution would be to have a named model as it was mainly the same actor if I recall..."?
oh ok thanksI'm guessing he means taking all those femboy assets from male.young and turning them into a pack like the ones there are for female pornstars. Which is probably a good idea, that way you can assign them to one or more specific slaves but it doesn't have to apply to all of them.
I have the same problem..I've been getting this error whenever I try to milk a slave and I wouldn't receive relationship from it (using screenshot as a reference.
If possible, can someone show me which line within the "index" notepad do I have to change to fix this?
View attachment 3525385
edit index.html and replace the code on line 23033:I have the same problem..
<set $tmpGirl.relationship = Math.min($tmpGirl.relationship + 3, 100)>>
<<set $tmpGirl.relationship = Math.min($tmpGirl.relationship + 3, 100)>>
see this post https://f95zone.to/threads/apocalyptic-world-v0-35-ttyrke.137594/post-13433990I've been getting this error whenever I try to milk a slave and I wouldn't receive relationship from it (using screenshot as a reference.
If possible, can someone show me which line within the "index" notepad do I have to change to fix this?
says patreon code activated but the content is still lockedPatreon code:
Open "Apocalyptic World 0.20b.html" with any TXT editor, and replace
toCode:<<else>> <<notify 6s>>Wrong!<</notify>>
open the game, click "support", enter anything you want.Code:<<else>> <<run memorize('Patreon', true)>> <<notify 6s>>Patreon code activated!<</notify>> <<dialogclose>> <<goto `passage()`>>
Alternatively you can use the code https://f95zone.to/threads/apocalyptic-world-v0-35-ttyrke.137594/post-13421919I already have a way to skip the code, in version 0.35
Just copy and find the paragraph in brackets, change the "==" sign to "!=", at least I found it works for me.
"if _testcode == setup.decrypt($mcCache)"
=> "if _testcode != setup.decrypt($mcCache)"
You should also support the developer when you can.
very good, it help, no error!edit index.html and replace the code on line 23033:
with this one:Code:<set $tmpGirl.relationship = Math.min($tmpGirl.relationship + 3, 100)>>
now it should work just fine. Enjoy!Code:<<set $tmpGirl.relationship = Math.min($tmpGirl.relationship + 3, 100)>>