Android Boot Sequence Complete!
GameOver » Devlog
Android should work as expected this go 'round and the desktop versions got a few quality of life fixes a little earlier than planned as well.
Please note that SOME Android tablets and SOME Android phones will have display issues until I can make custom layouts for them. If you're affected please leave a comment with your device model (e.g. Nebula Memo IV), or let me know over on Discord.
Enjoy!
-Black Cat
Files
com.blackcatstudiosdev.gameover-release.apk 244 MB
Version 22.12.01-a Dec 08, 2022
gameover-linux.tar.bz2 212 MB
Version 22.12.01-a Dec 08, 2022
gameover-osx.zip 232 MB
Version 22.12.01-a Dec 08, 2022
gameover-win.zip 226 MB
Version 22.12.01-a Dec 08, 2022
Get GameOver
GameOver
Your Adventure Ends Here
Status | Released |
Authors | azulookami, Black Cat Studios, komboochie, Hue |
Genre | Interactive Fiction |
Tags | Bara, Gay, kinky, NSFW, Ren'Py |
Languages | English |
More posts
- New Download Link19 hours ago
- Waffurd On Your Phone!7 days ago
- GameOver: I Am The Master You Are My Student7 days ago
- Another Place To Find GO13 days ago
- Itch's New Laws13 days ago
- Changing Coming About16 days ago
- Of Rat And Canines26 days ago
- GameOver: Dinner Over A Fire39 days ago
- Cookin' Some Porklets In Teh Bun!53 days ago
- GameOver: Cooking For A Mino69 days ago
Comments
Log in with itch.io to leave a comment.
The item shop has an error on Android keeping you from buying the kink potions. Clicking ignore on the error exits the shop completely with no way to turn on or off kinks.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
File "game/utility/customScreens.rpy", line 866, in execute
File "game/utility/customScreens.rpy", line 866, in execute
File "game/utility/customScreens.rpy", line 874, in execute
File "game/utility/customScreens.rpy", line 875, in execute
File "game/utility/customScreens.rpy", line 917, in execute
File "game/utility/customScreens.rpy", line 917, in <module>
NameError: name 'kink_watersports' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "chars/Azlos.rpyc", line 69, in script
File "renpy/ast.py", line 2232, in execute
File "renpy/ast.py", line 2220, in call
File "renpy/statements.py", line 281, in call
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
File "renpy/exports.py", line 3181, in call_screen
File "renpy/ui.py", line 299, in interact
File "renpy/display\core.py", line 3377, in interact
File "renpy/display\core.py", line 3810, in interact_core
File "renpy/display\core.py", line 582, in visit_all
File "renpy/display\core.py", line 582, in visit_all
File "renpy/display\core.py", line 582, in visit_all
File "renpy/display\screen.py", line 451, in visit_all
File "renpy/display\core.py", line 3810, in <lambda>
File "renpy/display\screen.py", line 462, in per_interact
File "renpy/display\screen.py", line 653, in update
File "game/utility/customScreens.rpy", line 866, in execute
File "game/utility/customScreens.rpy", line 866, in execute
File "game/utility/customScreens.rpy", line 874, in execute
File "game/utility/customScreens.rpy", line 875, in execute
File "game/utility/customScreens.rpy", line 917, in execute
File "game/utility/customScreens.rpy", line 917, in <module>
NameError: name 'kink_watersports' is not defined
[/code]
Fixed! Check for an update :D