Others Abandoned Brothel City [v1.6] [Darot Games]

3.10 star(s) 17 Votes

Legionnass

Newbie
May 17, 2017
64
8
anyone know how to get the BC program cleared for use by windows defender smartscreen? it keeps saying its an unrecognized app and protects the computer despite being scanned cleared by the local scanning programs.
 

ddd dsad

Newbie
May 23, 2017
62
70
If you ever wonder how images are "encrypted" in this game, it is base64 encoded png with windows line ends, so to decrypt stuff run this in bash (either unix or git bash):
Code:
for img in `find -name '*.bgb'`; do sed -e 's/\r//' $img | base64 -d > ${img/.bgb/.png}; done
if you don't want to play with shell here are images for you:
can you show me how to convert bgb to jpg?
 

Bip

Active Member
Donor
May 4, 2017
734
2,100
@Ken To
Not yet, but it should be ready for the next release.


Oct 16 at 3:53pm
Just sharing with you a new feature we are currently testing - territories expansion. You'll be able to buy up to 7500 new cells! Currently territory size is 2500 cells.
 
  • Like
Reactions: Ken To

Ken To

Member
Jul 22, 2017
109
54
thanks, and 1 more question...
i don't if it's a bug or else
i can open the fear not the guest decrees, no requirement for that, just can't open
and i have done everything else except that line....
 

Bip

Active Member
Donor
May 4, 2017
734
2,100
@ken ko It's a very long time i did not play the game, I was waiting the November version.
So... I do not even know what you're talking about :happyblush:closedeyesmile:

But if someone has the answer and it is a bug, I could inform the dev team.
 
3.10 star(s) 17 Votes