Overpowered - Episode 11

Total views 14 588
14 588
4
-616
Also check this 2D and 3D Games:
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
© 2017-2024 AduGames.COM | Download adult games for FREE!