Load the save, click on the Heart on the top right of the GUI, select a girl, then click on memory.There's a gallery? Where can I find it? TIA
I feel like this guy just nicked scrag boys models and haphazardly replaced the MC face so it doesn't look completely like scrag boys OC
I actually did research into this since people still are moaning about the models to see if they were purchased, stolen, freebooted without credit, etc. Scragboy specifically said the models were public and released packs for them. With no specification to give credit. Would it be nice? Sure. But public use means public use. I'll reiterate. Over half the 3d games on this site and in the industry at large use pre-rendered public use, or paid to license use models.
I am the biggest hater when it comes to stolen or lazy work. But this is just common in the game dev industry lol. You don't have to give credit to every single repository of work you used to create your game so long as you are within the guidelines set forth by the original holder. Same way if I send you a doodle I made in photoshop, I don't have to give credit to photoshop for making my picture happen with their tool sets.
Now if the artist said "these are public use just give me credit", then I'd agree. But I saw none of that.
Yes I have encountered the exact same problem, I am on LMDE.So I'm trying to run this game on Linux, Debian, however I am running into an issue. The game overall runs very well with the exception of the scenes. Essentially I get a gray screen instead of the animation. Normally I would suspect that the issue is being caused by case sensitivity since that's usually the issue that I encounter. (Essentially "video1.mp4" and "Video1.mp4" are treated as 2 different files).
There's also a good chance I haven't or have done something that is making it unplayable, but I usually don't have this problem with other unity based games. That said, I don't play many Unity based games.
Regardless I'm curious if anyone else is running into this issue when running the game on Linux . It may be useful to know if other people are successfully running the application or no one is able to get it running properly.
View attachment 5361806
Yeah I went to report it on his discord and it looks like it was an issue for people using Android as well, however the dev never responded to me, so I am pretty sure he never tested it and doesn't care enough. It's best to stop trying and assume the game doesn't run on the platform, natively.Yes I have encountered the exact same problem, I am on LMDE.
I actually replied to you on Discord and explained what caused the issue. In short, the H264 codec wasn’t working and needed to be replaced with VP8. Starting from version 0.0.4, the game now uses VP8 for videos, and I tested it on a Linux Mint virtual machine where everything worked fine. That said, I can’t guarantee it’ll run smoothly on every distro, but at least it’s confirmed working on Mint.Yeah I went to report it on his discord and it looks like it was an issue for people using Android as well, however the dev never responded to me, so I am pretty sure he never tested it and doesn't care enough. It's best to stop trying and assume the game doesn't run on the platform, natively.
If I had to guess it's most likely an issue with the program looking for a file like movie1.mp4 but it's named Movie1.mp4, so it can't pull it up, but I can't say for sure. I'll just leave this one alone until I hear about someone else having success with Linux
I actually replied to you on Discord and explained what caused the issue. In short, the H264 codec wasn’t working and needed to be replaced with VP8. Starting from version 0.0.4, the game now uses VP8 for videos, and I tested it on a Linux Mint virtual machine where everything worked fine. That said, I can’t guarantee it’ll run smoothly on every distro, but at least it’s confirmed working on Mint.
As for Android, it’s most likely the same problem, the device doesn’t support the required codec. Unfortunately, I can’t really fix that, since most phones do support H264, and even on my really old phone the animations work without issues.