Gandalf78

Member
Jan 31, 2018
471
181
I mean the Packs from the Online Version but i need to download them right ?
this ones:
Riley Reid , Veronica Leal , Anna Bell, Ava Addams , Asa Akira
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,536
1,828
I mean the Packs from the Online Version but i need to download them right ?
this ones:
Riley Reid , Veronica Leal , Anna Bell, Ava Addams , Asa Akira
Depends if that online site has those packs downloaded. For example official site I think has at least first three of them. If you are using on other sites then I have no idea (if they show pack not found that they are not downloaded).
It should show "pack ....js not found" if pack is not installed. If it's installed - you just need to rename NPC to that pack name or under customization choose that pack for her.
 

Gandalf78

Member
Jan 31, 2018
471
181
Depends if that online site has those packs downloaded. For example official site I think has at least first three of them. If you are using on other sites then I have no idea (if they show pack not found that they are not downloaded).
It should show "pack ....js not found" if pack is not installed. If it's installed - you just need to rename NPC to that pack name or under customization choose that pack for her.
Thxs a Lot, I use the official Site: Apocalyptic-World.com
 
  • Like
Reactions: ttyrke

Gandalf78

Member
Jan 31, 2018
471
181
Okay the actions work fine with the packs, but the Traits and the Portraits will not change, I have to download the Game for this right ?
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,536
1,828
Okay the actions work fine with the packs, but the Traits and the Portraits will not change, I have to download the Game for this right ?
What do you mean by traits? Portaits should work on online version too.
 

Gandalf78

Member
Jan 31, 2018
471
181
No the Portraits dont change when I rename the Girls, and with Traits I mean Squirter Cumslut Breeder and so on
 

smokrader

Member
Dec 25, 2017
283
201
No the Portraits dont change when I rename the Girls, and with Traits I mean Squirter Cumslut Breeder and so on
for the portraits, be sure to put them at the right place and have the right "race" with the woman f/e : if you putted asa akira in the right place but the model you renamed is " white , you will not have asa akira portraits
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,488
1,500
for the portraits, be sure to put them at the right place and have the right "race" with the woman f/e : if you putted asa akira in the right place but the model you renamed is " white , you will not have asa akira portraits
he playing on the AW site
 
  • Like
Reactions: Gandalf78

5mithers

Member
Aug 3, 2019
336
371
Why do any of that? Just edit it in the console of the browser directly. Much easier.

Also, as a temporary (very very unorthodox) fix until the school system is implemented, if you want to inherit skills, modify index.html (in the downloaded version) to add an if statement for skills following traits during child generation.

HTML:
# Original trait inheritance code ~ line 9600:

                        <<if !_child.gender>>
                                <<set _child.traits = _mother.traits ?? []>>
                                <<set _additionalTrait = setup.getRandomTraits(1, _child.traits)>>
                                <<if _additionalTrait>>
                                        <<set _child.traits = _child.traits.concat(_additionalTrait)>>
                                <</if>>
                        <</if>>


# Take that traits block and modify it for skills.

                                <<set _child.skills = _mother.skills ?? []>>
                                <<set _additionalSkill = setup.getRandomSkills(1, _child.skills)>>
                                <<if _additionalSkill>>
                                        <<set _child.skills = _child.skills.concat(_additionalSkill)>>
                                <</if>>



#The final modified section with the block for traits, followed by the block for skills.

                        <<if !_child.gender>>
                                <<set _child.traits = _mother.traits ?? []>>
                                <<set _additionalTrait = setup.getRandomTraits(1, _child.traits)>>
                                <<if _additionalTrait>>
                                        <<set _child.traits = _child.traits.concat(_additionalTrait)>>
                                <</if>>
                                <<set _child.skills = _mother.skills ?? []>>
                                <<set _additionalSkill = setup.getRandomSkills(1, _child.skills)>>
                                <<if _additionalSkill>>
                                        <<set _child.skills = _child.skills.concat(_additionalSkill)>>
                                <</if>>
                        <</if>>

Please note that I have tested this on my local copy and it works, but it's not perfect. For example, in theory the code shouldn't allow duplicates, but it definitely allows duplicates. I'm guessing that is because it was never meant to work that way. No guarantees offered or suggested. Use this at your own risk for testing/playing around.

The beauty of these html based games is it is very easy to modify (and break) the code if you want to muck around and see what happens. Just keep a safe copy of your index.html to revert to in case your edits truly bork it up.
 

Gandalf78

Member
Jan 31, 2018
471
181
when in the talking screen click on the cheats the click edit npc
i only have the add 100 Caps, Energy and so on Lines. Their is no Edit NPC Line
and with talking screen you mean when their stands Talk - Fuck and so on right ? or do you mean the customize Line. When i go their and press the Cheat Button also no edit NPC Line shows up.. I dont know where this Edit NPC should show up ? havent seen it anywhere
 
Last edited:

GamerDaddy

Engaged Member
Feb 6, 2023
2,488
1,500
i only have the add 100 Caps, Energy and so on Lines. Their is no Edit NPC Line
and with talking screen you mean when their stands Talk - Fuck and so on right ? or do you mean the customize Line. When i go their and press the Cheat Button also no edit NPC Line shows up.. I dont know where this Edit NPC should show up ? havent seen it anywhere
where you see talk ect ect.. then click cheats and towards the bottom you should see edit npc
 

Gandalf78

Member
Jan 31, 2018
471
181
You can if you're a bit familiar with console.
Just open girl you want to edit (so talk, fuck, assign button shows)
And then write in console.
or can somebody tell me how to open Console when I play the Online Version, or dosn´t work this anymore?
 
3.70 star(s) 52 Votes