Miraj

Member
Nov 12, 2018
255
75
here is my unofficial android port of Deviant Discoveries v0.42.5.
You don't have permission to view the spoiler content. Log in or register now.

from now on my android ports of Ren'Py games have a 2nd, persistent save location like windows. if you uninstall an app, the save files and persistent data remain intact.
therefore the app needs the permission to access the public external storage, because it has to read and write outside its own external storage directories.
you have to grant the permission or the app is shut down.

have fun and please report problems (you can reach me ).
Hi bro where save location so I can edited the save game thx
 

Finsit

Harder Better Faster Cheater
Game Developer
Jun 2, 2017
1,167
1,385
Download 0.43, updated to 0.43.3 with the in game update, no issue. I saw every scenes Lola green / Lola pink serum.
Started a new game, no issue either, everything worked as expected.
Thank you.


Edit 2 : a picture is missing when you call Lola for tutoring (but you can continue).


View attachment 531201
This is the tutoring menu for pinked Lola.
So she should be at stage 1, but here the portrait is the one of stage 0.

Can you confirm you didn't do any funny business ? That seem very fishy.
 

Finsit

Harder Better Faster Cheater
Game Developer
Jun 2, 2017
1,167
1,385
The v0.43.4 is available by automated update, it should show up on the bottom left in the main menu.


You can also download it manually :
  • (Recommended for full quality)


V 0.43.4 Changelog:
  • Fixed Lola's second stage events being available even on third stage
  • Fixed a number of issues with the sexshop promotion event choices being grayed out
  • Fixed a bug making the serum manufacturing free
  • Fixed a bug when loading an old yet compatible save

Known bugs:
  • When loading a save if you get an error, rollback to a stable state and change location.
  • The notifications can sometime appear a second time.
  • The notifications can also have a weird behavior when it comes to rollback.
 
  • Like
Reactions: MatureMan

GodOfPeasants

New Member
May 15, 2017
8
1
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/stripclub.rpy", line 46, in script call
    call pass_time ()
  File "game/04_income_system.rpy", line 153, in script call
    call income_change_notifiation ()
  File "game/04_income_system.rpy", line 179, in script
    "You made some money by having [stripclub_current_girl] work at the stripclub."
  File "game/04_inventory_system.rpy", line 102, in execute
    screen inventory():
  File "game/04_inventory_system.rpy", line 102, in execute
    screen inventory():
  File "game/04_inventory_system.rpy", line 106, in execute
    if not store._choice_tooltip_shown:
  File "game/04_inventory_system.rpy", line 107, in execute
    frame:
  File "game/04_inventory_system.rpy", line 117, in execute
    hbox:
  File "game/04_inventory_system.rpy", line 130, in execute
    vbox:
  File "game/04_inventory_system.rpy", line 132, in execute
    text get_income_bar()
  File "game/04_income_system.rpy", line 28, in get_income_bar
    out += "{color="+stripclub_current_girl.color+"}"+(gui.inventory_bar_maxed_character if  income.stripclub == 2 else gui.inventory_bar_character)++"{/color}"
TypeError: bad operand type for unary +: 'unicode'

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

Full traceback:
  File "game/stripclub.rpy", line 46, in script call
    call pass_time ()
  File "game/script.rpyc", line 207, in script call
  File "game/script.rpyc", line 194, in script call
  File "game/04_income_system.rpy", line 153, in script call
    call income_change_notifiation ()
  File "game/04_income_system.rpy", line 179, in script
    "You made some money by having [stripclub_current_girl] work at the stripclub."
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\character.py", line 842, in do_display
    **display_args)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/04_inventory_system.rpy", line 102, in execute
    screen inventory():
  File "game/04_inventory_system.rpy", line 102, in execute
    screen inventory():
  File "game/04_inventory_system.rpy", line 106, in execute
    if not store._choice_tooltip_shown:
  File "game/04_inventory_system.rpy", line 107, in execute
    frame:
  File "game/04_inventory_system.rpy", line 117, in execute
    hbox:
  File "game/04_inventory_system.rpy", line 130, in execute
    vbox:
  File "game/04_inventory_system.rpy", line 132, in execute
    text get_income_bar()
  File "<screen language>", line 132, in <module>
  File "game/04_income_system.rpy", line 28, in get_income_bar
    out += "{color="+stripclub_current_girl.color+"}"+(gui.inventory_bar_maxed_character if  income.stripclub == 2 else gui.inventory_bar_character)++"{/color}"
TypeError: bad operand type for unary +: 'unicode'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Deviant Discoveries 0.43.1
Tue Jan 28 03:28:28 2020
 

GodOfPeasants

