Capacitor

Member
Dec 8, 2017
104
188
diagryp Bug report on version 0.25:
Code:
apparently missing file: pics/NPC/Nu2/NuTBj3.mp4 (pid 39/line 1297, suggested: rename reference to "NuBj3.mp4")
missing file: pics/NPC/Au/AuC5.mp4 (pid 66/line 1609)
missing references (x10): pics/NPC/ (pid 72/lines 1694-8)
missing file: pics/portrets/p.jpg (pid 73/line 1718)
missing file: pics/NPC/Doc/DocT4.mp4 (pid 83/line 1828)
missing file: pics/NPC/ElSi/ElSiBj3.mp4 (pid 85/line 1865)
missing references (x2): pics/location/.jpg (pid 93/line 1981)
missing references (x5): pics/NPC//.jpg (pid 117/line 2434)
missing file: pics/NPC/Ne1/NeT4.mp4 (pid 139/line 2640)
missing file: pics/NPC/Ne1/NeTj4.mp4 (pid 139/line 2640)
missing file: pics/npc/te1/TeC4.mp4 (pid 150/line 2808)
missing file: pics/npc/te4/TeT4.mp4 (pid 153/line 2864)
missing file: pics/npc/st2/stc4.mp4 (pid 155/line 2904)
missing file: pics/NPC/St5/StT4.mp4 (pid 158/line 2962)
missing files: pics/npc/te3/te0.jpg, te1.jpg, te2.jpg, te3.jpg, te4.jpg (pid 171/line 3017)
missing file: pics/npc/st1m/St1mbj2.mp4 (pid 234/line 4960)
missing files: pics/NPC/Ne3/NeTj1.mp4, NeTj2.mp4, NeTj3.mp4, NeTj4.mp4 (pid 240/line 5052)
missing files: pics/NPC/Ne5/NeTj1.mp4, NeTj2.mp4, NeTj3.mp4, NeTj4.mp4, NeC1 (pid 242/line 5087)
missing files: pics/NPC/gnl/gn0l.jpg, gn1l.jpg (pid 275/line 6057)
missing files: pics/NPC/dani/dani1.jpg, dani2.jpg, dani3.jpg, dani4.jpg (pid 279/line 6117)
apparently missing file: pics/npc/gnb/gnbbj1.mp4 (pid 280/line 6126, suggested: rename "gnbbj.mp4" to gnbbj1.mp4")
missing file: pics/NPC/Gn3/GnBj3.mp4 (pid 284/line 6197)
missing file: pics/NPC/cg1/CgT4.mp4 (pid 318/line 7343)
Also a suggestion: Please, please, try to be consistent with the capitalization of the directories' and files' name. On Linux and Mac, and probably on mobile devices too, if the reference is not capitalized correctly, the file is not found. This whole bug report comes from the fact that I had to edit all the paths in the game in order to be able to see most of the images. This is also true if you plan to publish an online version of your game in the future, since most of the web servers run Linux and are thus case-sensitive.

Now it's time to see if the game was worth the effort. ;)
 

Whiteleaf Studio

Member
Game Developer
Oct 20, 2019
493
1,646
"Main character is Dexter. He was a virgin who is not interested in sex or other stuff. He loving praying, go to church and his family. But it's all changed on his eighteenth birthday. "

I wish Dexter would still be a good boy :(
 

Meenapatush

Member
Dec 9, 2019
170
224
I have seen many questions being asked about 'saves' with no reply to where the saves may be held on the drive. I use something called shadow defender on my computer which means it resets every time I switch off. Every other game I have tried I can place the save outside shadow mode, but this game I cannot as nobody seems to know where the saves are stored. For me it makes the game unplayable, and i would like to try it at least. If anyone here knows a work around, I'd be grateful.. thanks!
 

Zurkei

Newbie
Nov 25, 2017
47
153
I have seen many questions being asked about 'saves' with no reply to where the saves may be held on the drive. I use something called shadow defender on my computer which means it resets every time I switch off. Every other game I have tried I can place the save outside shadow mode, but this game I cannot as nobody seems to know where the saves are stored. For me it makes the game unplayable, and i would like to try it at least. If anyone here knows a work around, I'd be grateful.. thanks!
This game is made using Twine which saves to your browsers internal storage, so using a different browser, wiping cache, history, cookies, etc. will make you lose your save. Worse this is made specifically with Harlowe which does not have a public api, and does not have the inbuilt ability to save to disk making it that much harder. Most Twine games on here are made using SugarCube which does have the save to disk option.
 
  • Like
Reactions: Meenapatush

Meenapatush

Member
Dec 9, 2019
170
224
This game is made using Twine which saves to your browsers internal storage, so using a different browser, wiping cache, history, cookies, etc. will make you lose your save. Worse this is made specifically with Harlowe which does not have a public api, and does not have the inbuilt ability to save to disk making it that much harder. Most Twine games on here are made using SugarCube which does have the save to disk option.
Thank you for clearing that up for me.
 
Sep 19, 2017
53
22
As Capacitor has said above, directories' and files' name are case sensitive on MAC and Linux. About half the pictures can't be displayed because of capitalization issues.
The bug is still present in version 0.30.

diagryp Will it be fixed in a future release ?
For my part, I resolved this way:
  • with a tool, I turned in lowercase the NPC directory (directory names included) and all its content
  • same with portrets directory
  • then, with Sublime Text, I opened the html file and substituted the expression (pics/NPC.{1,20}jpg) with \L\1\E
  • same with (pics/NPC.{1,20}mp4) and (pics/portrets.{1,10}jpg)
Depending of the tool, the destination string could be \L$1\E or in some other form.
 
  • Like
Reactions: pronow

Davox

Well-Known Member
Jul 15, 2017
1,518
2,287
For my part, I resolved this way:
  • with a tool, I turned in lowercase the NPC directory (directory names included) and all its content
  • same with portrets directory
  • then, with Sublime Text, I opened the html file and substituted the expression (pics/NPC.{1,20}jpg) with \L\1\E
  • same with (pics/NPC.{1,20}mp4) and (pics/portrets.{1,10}jpg)
Depending of the tool, the destination string could be \L$1\E or in some other form.
Not a n issue for me as #PCMasterRace....

But why don't you zip up your converted files and add them to your post? It would help others and maybe it might help the Dev out to.
 

Sislo42

New Member
May 14, 2019
11
5
when you go and talk to Ivy Wolf, it says Talk to Madison. so is that a mistake or is that the porn star? also is there more with Michele Jenson because I like the idea to saduce her. then watch her undress and automatically fuck because the Affection: is at zero. can't wait for v0.35
 

Johor1

Newbie
Nov 9, 2018
55
21
how do you save game?and how to advance time,not new day but hours?
There are save and load icons on the left below the day and time (which for me are dark blue on a black background and so hardly readable). The save icon is the one with the arrow pointing down. You can advance time by 1 hour with another almost invisible icon to the right of the time.
 

trr

New Member
Jul 23, 2017
6
2
Can't save the game, if i click on the Save i got 'Sorry, I couldn't save your game. Empty' message. Any idea why?
 

amiable34

Active Member
Jan 1, 2019
533
463
There are save and load icons on the left below the day and time (which for me are dark blue on a black background and so hardly readable). The save icon is the one with the arrow pointing down. You can advance time by 1 hour with another almost invisible icon to the right of the time.
thanks for answer.(y)
 

Zurkei

Newbie
Nov 25, 2017
47
153
Can't save the game, if i click on the Save i got 'Sorry, I couldn't save your game. Empty' message. Any idea why?
What browser are you playing in, are you using any kind of incognito mode, cookies disabled, etc?
 

sam1975

Newbie
Jan 16, 2019
17
8
For the events that require things like BJ 5 times, is there any chance you could add a current total counter so we know how many more times we need to do those actions to make progress?
 
3.20 star(s) 21 Votes