Create and Fuck your AI Cum Slut -70% Summer Sale
x

kristo0086

Active Member
Nov 17, 2021
978
1,637
He doesn't meet the requirements for the first "B" in "BBC". He has features of a Caucasian, but with darker skin... or Mexican or Middle Eastern. He doesn't behave like the typical BBC character. It's just not the same as what people who like that fetish typically go for. But hey, maybe I'm wrong and their only requirement is that the skin has to be dark. :unsure:
I think only black skin is important.....cough.. and big dick ... cough....
 

Aqua Orchid

Member
Nov 19, 2017
289
383
Cute update, definitely retains the very high technical standard and impressive AI art we've come to expect from BCG. It was a bit short, but for the best probably. A shorter "tweener" update paces the story well before hopefully we get Suzie NTS sex next chapter. I just hope we see Suzie have scenes with other guys then Drago, NTS games that focus too much on one guy kinda kills the sharing/stultification essence of NTS, the idea is seeing your girl (i.e Suzie) acting slutty with other men, if its just one guy it feels like you're just watching a vanilla VN from the third person which can be boring
 

AbyssGames

Developer of "Shadows Of Ambition"
Game Developer
Jan 1, 2018
400
2,707
I dunno... then it's just interracial. There is a certain atmosphere around the BBC fetish that is totally different.
I wouldn't say SoA falls under the "classic" BBC fetish/trope at all. The male black character is totally different from what's portrayed in 99% of these games and is definitely not the focus. It being kinetic crap though, I'll take that one on the chin, my bad.
 

GetOutOfMyLab

Conversation Conqueror
Modder
Aug 13, 2021
7,878
22,384
I wouldn't say SoA falls under the "classic" BBC fetish/trope at all. The male black character is totally different from what's portrayed in 99% of these games and is definitely not the focus.
Eh... I've heard that line before. I'm still waiting for more devs to break the mold and feature an interracial character that isn't black.

It being kinetic crap though, I'll take that one on the chin, my bad.
If you ever change your mind about that, hit me up. Quite good with the Ren'Py stuff.
 

__doublev__

New Member
Sep 2, 2021
4
10
The memory leak occurs whenever an animation is playing. This includes the ferry scene with Suzie as well as the main menu. The ferris wheel scene with Anon and Cee is just the worst case, since it has more animations running simultaneously, causing RAM usage to spike much more quickly.
BananaCreamGames I did a bit more digging into the memory leak issue, and I think I figured out what’s causing it. After importing the game into my own Ren'Py setup and running some more thorough tests, it turns out the problem is with the underlying renderer Ren'Py uses, . Earlier this year, this library got a major update to version 3, and to keep older stuff like Ren'Py (which still uses SDL2) working, they introduced a compatibility layer called , and this seems to be the culprit. My system had both SDL3 and sdl2-compat installed, so all SDL2 apps (including Ren'Py) were being run through this layer. After I swapped it out for the original SDL2, the memory leak stopped. So yeah, turns out this wasn’t really an issue with the game at all, just a weird SDL + my system combo problem. Given that, I doubt this affects the Android version either.

Sorry for the false alarm!

P.S. Someone else seems to have reported a very similar issue to the Ren'Py devs, but since they didn’t know the root cause and the devs couldn’t reproduce it, it kinda went nowhere:
 
  • Like
Reactions: BananaCreamGames

blkcrow20

Engaged Member
Nov 5, 2023
3,396
6,667
Well , you see , your opinion can be ignored . You only like one AI game. I wrote that it's subjective. For example, I don't like that my new girlfriend has narratives through different characters (younger sister, etc.)
So can yours. Everyone has an opinion. What makes yours more important than anyone else's? We all have different tastes and preferences.
 
  • Haha
Reactions: kristo0086

VoyeurRed

Member
Mar 28, 2025
182
210
BananaCreamGames I did a bit more digging into the memory leak issue, and I think I figured out what’s causing it. After importing the game into my own Ren'Py setup and running some more thorough tests, it turns out the problem is with the underlying renderer Ren'Py uses, . Earlier this year, this library got a major update to version 3, and to keep older stuff like Ren'Py (which still uses SDL2) working, they introduced a compatibility layer called , and this seems to be the culprit. My system had both SDL3 and sdl2-compat installed, so all SDL2 apps (including Ren'Py) were being run through this layer. After I swapped it out for the original SDL2, the memory leak stopped. So yeah, turns out this wasn’t really an issue with the game at all, just a weird SDL + my system combo problem. Given that, I doubt this affects the Android version either.

Sorry for the false alarm!

P.S. Someone else seems to have reported a very similar issue to the Ren'Py devs, but since they didn’t know the root cause and the devs couldn’t reproduce it, it kinda went nowhere:
Actually I'm on a phone and yes it is leaking memory hard, I didn't run a diagnostic test like you (thank you btw) but I saw it when I was running it and lowered the game to go look at my "apps running in the background" and it alone was using all of my ram and causing an out of memory error that literally was popping up inside the game during the scenes.

The error showed as a black screen with white letters saying out of memory (I told BCg about this with a different image before) instead of showing the Ferris wheel scene.... sometimes it wouldn't mess up though, and instead played normally (although still hella laggy).

So idk what's happening with the new update BCG dropped but I'll wait for it on here, after it's fixed for Android users.
 

BananaCreamGames

Moonripple Lake dev
Game Developer
Apr 27, 2024
182
1,866
He doesn't meet the requirements for the first "B" in "BBC". He has features of a Caucasian, but with darker skin... or Mexican or Middle Eastern. He doesn't behave like the typical BBC character. It's just not the same as what people who like that fetish typically go for. But hey, maybe I'm wrong and their only requirement is that the skin has to be dark. :unsure:
Yeah he isn't particularly big down there, and he's not black either.
Apart from that one render that I didn't edit. He's like a tanned mulatto.
Quite good with the Ren'Py stuff.
Yeah that ConditionSwitch you mentioned really came in handy this update!
BananaCreamGames I did a bit more digging into the memory leak issue, and I think I figured out what’s causing it. After importing the game into my own Ren'Py setup and running some more thorough tests, it turns out the problem is with the underlying renderer Ren'Py uses, . Earlier this year, this library got a major update to version 3, and to keep older stuff like Ren'Py (which still uses SDL2) working, they introduced a compatibility layer called , and this seems to be the culprit. My system had both SDL3 and sdl2-compat installed, so all SDL2 apps (including Ren'Py) were being run through this layer. After I swapped it out for the original SDL2, the memory leak stopped. So yeah, turns out this wasn’t really an issue with the game at all, just a weird SDL + my system combo problem. Given that, I doubt this affects the Android version either.

Sorry for the false alarm!

P.S. Someone else seems to have reported a very similar issue to the Ren'Py devs, but since they didn’t know the root cause and the devs couldn’t reproduce it, it kinda went nowhere:
I'm glad you solved it, nice work tracking that down!
It might be causing issues on other's systems as well though. I'll update my renpySDK for future builds, hopefully that's solved.
 
  • Like
Reactions: GetOutOfMyLab
4.80 star(s) 81 Votes