New Member
May 15, 2017
8
1
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/stripclub.rpy", line 46, in script call
    call pass_time ()
  File "game/04_income_system.rpy", line 153, in script call
    call income_change_notifiation ()
  File "game/04_income_system.rpy", line 179, in script
    "You made some money by having [stripclub_current_girl] work at the stripclub."
  File "game/04_inventory_system.rpy", line 102, in execute
    screen inventory():
  File "game/04_inventory_system.rpy", line 102, in execute
    screen inventory():
  File "game/04_inventory_system.rpy", line 106, in execute
    if not store._choice_tooltip_shown:
  File "game/04_inventory_system.rpy", line 107, in execute
    frame:
  File "game/04_inventory_system.rpy", line 117, in execute
    hbox:
  File "game/04_inventory_system.rpy", line 130, in execute
    vbox:
  File "game/04_inventory_system.rpy", line 132, in execute
    text get_income_bar()
  File "game/04_income_system.rpy", line 28, in get_income_bar
    out += "{color="+stripclub_current_girl.color+"}"+(gui.inventory_bar_maxed_character if  income.stripclub == 2 else gui.inventory_bar_character)++"{/color}"
TypeError: bad operand type for unary +: 'unicode'

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

Full traceback:
  File "game/stripclub.rpy", line 46, in script call
    call pass_time ()
  File "game/script.rpyc", line 207, in script call
  File "game/script.rpyc", line 194, in script call
  File "game/04_income_system.rpy", line 153, in script call
    call income_change_notifiation ()
  File "game/04_income_system.rpy", line 179, in script
    "You made some money by having [stripclub_current_girl] work at the stripclub."
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\character.py", line 842, in do_display
    **display_args)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "A:\fun\1. new games\DDGame-0.43.0-native\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/04_inventory_system.rpy", line 102, in execute
    screen inventory():
  File "game/04_inventory_system.rpy", line 102, in execute
    screen inventory():
  File "game/04_inventory_system.rpy", line 106, in execute
    if not store._choice_tooltip_shown:
  File "game/04_inventory_system.rpy", line 107, in execute
    frame:
  File "game/04_inventory_system.rpy", line 117, in execute
    hbox:
  File "game/04_inventory_system.rpy", line 130, in execute
    vbox:
  File "game/04_inventory_system.rpy", line 132, in execute
    text get_income_bar()
  File "<screen language>", line 132, in <module>
  File "game/04_income_system.rpy", line 28, in get_income_bar
    out += "{color="+stripclub_current_girl.color+"}"+(gui.inventory_bar_maxed_character if  income.stripclub == 2 else gui.inventory_bar_character)++"{/color}"
TypeError: bad operand type for unary +: 'unicode'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Deviant Discoveries 0.43.1
Tue Jan 28 03:28:28 2020
after sending kara to the stripclub
 

Monsieur X

Engaged Member
May 26, 2018
2,476
3,294
This is the tutoring menu for pinked Lola.
So she should be at stage 1, but here the portrait is the one of stage 0.

Can you confirm you didn't do any funny business ? That seem very fishy.
No funny business, I did not mess with the game. Note that it happened before I inject green or pink serum and I was able to tutor Lola.
 

Finsit

Harder Better Faster Cheater
Game Developer
Jun 2, 2017
1,167
1,385
No funny business, I did not mess with the game. Note that it happened before I inject green or pink serum and I was able to tutor Lola.
Ok, anyway it won't happen again now I strength the conditions in the 0.43.4.
 
  • Like
Reactions: krishhh

ChinChin

Newbie
Aug 7, 2016
50
17
Idk if its just me but i was testing Lola's pink serum path and after the stripclub scene there is no "tutoring" option for lola.

This was from a new game on 0.43.3. and i tested it from a 0.43.3. save on the 0.43.4.

Either i am missing something or its bugged
 

Finsit

Harder Better Faster Cheater
Game Developer
Jun 2, 2017
1,167
1,385
Idk if its just me but i was testing Lola's pink serum path and after the stripclub scene there is no "tutoring" option for lola.

This was from a new game on 0.43.3. and i tested it from a 0.43.3. save on the 0.43.4.

Either i am missing something or its bugged
Yeah I derped on that fix.

You can use that command to fix it though l.tut_state=2.
 
  • Like
Reactions: ChinChin

Finsit

Harder Better Faster Cheater
Game Developer
Jun 2, 2017
1,167
1,385
The v0.43.5 is available by automated update, it should show up on the bottom left in the main menu.


You can also download it manually :
  • (Recommended for full quality)


V 0.43.5 Changelog:
  • Fixed an a bug preventing pinked Lola to be available at home for tutoring
  • Removed the UI during the talk with Alex about pinked Lola

Known bugs:
  • When loading a save if you get an error, rollback to a stable state and change location.
  • The notifications can sometime appear a second time.
  • The notifications can also have a weird behavior when it comes to rollback.
 
  • Like
Reactions: ChinChin
4.10 star(s) 58 Votes