- Jun 16, 2019
- 3,332
- 3,182
I enjoyed the update. The dialogue is well written and actually interesting. Looking forward to see how the harem will progress.
i have added a alt mega link in my OP as well incase it goes down "IPatch". at the time of this post i havn't added the newest ch yet thoView attachment 1092035
Powers That Be - Chapter 10 "Answering" (Public Release)
You must be registered to see the links
Now for a look on the lighter side of things.
The eagerly awaited new chapter of Powers That Be for the public is here! In Chapter 10 - "Answering", take a seat and find out more about the personalities of each of our 4 main characters as they share their likes, dislikes, and feelings...
... before somehow ending up with one of them doing uncouth things in a public place. Guess there's never a bad time, huh?
There is also a bonus credits teaser image for the next chapter at the end of this episode! Don't miss it!
Let us know your thoughts and share your comments here or join us on our Discord. Please do consider supporting us on Patreon so we can continue to make more games and improvements for your enjoyment, and be the first to receive the latest chapters. Thank you for supporting Burst Out Games!
Latest here, only for our f95zone fans!
It is likely a False Positive due to this game using the newest version of RenpyTrojan:Win32/Wacatac.B!ml ...
yeah 7.4 is a problem .. and the fact that to run the dam thing everyone has to have gl2.0 or higher sucks ...Nothing to do with Unren, it's the new Ren'py version that is the problem.
Something is strange ... I tried to "unren" (with .7+.8+.91) the rpa´s ... ... after finishing, ALL files are 0 bytes ...
Someone have an idea what´s wrong and why? ...
Hm, um, yes. Just the usual.Same thing happened to me. I've had occasions where unren wasn't able to decompile rpyc files before, but I've never seen rpa extraction fail like this before.
...
Newest version of Ren'py is a messy abomination. I have no idea how they managed to release something in the state it is, it's like it had no testing at all.
A few devs have redone their stuff in the previous version but some carried on.
Unren is useless with it and it has a ton of bugs.
Simply put: No.Nothing to do with Unren, it's the new Ren'py version that is the problem.
# this game
key = int(l[25:33][::-1], 16)
# original renpy
key = int(l[25:33], 16)
Where do we put this file in renpy sdk? Just in the renpy folder?
Are you saying this was done deliberately? If so, wtf for?Then why? That's the reason:
"loader.py" line 127:
"RenPy Archive" key reversed. Thank your developer for this.Python:# this game key = int(l[25:33][::-1], 16) # original renpy key = int(l[25:33], 16)
Unless you are expecting a site full of psychics how are we supposed to know if it has any content you want to play?I just want to know so I can see if this update has content that I want to play.
Yeah, sry forgot to mention.Where do we put this file in renpy sdk? Just in the renpy folder?
EDIT: nvm found usage instructions on github.
python3 rpakit.py --help
on the CLI gives some meager info or you look in the repo to
Without doubt.Are you saying this was done deliberately? If so, wtf for?