hopeless

Member
Oct 29, 2017
290
697
6+ years of time, 7+GB of data, still hasn't banged mom or sis. WTF made 7+ GB of data? I'm so f'ing confused!!!... Normally a game with this amount of content would be at best 1-1.5GB, not 7+ GB... Can someone please explain?
Can have a lot of reasons why some devs doesn't comrpess their pictures. Ignorance, stupidity or arrogance (get better internet, or high quality images are big). Or they are to lazy after rendering and wanking afterwards, they just upload and must recharge their energy.
 
  • Hey there
Reactions: Xrisoner

Qalx

Active Member
Sep 29, 2022
948
1,384
Nenhuma. São todos diferentes...

# You can play them in any order ( different approaches, most of them abandoned ) - links you may enjoy
”This page is under review.
Our Trust and Safety team is currently reviewing this page.
Read our .......... to learn more....” (Patreon page for BBS)...... As long as there are links...
 

menatv

Active Member
Dec 6, 2019
826
812
There seems to be a rash of Patreon deleting pages lately. Several games this week have had their Patreon pages shut down.

Looks like there might be another one now. Sigh.
 

ariloxi

Member
Feb 10, 2017
224
372
Around the release it multiplied by 3 the monthly income. That indeed caught the attention of The Eye of Sauron.

Terrible news because there is no way he can make the game TOS compliant without sacrificing everything that makes the game what it is.

