ad044 / LainTSX

WebGL implementation of the Serial Experiments Lain PSX game
GNU General Public License v3.0
479 stars 25 forks source link

Game won't let me open certain nodes... #17

Closed ousleys closed 2 years ago

ousleys commented 2 years ago

So on level four there are 3 nodes that I can't complete at all. I have the laingame.com file always open but when I open Dia003, Cou003 or Cou004 the laingame.com file closes itself but the browser stays open. I can't play the audio files inside each node though. These 3 are the only three blue nodes left for me on Level 4, all the others one I was able to open and listen too the audio inside. There is any work around to this, I really want to listen to everything on here at some point. I am on windows 10 and the browser I'm using is Microsoft edge

ad044 commented 2 years ago

hello! if i understand this correctly, you've seen every other node without any problems and its just these 3 causing the issues? try looking into the browser console to see if anything is being logged when you try to play them - if there is anything, post it here. i'll try to reproduce the bug locally when i can, i'm currently cleaning up the codebase so it's a bit of a mess :D

ousleys commented 2 years ago

sorry for such a long delay, homework has been keeping me busy. The top red and yellow one where open before I opened Cou003 everything below the yellow one popped up after the node was open. I was also able to open Cou004 without any problems after I left my first post. lain bug .

ad044 commented 2 years ago

i think we've seen that error before but reproducing it is quite flaky. i ASSUME that it's caused by the weird way i used to import the media files dynamically, after the clean-up that part should be much more polished and hopefully the error will disappear.

ousleys commented 2 years ago

what do you mean by clean up? Is it something I have to do on my end or the clients side?

ghost commented 2 years ago

clean-up as in the code being rewritten. you don't have to worry about anything.

this issue is purely related with how the offline version serves media files. if you wish you can transfer your save to the online version using the save export option and play those files this way.

ousleys commented 2 years ago

ohhhh ok thanks for the help guys