i use google chrome. the image and gift work but the new video file in the update do not start automatically, I have to press play to start the video and the game is not on c: it's on a second hard drive in my computer, normally I do not have this problem with other games. sorry for bad english it's not my native languageWhich browser are you using, and do you have the game stored on your C: drive or on an external? I actually had an issue where I had to disconnect and reconnect my external to get some of the images and videos to play.
I also had the same issues.I don't know if they are bugs or waiting for the next release but I'll list the few blockers I've found:
You don't have permission to view the spoiler content. Log in or register now.
Question on the stats page in the phone: is this reporting correct information or heavily bugged? Most of the stats for the four women listed in it appear to be very incorrect.
Otherwise loving the game and story!
You can use inner HTML properties on any video to make it loop and instant play.About the autoplay of videos, chrome does not support autoplay anymore (I heard there is a way, but I didn't manage to get it working) so they do not autoplay...for now. And about Firefox , I'm playing the game as a test and except for a few distorted images in 3 pages the game is working fine until Tuesday, week 2. I have not tested the other days.
<video src="source/videopath.webm" autoplay loop muted>
</video>
I'm not actually on vacation, just working at a lower pace because of some constraints, I actually hope I can fix the bugs until the end of the year and maybe, even put the 0.4.1 update to end the week. I just realized there is a broken path on Lauren's quest when testing for Firefox.You can use inner HTML properties on any video to make it loop and instant play.
Not sure if this is what you wanted or if this will fit you.Code:<video src="source/videopath.webm" autoplay loop muted> </video>
Plus, and I'm sorry if I'm overstepping, but since I've corrected the bugs I've encountered during my playthrough, I though I would drop my file here, since the author is in vacation and can't correct bugs.
I can't remember exactly what I've corrected, but here is at least the fix for Melissa bug at the librairy and two of Lauren Downtown event's. (Edit : Since the author is bound to modify those passages, I would advise you to save before using my file, as it could be something that the author could modify in the future.)
Keep up the good job Rmaximus this was very enjoyable to play.
I just checked and the code I've wrote above is working fine on Chrome.I'm not actually on vacation, just working at a lower pace because of some constraints, I actually hope I can fix the bugs until the end of the year and maybe, even put the 0.4.1 update to end the week. I just realized there is a broken path on Lauren's quest when testing for Firefox.
The problem with the autoplay property is that it won't work on chrome, so I did 't add it to keep the game consistent between browser.
Really? Wow, I'm going to take A look then, thanks. I tried muted and autoplay together but it didn't work, maybe I did something wrong.I just checked and the code I've wrote above is working fine on Chrome.
Which ones? If you don't remember tell me which characters were involved
i'll play through again and make a list of which give the pathing problemWhich ones? If you don't remember tell me which characters were involved
first one is after you try to be romantic with lauren and you return to the flowershop you get a pathing error when you press the leave button.Which ones? If you don't remember tell me which characters were involved
most HTML devs get past this by making them gifs, incase you didn't knowAbout the autoplay of videos, chrome does not support autoplay anymore (I heard there is a way, but I didn't manage to get it working) so they do not autoplay...for now. And about Firefox , I'm playing the game as a test and except for a few distorted images in 3 pages the game is working fine until Tuesday, week 2. I have not tested the other days.
Actually, @azeiazr solution worked, I don't know why it didn't in my previous tests but now the autoplay as they should.most HTML devs get past this by making them gifs, incase you didn't know