D

Deleted member 22113

Guest
Guest
i cant seem to be able to ues any of the map locations except home and the college that leads to the beach any fix for this
 

loki51

Newbie
May 10, 2017
21
23
Would totally enjoy this game but save game feature problems really mess this up. If you close the game all saves are gone and I have had mutiple problems loading a save only to find the map icon gone (so I am stuck at that location). Have also had reloaded saves open at a later point, has been driving me bonkers. Will watch for updates but not really looking forward to playing this again till a solid save function is available. Again, other than the save function the game is a lot of fun.
 
  • Like
Reactions: xRoyx

pagaru

Newbie
Jun 24, 2018
79
93
not understanding how i get the pics to work.

Im using a mac. I download the html and the base image pack and the two other image files. I put all folders from the three image pack folders in one folder and i add the htm 0.4.1a there as well. No picture at all when I play?

Anybody know what im doing wrong?
 

Varador

Newbie
Aug 17, 2016
66
78
not understanding how i get the pics to work.

Im using a mac. I download the html and the base image pack and the two other image files. I put all folders from the three image pack folders in one folder and i add the htm 0.4.1a there as well. No picture at all when I play?

Anybody know what im doing wrong?
the html file needs to be outside the "pics" folder.
 

Varador

Newbie
Aug 17, 2016
66
78
Realms of lust 0.4.1A. Has no working pic.
Yes...
If you want the pictures, you might want to download the images as well. And before you ask, you should install the older one first then overwrite with the newer ones.

0.3 Media Folder Base >> 0.4 Update Media file >> 0.4.1 Media Update File
 

pagaru

Newbie
Jun 24, 2018
79
93
the html file needs to be outside the "pics" folder.
Thanks for the quick answer. However, that doesn't seem to work for me either. Maybe I did something wrong with the pics folders. Is it right to simply extract them and put them all in the same folder?
 
Jan 28, 2018
238
323
While brute forcing it is certainly a way to find it, the riddle describes a in which each new number is the sum of the previous two numbers; so the sequence (starting from the seed value of 1) is [1, 1, 2, 3, 5, 8].
Oh, you mean like that Tool song? :D
 
Jan 28, 2018
238
323
D

Deleted member 22113

Guest
Guest
I fixed the map the otherday, look here for the attached html
already tried that it didnt work ill just try redownloading everything again maybe something didnt copy right or something
 

Varador

Newbie
Aug 17, 2016
66
78
Thanks for the quick answer. However, that doesn't seem to work for me either. Maybe I did something wrong with the pics folders. Is it right to simply extract them and put them all in the same folder?
My files are inside the Game Folder. Inside the folder there is the "pics" folder and the html file. If you are not sure if the images are in right locations: open the html file, there you can right-click and "open image in new tab" and check if the address is correct.
 

razzia

Newbie
Apr 14, 2018
91
37
Good game. But there really is a lot of images that doesn't work. At the beginning everything's fine but after going further in ther game I have more and more pics that doesn't show.
 

razzia

Newbie
Apr 14, 2018
91
37
I was also annoyed with the wrong map coordinates, I fixed it, attached is the html file for 0.4.1A_ updated.


