- Dec 25, 2017
- 283
- 177
instead of being angry , just ask for helpThat was very helpful. Now that you gave 0 fucking explanation and flexed your Harvard diploma, it somehow helped me to figure out how to install the mod.
instead of being angry , just ask for helpThat was very helpful. Now that you gave 0 fucking explanation and flexed your Harvard diploma, it somehow helped me to figure out how to install the mod.
first of you can dump the .DS_store to the trash, it is an autogenerate file because i work on macCan't you just ignore the things you're not going to use and put them there anyway? And it's not like it was marked as "optional". And it's not that it was marked as "optional." It literally seems like a mandatory part of the installation process.
yes , because like i've said since players don't necessary want all the models in the game , having a separate "models" folder allow them to choose and trash the rest if they want.Is there any logical reason why the "models" folder wasn't put in a "packs" to begin with?
to answer you because the dev changed the "way" of some of the file ( for example purpose: apocalypse/pack/Ashley is a "way" or a "link" )Okay, please help, I'm too dumb to understand the reason why your mod is not being managed exactly as it should be placed in the game directory before uploading it. So i can't figure out how to install it. Should i dump models folder inside packs folder and all this crap should be placed inside Apocalyptic World 0.53/packs folder?
Those who would want to remove certain models could just do it anyway????? What is the point of confusing someone who has 0 experience with this game and html games functionality?yes , because like i've said since players don't necessary want all the models in the game , having a separate "models" folder allow them to choose and trash the rest if they want.
Why do i have to choose? Is there a problem just dragging them all? I haven't even looked at what models you have, i don't really care that much, can't i just have them all of them in my game?basically the installation is pretty simple , choose a model in the "model folder and "drag and drop" (or copy paste) it in the pack folder
after that the " coding" part of it is because of the portrait part
Don't even bother. You could have just make a fucking FUNCTIONAL MOD, it would save you a lot of time you wasted on explaining all this to retards like me, spoiled by the fact that usually all mods are designed to be simply installed.i will send you a more detailed step by step guide ( with image ) that i did recently for another player just let me time to find it
if they have 0 experience like you said , they first download the game and try it ,Those who would want to remove certain models could just do it anyway????? What is the point of confusing someone who has 0 experience with this game and html games functionality?
if you prefer to be dictated what to do or install suit yourself , yes you can have them all it's a choice your choice that's why i made the mod how it, but because 99% of the people don't have 10 gb of space for porn games i offer them a solution ( if you did look at the game + the supplement (outside of my mod) the game is (can be ) 10 gbWhy do i have to choose? Is there a problem just dragging them all? I haven't even looked at what models you have, i don't really care that much, can't i just have them all of them in my game?
I'm shocked at how hard prof deformation hits some people and they start thinking then it's better to make it complicated for all who doesn't know shit about html (probably 99% of the population) and make them code your fucking mod because there might be a couple of people that are picky and want only specific models in their game.
i already send it slavic mister.Don't even bother. You could have just make a fucking FUNCTIONAL MOD, it would save you a lot of time you wasted on explaining all this to retards like me, spoiled by the fact that usually all mods are designed to be simply installed.
Think I figured it out,Can you Combine smokerader and decker's packs?
Pls note I have not fully play tested this, so errors may occur.
This is 4 actrees doesnt include into smokraders packsError: Could not load pack 'packs/Anna Bell/actions.js'.
Error: Could not load pack 'packs/Ava Addams/actions.js'
Error: Could not load pack 'packs/Riley Reid/actions.js'.
Error: Could not load pack 'packs/Veronica Leal/actions.js'.
better place it into one archive, its a little absurdish to download every portrait one by one.5.Replace images/custom portraits withYou must be registered to see the links
I tried the following:Hey,
So, I'm trying to get my pack to work the new way and I don't seem to succeed.
Here is what I did :
- I put the pack in \packs\ subfolder
- So now I have \packs\Extended-decker-666\ that contains an actions folder and a actions.js
- I open the 53a index.html
- I loaded a save
- I went in packs to tick the extension "Extended-decker-666"
- I went to a guest and fucked her
- I chose Anal fisting several times I only get the same 2 images from main image folder.
No errors, I just see that it is not using the 19 pictures in the pack...
Can someone who has the pack working give me some advice ?
CU
SugarCube.setup.actions['Extended-decker-666'] =
Is limited by many time..Is the number of garden farmers now limited?
How did you get the teacher in the library? I have 2 teachers, the library built, books for the MC and kids to teach but I can't get them together. All I can assign either of them to is forest or scavenging for the guy and those plus the streets for the woman.I've either found a bug or am Stupid: The Girl I enlisted as Teacher/Librarian is gone. I can interact with her in the Library by reading books, during the Sex Scenes, but there seems to be no way to access her anymore, she never returns to the Guest House and there is no way to approach her in the Library, either, at any Time of Day. Does anybody have the same issue, or an Explanation?
Still a WIP the teacher..How did you get the teacher in the library? I have 2 teachers, the library built, books for the MC and kids to teach but I can't get them together. All I can assign either of them to is forest or scavenging for the guy and those plus the streets for the woman.
no i wasn't drunk at the time , if you think of it , the 2 first mod were launch over a year ago and thus the game and the code evolved since back when i writed the "how to" the code for the hair wasCan someone competent enough to write down the correct code for the 2 packs of mods do it here?
At least someone who can understand what the modder is talking about.
I've never seen such bad "how to" for a mod just to change a simple code for the portraits.
The actual file code is:
-------------------------
female: {
asian: setup.range(1, 10),
black: setup.range(1, 5),
white: setup.range(1, 20),
latina: setup.range(1, 5)
},
This guy's recommended replacement is:
----------------------------------------------
asian: {
black: setup.range(1, 21)
},
black: {
black: setup.range(1, 14)
},
white:{
black: setup.range(1, 18),
blonde: setup.range(1, 15),
brun: setup.range(1, 41),
red: setup.range(1, 11)
},
latina:{
black: setup.range(1, 32),
blonde: setup.range(1, 14),
brun: setup.range(1, 20),
red: setup.range(1, 5)
}
Is this guy drunk or what? And no, copy past obviously doesn't work because that's too many values and the game doesn't see any of the portraits. His excuse for making the howto for people who "only want certain girls" is less than stupid given that he can't even make folders with the same name as those ingame to replace files exactly. This should be a drag and drop mod yet he managed to screw even that up.