Life is so funny sometimes with it's timing. I wanted to write a bug report of sorts and then you out of nowhere just fixed some bugs lol. I'm gonna write it anyway in case you missed some of it.
First things first; music in the hotel room. If you try to practice, livestream, record etc. You will eventually get to a menu when you have no options and you are stuck. The only ways to get out is to emergency exit, reload, or click on 'Rex' in "Your dog Rex is lying on the floor." The reason for this is that in the main game the code is as follows : act 'Leave': gt $loc, 'start' . While in the mod it is 'room' and not 'start'. So the fix I came up with (note that I have absolutely no idea how coding works) is to replace every single 'room' in the mod with 'start' and right now it seems to be working properly.
Second problem is with the music in the hotel room once again. If you "Pick up the guitar" or "Place the guitar next to your desk" then you will spawn in the parent's house. The reason is that the code says : gt 'bedrPar', 'start' when instead of it should be gt 'mod_wlife_hotelroom', 'start' (or gt 'mod_wlife_hotelroom', room')
Third minor problem which the first fix actually solves, is that when you accidently try to leave the room without clothes on, then you once again get stuck in the menu. The reason is that the code says : gt 'mod_wlife_hotelroom', 'start'. But originally 'start' doesn't exist, instead there is 'room'
And lastly some very minor issues: If you get the Belys arrested then, the heavy vase you get from Iosif disappears and you also lose the option to buy coffee.
Now bugs aside, I'm gonna be honest with you man. You've been having me on a roller coaster ride. I really love the work you do. This mod is definitely my favourite on the whole site. At first the mod was seemingly abandoned when the fallout happened with the GL dev team. Then you came back. Then you decided to stop working on the mod. Then you decided to make your own game with the same dark theme as the mod. Then you decided that you are going to do something completely different which was a bummer. Then I tried the demo and found out that it is actually amazing. And then life happened and you had no time to work on your hobbys. And finally your sort of kinda came back again- do you see how this resembles a roller coaster ride
. All in all I am thankful that you choose to spend your free time creating these games for us to enjoy without asking anything in return. I really like how you are able to capture the darker tone of things and create really interesting stories with interesting characters. I wish all the best for you
(Ps. since you are writing smaller scenes here and there, are you planning on doing anything with Nikita? Apparently he lives near PC's house and PC has the intention of talking with him, but that option doesn't exist yet. Also have you thought about what you are going to do with the prison content? It is supposedly a regular thing but actually it only happens once. Shouldn't it be good to just change the dialog to make it seem like it's actually a one-time event?