EPGerhart

Active Member
Dec 24, 2017
631
210
Getting error on day start sometimes

Error: <<if>>: bad conditional expression in <<elseif>> clause (#16): invalid assignment to const '_chance'
 

grahegri

out fighting regex
Donor
Feb 23, 2023
10,217
5,863
ApocalypticWorld-0.45
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
  • Like
Reactions: @LonelyWolf

elloulayt

Newbie
Sep 8, 2017
19
14
View attachment 4004009

seems like image path error in the bedroom after you sleep
problem in widget actionDream and widget actionImageOutput line
I tried to fix it using the previous version line and it works.
I solved this problem with a "crutch", simply creating an additional folder "images", since there are exactly two such folders in the path. If anyone knows how to change the code to change the path for the game for pictures, then please tell me, thanks.
 

Knullt

New Member
Aug 6, 2018
10
1
how to fix image path error? I change images/images to just one (images/) but then it returns to the same error
 

BlueFoxy101

New Member
Sep 6, 2024
1
0
I need help desperately! I got the horse with the rodger quest but now its starving! And I don't know how to feed it.
 

rolay1

Newbie
Mar 17, 2020
15
15
Why are the milk barn days off not automated? I want to sell milk from women who won't hang themselves when I wait for days to farm for items.
 

OggY VFR

New Member
Nov 22, 2018
14
2
Seems the 0.45 search images/vids in the folder "videos\actions" instead of "images\actions" (or"packs" and yes I ran again searchactions) so all my packs/mods are screw.d...
0.44a: <source src="images/actions/daddysgirl/bedroom/bj/rouq.mp4" type="video/mp4">
0.45: <source src="videos//packs/daddysgirl//actions/bedroom/bj/romlluq.mp4.mp4">

(and yes I made a pack named like that)
 
Last edited:

dspeed

Active Member
Oct 15, 2016
881
1,410
Seems the 0.45 search images/vids in the folder "videos\actions" instead of "images\actions" (or"packs" and yes I ran again searchactions) so all my packs/mods are screw.d...
0.44a: <source src="images/actions/daddysgirl/bedroom/bj/rouq.mp4" type="video/mp4">
0.45: <source src="videos//packs/daddysgirl//actions/bedroom/bj/romlluq.mp4.mp4">

(and yes I made a pack named like that)
Share pack
 

SpiderSoup

New Member
Jan 20, 2018
13
18
Seems the 0.45 search images/vids in the folder "videos\actions" instead of "images\actions" (or"packs" and yes I ran again searchactions) so all my packs/mods are screw.d...
0.44a: <source src="images/actions/daddysgirl/bedroom/bj/rouq.mp4" type="video/mp4">
0.45: <source src="videos//packs/daddysgirl//actions/bedroom/bj/romlluq.mp4.mp4">

(and yes I made a pack named like that)
I'm having the same issue with blair videos where it looks like this

Apocalyptic World 0.45/videos//actions/Blair/kitchen/pussy/puss2.mp4.mp4

This is after doing node searchactions.js with the action pack mod
 

Magnus Castor

Newbie
Jun 8, 2023
86
108
Why are the milk barn days off not automated? I want to sell milk from women who won't hang themselves when I wait for days to farm for items.
It was supposed to do so! A small bug found. Will be fixed in the next update of the game.

If you don't want to wait you have to edit the html-fil yuorself. Search for
if _ruleStreetworker && ['streets', 'nightclub'].includes
and change to
if _ruleStreetworker && ['streets', 'nightclub', 'milk_barn'].includes
 
Last edited:
3.70 star(s) 52 Votes