Code:
(if:$day is 3)[<map name="city1">
  [<area shape="rect" coords="143,6,220,77" title="College">]<college|(click: ?college)[(goto:"College3a")]
  [<area shape="rect" coords="237,107,314,178" title="My street">]<street|(click: ?street)[(goto:"Street3b")]
  [<area shape="rect" coords="282,10,359,81" title="Second Street" >]<2street|(click: ?2street)[(goto:"Secondstreet3")]
[ <area shape="rect" coords="181,188,258,259" title="Third Street">]<3street|(click: ?3street)[(goto:"Thirdstreet3a")]
[<area shape="rect" coords="324,201,395,266" title="beach">]<beach|(click: ?beach)[(goto:"Beach")]
[<area shape="rect" coords="385,342,504,399" title="room">]<room|(click: ?room)[(goto:"Maxroom3a")]
</map>]
(if:$day is 4)[<map name="city2">
  [<area shape="rect" coords="143,6,220,77" title="College">]<college|(click: ?college)[(goto:"College4")]
  [<area shape="rect" coords="237,107,314,178" title="My street">]<street|(click: ?street)[(goto:"Street4b")]
  [<area shape="rect" coords="282,10,359,81" title="Second Street" >]<2street|(click: ?2street)[(goto:"Secondstreet4")]
[ <area shape="rect" coords="181,188,258,259" title="Third Street">]<3street|(click: ?3street)[(goto:"Thirdstreet4")]
[<area shape="rect" coords="324,201,395,266" title="beach">]<beach|(click: ?beach)[(goto:"Beach4")]
[<area shape="rect" coords="135,260,219,343" title="washington">]<wa|(click: ?wa)[(goto:"Wa4")]
[<area shape="rect" coords="65,282,124,360" title="ld">]<ld|(click: ?ld)[(goto:"Drive4")]
[<area shape="rect" coords="385,342,504,399" title="room">]<room|(click: ?room)[(goto:"Myroom4b")]
</map>]
(if:$day is 5)[<map name="city2">
  [<area shape="rect" coords="143,6,220,77" title="College">]<college|(click: ?college)[(goto:"College5")]
  [<area shape="rect" coords="237,107,314,178" title="My street">]<street|(click: ?street)[(goto:"Street5")]
  [<area shape="rect" coords="282,10,359,81" title="Second Street" >]<2street|(click: ?2street)[(goto:"2street5")]
[ <area shape="rect" coords="181,188,258,259" title="Third Street">]<3street|(click: ?3street)[(goto:"3street5")]
[<area shape="rect" coords="324,201,395,266" title="beach">]<beach|(click: ?beach)[(goto:"Beach5")]
[<area shape="rect" coords="135,260,219,343" title="washington">]<wa|(click: ?wa)[(goto:"WA5")]
[<area shape="rect" coords="65,282,124,360" title="ld">]<ld|(click: ?ld)[(goto:"LD5")]
[<area shape="rect" coords="385,342,504,399" title="room">]<room|(click: ?room)[(goto:"Room5b")]
</map>]
(if:$day >= 8)[<map name="city3">
  [<area shape="rect" coords="143,6,220,77" title="College">]<college|(click: ?college)[(goto:"College221")]
  [<area shape="rect" coords="237,107,314,178" title="My street">]<street|(click: ?street)[(goto:"Street221")]
  [<area shape="rect" coords="282,10,359,81" title="Second Street" >]<2street|(click: ?2street)[(goto:"2street221")]
[ <area shape="rect" coords="181,188,258,259" title="Third Street">]<3street|(click: ?3street)[(goto:"3street221")]
[<area shape="rect" coords="324,201,395,266" title="beach">]<beach|(click: ?beach)[(goto:"Beach221")]
[<area shape="rect" coords="263,270,322,348" title="canary street">]<canary|(click: ?canary)[(goto:"canary221")]
[<area shape="rect" coords="135,260,219,343" title="washington">]<wa|(click: ?wa)[(goto:"WA221")]
[<area shape="rect" coords="65,282,124,360" title="ld">]<ld|(click: ?ld)[(goto:"LD221")]
[<area shape="rect" coords="385,342,504,399" title="room">]<room|(click: ?room)[(if:$carla < 5)[(goto:"myroom222")](else:)[(goto:"myroom223")]]
[<area shape="rect" coords="388,400,513,457" title="garage">]<garage|(click: ?garage)[(goto:"garage221")]
[<area shape="rect" coords="388,400,513,457" title="garage">]<pdist|(click: ?pdist)[(goto:"fancy")]
[<area shape="rect" coords="388,400,513,457" title="garage">]<dt|(click: ?dt)[(goto:"Downtown221")]
&lt;/map&gt;]</tw-passagedata><tw-passagedata pid="328" name="myroom222" tags="room" position="1522,3784" size="100,100">&lt;div id=&quot;sidebar&quot;&gt;(display: &quot;sidebar&quot;)&lt;/div&gt;&lt;div class=&quot;all&quot;&gt;(set:$location to 0)(display:&quot;timemap&quot;)(display:&quot;timelocalmap&quot;)
(if:$time &lt;1300)[My room.
Tried it with this file but the map is even worse. The only places I can access with the map is my room by clicking on "first street" and the beach by clicking on "college"
 

Varador

Newbie
Aug 17, 2016
66
78
Good game. But there really is a lot of images that doesn't work. At the beginning everything's fine but after going further in ther game I have more and more pics that doesn't show.
Have you downloaded all media files and extracted them in the same folder?

0.3 Media Folder Base >> 0.4 Update Media file >> 0.4.1 Media Update File
 

Rmaximus

Monster girls and big tits lover
Game Developer
Sep 11, 2017
396
2,045
Can someone help me, I can't test it by myself now so if someone could see if the map problems is related to the resolution of the screen people are playing at, because it works fine on my computer. Also I figured how to fix Tessa's bug, but I can't upload yet becase of my internet connection, but if you want to avoid it, don't finish Lauren's quest before talking to Tessa at least once.
 

Somtaaw101

Newbie
Jun 14, 2017
69
46
Ok, tried downloading this 2 days ago; couple major issues right off the bat and Im only on Day 5 (just after finding out I have Voice of Command):
1) There's WAY too many characters being thrown at the player in too short a time, and the UI isn't very clear on who's talking.
2) The MAP opens up way too fast, on Day 2 there's 3 different Streets, Lilac Drive, Washington Ave, College and the Beach.
3) related to the points above, too much open-world too quickly, especially since there's also a time function and I've had several "dates" where events like "go meet X at 3pm, go meet Y at 4pm, go meet the neighbour after fixing her sink at 6pm, etc" all happen on the same day when I've barely started.