If the worst case happens and the closing is definitive, I hope his lost patrons (I'm one of them) would join his SubscribeStar. This is the game that got me more interested in years. Please, don't die. Not like this :/
 
  • Like
Reactions: john1230 and menatv

NolaTG

Newbie
Oct 7, 2021
19
13
Anyone got an idea how to unscrew my inventory screen?

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/v016.rpy", line 9110, in script
$ result = renpy.imagemap("016/jennystripclub/jennystripclub 140_2.jpg", "016/jennystripclub/jennystripclub 140_3.jpg", [(395, 15, 509, 125, "left"),(530, 15, 646, 125, "pooldance"),(665, 15, 779, 125, "lapdance"),(800, 15, 911, 125, "right"),(671, 270, 722, 414, "wine")], focus="imagemap")
File "game/v016.rpy", line 9110, in <module>
$ result = renpy.imagemap("016/jennystripclub/jennystripclub 140_2.jpg", "016/jennystripclub/jennystripclub 140_3.jpg", [(395, 15, 509, 125, "left"),(530, 15, 646, 125, "pooldance"),(665, 15, 779, 125, "lapdance"),(800, 15, 911, 125, "right"),(671, 270, 722, 414, "wine")], focus="imagemap")
File "game/inventorytest.rpy", line 551, in execute
screen inventory_screen:
File "game/inventorytest.rpy", line 551, in execute
screen inventory_screen:
File "game/inventorytest.rpy", line 562, in execute
$ sorted_items = sorted(inventory.items, key=attrgetter('name'), reverse=True) # we sort the items, so non-consumable items that change elemental damage (guns) are listed first
File "game/inventorytest.rpy", line 562, in <module>
$ sorted_items = sorted(inventory.items, key=attrgetter('name'), reverse=True) # we sort the items, so non-consumable items that change elemental damage (guns) are listed first
AttributeError: 'int' object has no attribute 'name'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/v016.rpy", line 9110, in script
$ result = renpy.imagemap("016/jennystripclub/jennystripclub 140_2.jpg", "016/jennystripclub/jennystripclub 140_3.jpg", [(395, 15, 509, 125, "left"),(530, 15, 646, 125, "pooldance"),(665, 15, 779, 125, "lapdance"),(800, 15, 911, 125, "right"),(671, 270, 722, 414, "wine")], focus="imagemap")
File "D:\ALT\Feb 24\badbobbysaga-1.1.0-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\ALT\Feb 24\badbobbysaga-1.1.0-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/v016.rpy", line 9110, in <module>
$ result = renpy.imagemap("016/jennystripclub/jennystripclub 140_2.jpg", "016/jennystripclub/jennystripclub 140_3.jpg", [(395, 15, 509, 125, "left"),(530, 15, 646, 125, "pooldance"),(665, 15, 779, 125, "lapdance"),(800, 15, 911, 125, "right"),(671, 270, 722, 414, "wine")], focus="imagemap")
File "D:\ALT\Feb 24\badbobbysaga-1.1.0-pc\renpy\exports.py", line 1526, in imagemap
rv = renpy.ui.interact(suppress_overlay=(not overlays),
File "D:\ALT\Feb 24\badbobbysaga-1.1.0-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\ALT\Feb 24\badbobbysaga-1.1.0-pc\renpy\display\core.py", line 3582, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\ALT\Feb 24\badbobbysaga-1.1.0-pc\renpy\display\core.py", line 4055, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\ALT\Feb 24\badbobbysaga-1.1.0-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "D:\ALT\Feb 24\badbobbysaga-1.1.0-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "D:\ALT\Feb 24\badbobbysaga-1.1.0-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "D:\ALT\Feb 24\badbobbysaga-1.1.0-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "D:\ALT\Feb 24\badbobbysaga-1.1.0-pc\renpy\display\core.py", line 4055, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "D:\ALT\Feb 24\badbobbysaga-1.1.0-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "D:\ALT\Feb 24\badbobbysaga-1.1.0-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/inventorytest.rpy", line 551, in execute
screen inventory_screen:
File "game/inventorytest.rpy", line 551, in execute
screen inventory_screen:
File "game/inventorytest.rpy", line 562, in execute
$ sorted_items = sorted(inventory.items, key=attrgetter('name'), reverse=True) # we sort the items, so non-consumable items that change elemental damage (guns) are listed first
File "game/inventorytest.rpy", line 562, in <module>
$ sorted_items = sorted(inventory.items, key=attrgetter('name'), reverse=True) # we sort the items, so non-consumable items that change elemental damage (guns) are listed first
File "D:\ALT\Feb 24\badbobbysaga-1.1.0-pc\renpy\revertable.py", line 281, in revertable_sorted
return RevertableList(sorted(*args, **kwargs))
AttributeError: 'int' object has no attribute 'name'

Windows-10-10.0.22635 AMD64
Ren'Py 8.1.3.23091805
Bad Bobby Saga 1.1.0
Fri Mar 1 03:56:51 2024
```
 

devonY7

Well-Known Member
Feb 3, 2020
1,640
2,441
There seems to be a rash of Patreon deleting pages lately. Several games this week have had their Patreon pages shut down.

Looks like there might be another one now. Sigh.
most of these seem to be due to their new rules on moderating discords . rainces has a discord so it might be related to that . hopefully it should be easy to resolve .
 
  • Like
Reactions: menatv

edgaia

Well-Known Member
Dec 28, 2018
1,079
1,185
”This page is under review.
Our Trust and Safety team is currently reviewing this page.
Read our .......... to learn more....” (Patreon page for BBS)...... As long as there are links...
O "fim" do Patreon não é o fim do mundo...

# Devs must learn to adapt quicker to changes in their environment. This is IT ( information technology ) after all, isn't it...? Being totally exposed to the whims of a single platform isn't sustainable in the long run. Like when building a portfolio, devs must look for diversification. (Same goes for ren'py and DAZ). This is not the end of it but a wake up call, a paradigm shift... Nothing more
 
Last edited:
  • Like
Reactions: Mysters90

Qalx

Active Member
Sep 29, 2022
948
1,384
most of these seem to be due to their new rules on moderating discords . rainces has a discord so it might be related to that . hopefully it should be easy to resolve .
Zip didn't had a Discord account-so try other theory...
 
  • Like
Reactions: edgaia

edgaia

Well-Known Member
Dec 28, 2018
1,079
1,185
There seems to be a rash of Patreon deleting pages lately. Several games this week have had their Patreon pages shut down.

Looks like there might be another one now. Sigh.
É o mundo de extremos onde vivemos...

# History tends to repeat itself. After freedom comes censorship... This PC (politically correct) crap only fuels the extremes, i.e. more crap...
 

devonY7

Well-Known Member
Feb 3, 2020
1,640
2,441
Zip didn't had a Discord account-so try other theory...
zip's ban happened way before these new bans . and we know exactly what happened with zip . someone reported him for not uploading the game which led to patreon looking into his account and finding tos breaking content like depictions incest and rape.
 
  • Like
Reactions: edgaia

Mysters90

Member
May 22, 2022
287
1,639
Anyway, after the verification, the RAinces page was deleted.
Either , it was going to happen one day, and RAinces was talking about it.
You don't have permission to view the spoiler content. Log in or register now.
I think RAinces received the letter, because after a two-week absence, he appeared online. I hope he will make a statement in the near future that this event will only strengthen his character and give him additional motivation.

I also note that there are popular authors on Subscribestar who were exiled from Patreon in the past.

May the Phoenix Lotus be with you, RAinces!
 

Qalx

Active Member
Sep 29, 2022
948
1,384
zip's ban happened way before these new bans . and we know exactly what happened with zip . someone reported him for not uploading the game which led to patreon looking into his account and finding tos breaking content like depictions incest and rape.
That's your opinion, probably after a lot of effort... In reality, it's more likely that they simply started a campaign against some inconvenient PR topics, probably after receiving bad publicity because of them. Even Zip mentioned that the main interest for him was not for updates, there are many like him who forgot many months, even years (at RAi it was 2 years like until the demo...)

Patreon.png
 
Last edited:
  • Like
Reactions: edgaia

Kojj4

Member
Nov 7, 2018
232
465
I think you could explain better what happened with rainces cuz there are people commenting on some things that don't make any sense the first of which is the incest and rape content. i read that the rules about moderate rape are acceptable but what is not acceptable is violence. to other developers who contain rape scenes in their games and which still have their pages, an example of this is the developer Irphaeus ( This page is under review) this game has a violent rape scene but to other games with a rape scene without violence which is Lust Theory and the Incenton page is active.
 
3.10 star(s) 98 Votes