kikomascado

Active Member
May 20, 2017
858
1,391
292
I can't scroll. I'm on a laptop without a mouse, does someone know how to fix it?
Your laptop don't have that scroll pad or whatever the name on the side of the touch pad?
I never used laptops, so I don't know any native solution, but I think this is easily fixable by using AutoHotKey or similar programs, mapping different buttons to scroll up and scroll down.
 
  • Thinking Face
Reactions: Leathermax

Leathermax

Well-Known Member
Feb 10, 2019
1,724
6,471
698
Your laptop don't have that scroll pad or whatever the name on the side of the touch pad?
I never used laptops, so I don't know any native solution, but I think this is easily fixable by using AutoHotKey or similar programs, mapping different buttons to scroll up and scroll down.
What a pain in the ass. I've always used arrow keys or clicked on the scrolling bar. Why is there one in the chat page but not in the chat themselves or the gallery?
 

kikomascado

Active Member
May 20, 2017
858
1,391
292
What a pain in the ass. I've always used arrow keys or clicked on the scrolling bar. Why is there one in the chat page but not in the chat themselves or the gallery?
Because the past messages actually despawn and the scroll bar would make it so that you scroll faster that it respawn, breaking the chat. I actually had already asked for it once. Hahaha
Just download AHK and create and execute this .ahk file and the arrow keys should scroll it:
Code:
Up::
Send, {WheelUp}
return

Down::
Send, {WheelDown}
return
 

Leathermax

Well-Known Member
Feb 10, 2019
1,724
6,471
698
dragging two fingers on touchpad doesn't work?
That works. But I've done it the other way so long that I forgot that was a possibility, XD.

Because the past messages actually despawn and the scroll bar would make it so that you scroll faster that it respawn, breaking the chat. I actually had already asked for it once. Hahaha
Just download AHK and create and execute this .ahk file and the arrow keys should scroll it:
Code:
Up::
Send, {WheelUp}
return

Down::
Send, {WheelDown}
return
Thanks, I'll try it out
 
Oct 1, 2023
175
181
112
Made an unofficial linux version (same method as in my earlier message - took the game files from the APK and added the Godot executable). As far as I can tell, it works fine.

No idea what the "right" way to distribute this is, but here's a Pixeldrain link: .

(If you're worried about this being malware, you can follow the instructions to do it yourself. The only file I added is the linux_release.x86_64 executable from the 4.3.stable Godot export template.)
 

kouzuki_ataru

New Member
Dec 21, 2019
2
0
21
Make a backup from the game settings and upload it to the site.
Then, download it again and import this same backup from the game settings.
Android port here, choosing the options to create, load a backup, or export a log should open a file manager to pick a location, right? But nothing happens when I click them. I've already given storage permissions, tried reinstalling, and everything but still no luck.
 

kikomascado

Active Member
May 20, 2017
858
1,391
292
Android port here, choosing the options to create, load a backup, or export a log should open a file manager to pick a location, right? But nothing happens when I click them. I've already given storage permissions, tried reinstalling, and everything but still no luck.
Weird. Here it works fine.
Screenshot_2025-02-03-12-46-21-327_com.shybox.ntrphone.jpg
It's not Android's own file manager, must be a Godot built-in one, but it should've opened when tapping on the button indeed.
When removing the file permission the game asks me again to allow it, so something happens either way here.
 

dawacher

New Member
Aug 26, 2018
1
0
57
Ah, got it. Seems like it's just an issue with my phone then :(
If you have a bluetooth mouse, try that. In my experience, you have to tap it perfectly still - no dragging. It takes me at least a half-dozen tries before I can get any of those menu buttons working on my phone.
 

ppp82p

New Member
Jul 15, 2018
3
1
13
Couldn't find some endings for the love of god so I used the unlocker and unblurred all the pictures

However, after importing the save, it says 289/290, and Lilith is 52/53, looking at filenames in the unlocker it skips from Lilith24.jpg to Lilith26.jpg, maybe it's from there, no clue
 

kikomascado

Active Member
May 20, 2017
858
1,391
292
Couldn't find some endings for the love of god so I used the unlocker and unblurred all the pictures

However, after importing the save, it says 289/290, and Lilith is 52/53, looking at filenames in the unlocker it skips from Lilith24.jpg to Lilith26.jpg, maybe it's from there, no clue
It was the formerly bugged path audio, should be fixed now.
I purposely didn't unlock three pictures and an voice message because their path wasn't playable in the first version of Lilith's new update, but when it was fixed I added the pictures and forgot the audio one...
Please try it again and see if it's unlocking everything now.
 
  • Like
Reactions: ppp82p

ppp82p

New Member
Jul 15, 2018
3
1
13
It was the formerly bugged path audio, should be fixed now.
I purposely didn't unlock three pictures and an voice message because their path wasn't playable in the first version of Lilith's new update, but when it was fixed I added the pictures and forgot the audio one...
Please try it again and see if it's unlocking everything now.
Yeah it unlocks everything now
It was an audio file
 

Jay818

New Member
Aug 23, 2016
2
1
270
Android port here, choosing the options to create, load a backup, or export a log should open a file manager to pick a location, right? But nothing happens when I click them. I've already given storage permissions, tried reinstalling, and everything but still no luck.
I have also experienced this. I have seen the backup menu and made them for previous versions but it's not working on this one.
 
3.80 star(s) 44 Votes