The English seemed mostly ok, the only issue I've encountered that was more 'funny' than bad English, is during a conversation between "Jane" and player, where Jane was begging the player to introduce her to PC sister (Mia I think?) and the player says something like "fine, I will do you the favour and you will OWN me later." The correct word in this situation of debt is 'owe', as in "you will owe me a favour later". Own is a similar word, also frequently applied in situations of debt, but has entirely different connotations related to slavery, or Master/Sub relationships.


Complaints out of the way; to improve the game some suggestions:
1) Streamline the first 4 days so new players can better understand wtf is happening, and where they should be going. Keep the map mostly locked, so they go to the correct places at the right times. Insert a "cheat" or option for experienced players to go whereever they want from Day 1, because they know what is happening.
2) A small name strip when someone is talking, a tiny image alone sometimes isn't sufficient.

At the risk of it sounding slightly like I'm plugging another game. For the Dev, try playing <A Spell For All>, which is also a twine based game with similar magic, mind control, warlocks & witches, with sex everywhere premise. The UI in that game is fantastic, and the game locations (and the people in it) are introduced in a logical manner so the player isn't overwhelmed right from the start, unless you choose the option as an experienced player.


This game has promise, and I'm looking forwards to moving beyond Day 5. It's taken me 2 days to get this far, simply because I'm so utterly overwhelmed by who/what/where/WHY, I've already restarted a few times just to try and refresh who everybody is, and where they are at what times.
 
U

User_564

Guest
Guest
Having similar issues with images not showing. Files are copied as mentioned following base>4.0>4.1 and html outside pics folder. Still doesn't show up in Chrome/Chromium and Firefox.
 
Mar 16, 2018
17
11
for some reason doing this my 2nd time worked while the first time it didn't update the 3 map files.
"Media Base Folder.rar" followed by "0.4 update Media.rar" ontop of that and finally "0.4.1 Media update.rar" extracted ontop of that
 

Murakami2099

Member
Aug 27, 2018
337
146
We need singular downloads. Having to do this all with multiple successive downloads that must be done in the right order with everything manually arranged is causing all kinds of problems. 1 download, 1 automatically set up folder. That's the best way to stop problems.
 
3.50 star(s) 22 Votes