And still,no bugfix....wow,just wow.
You must be registered to see the links
Unlocked
You must be registered to see the links
Hello everyone!
So just a quick say about what is going on...
I have found some holes in the storyline, and certain triggers did not happen because of either mis-spellings or I needed to finish the scenes where the bubbles happen to make things happen. I actually remade some of the renders because I was not happy with them, or the camera was quite close for focus.
On the other hand, I did make new content for some of the holes, and created another event for Lynn while she is at the arcade working. WIFI is now available as well for the phone and the laptop. However, laptop is coming next update. The first part of the Brynn pool event is also being made to trigger properly after you see Angela kiss Val.
The continuation of that will be in update 2.7, and a new event for Angela and Val will be in that as well. I will be also adding a few more things to the engine, which will be secrets through-out the game. Certain actions or findings during gameplay will activate a new set of screens on the laptop.
Lana's events should be done by 2.8 and Mari's storyline will start during 2.7. Lots of work to do, so I will leave you with good feelings and have a great rest of your night. Thanks!
1 Like
yup people complain non stop about the game breaking bugs and he couldnt care less... with that attitude i see a bright future for this game and for him as a dev...And still,no bugfix....wow,just wow.
I hope that this will happend in this life....guys, guys, pls stop complain, he will fix everything, just he is little slow (he is not a pro in programing) for that updates are A,B,C,E... and bla bla, just have some patient
In my game folder there are only the .rpyc files so I can't edit them, could you post them or the corresponding .rpy?Found a couple of bugs that leads to a many of those crashes.
1st, that leads to numerous crashes through all gamеplay:
File: game\characters\CHAR_Angela.rpy
You need to change random.choices to random.sample.
The Dev used a parameter that only appeared in Pyhon since version 3.6, but the game uses 2.7, so it crashes.
2nd. In a conversation with Val, in the gym. there is a typо in the variable name:
File: \game\StageTwo\Actions\gymactions.rpy
You need to change enterenceact to entranceact.
Thanks but UnRen doesn't run on a Mac. I managed to edit the files with Game Resources Viewer:You need to download UnRen and then run that from the foder where the .exe sits. Choose Option 2 to unpack the files. You can edit them using Notepad++
Thanks cicoI think I found Val's bug in Gyn:
File: game\characters\CHAR_Brynn.rpy (line 617)
label brynnshower3:
if valshoweredwithbrynn1: ---------->> You need to change valshoweredwithbrynn2
jump brynnshower3 ---------->> You need to change jump brynnshower4
Let me know if it works