AduGames.COM - Best site with adult 2D and 3D games for free!
  • Games catalog
  • Porno games
  • XXX comics
  • FAQ
  • Promote your game!
  • Abuse (DMCA)
  • Feedback

Overpowered - Episode 11

Information

Name: Overpowered

Genre: Visual novel, 3DCG, Male protagonist, Animated, Monster girl, Exhibitionism, Teasing, Vaginal sex, Big tits
Version: Episode 11 (compressed no quality loss) - Download Android version Episode 7 from AdultAPK.com for free!
Censorship: No
Author: YoshiGames
Last updated: 7 November 2021
Language: English
Made in: Ren'Py
Size: 859 MB 7Z / 971 MB UN7Z


About game

Ren's living a peaceful life in the town he moved to last year. However, a series of unexpected events will turn his life upside down. He will learn that the world is not as it seems. Dragged into the war between two factions, what will he do?

Changelog



Download links
Warning! Only registered users from a specific group can download files from the fast download section. Please register an account and read the FAQ.

Download links

Total views 14 610
14 610
4
+517
Comments 4
Information
Users of Guests are not allowed to comment this publication.
  1. Valium
    Guests
    7 July 2019 21:41
    0
    0
    I now know more about RenPy scripting. += 1 or -= 1 are correct, and don't need to be edited. The problem with the script is like the error stated, 'kaoru_l' is not defined. Just change that. Near the top of the scripts, located at game/script.rpy, are several lines beginning with default, and then a character's name, and a starting value of 0. Add this line among those: default kaoru_l = 0

    Save the file. The game should now work correctly, or you can wait for the game to be edited and reposted.
  2. Valium
    Guests
    7 July 2019 20:19
    0
    0
    Ran into a problem later with a quiz, so I'm now trying to figure out how to script if statements correctly. If I figure it out, I'll post. For now, just know the game has errors.
  3. Valium
    Guests
    7 July 2019 19:43
    0
    0
    I figured out what was wrong in the code by comparing to the previous version. Everywhere in the script where there's a modifier to the stats based on choices, the script now has "+= 1" or "-= 1" when it should read "= +1," or "= -1", as examples. This should help anyone else wanting to play this game as intended. The script location is game/script.rpy.
  4. Valium
    Guests
    7 July 2019 19:28
    0
    0
    I followed the suggestion to start a new game, and I get an error now with Kaoru after the first choice:

    I'm sorry, but an uncaught exception occurred.

    While running game code:
    File "game/script.rpy", line 374, in script
    $ kaoru_l += 1
    File "game/script.rpy", line 374, in <module>
    $ kaoru_l += 1
    NameError: name 'kaoru_l' is not defined

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

    Full traceback:
    File "game/script.rpy", line 374, in script
    $ kaoru_l += 1
    File "D:\N\Overpowered - Version 0.2\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    File "D:\N\Overpowered - Version 0.2\renpy\python.py", line 1959, in py_exec_bytecode
    exec bytecode in globals, locals
    File "game/script.rpy", line 374, in <module>
    $ kaoru_l += 1
    NameError: name 'kaoru_l' is not defined