4.10 star(s) 10 Votes

mystik13

Newbie
Sep 28, 2018
47
53
Once you open up the card wallet I cannot see anyway to close it other than rolling back or reloading. Seems like a bug can't close the wallet and save deck changes.
 

yumi20

Newbie
Game Developer
Jun 23, 2019
22
115
Once you open up the card wallet I cannot see anyway to close it other than rolling back or reloading. Seems like a bug can't close the wallet and save deck changes.
There's a cross in the upper corner. Thanks for the feedback, I'll make sure to make it more visible in next update Screenshot 2568-03-11 at 00.30.51.png
 
  • Like
Reactions: candaboall

hacked

New Member
Aug 20, 2018
8
7
I can't wait for the new tag system, it's a very different niche for people that like Netorare, Netorase, and Netori..
On the off chance you're looking for netori games and don't already know what I'm about to say: Currently the cheating tag seems to be the best way to look for them. Especially if you exclude the netorare tag (while including the cheating tag).
 

ThtsMyScrtCapImAlwysHorny

Well-Known Member
Aug 5, 2021
1,496
3,609
yumi20 got a gamebreaking bug to report: when you try to go the the hearing at the Uni, this happens:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/locations/bedroom.rpy", line 50, in script call
    call passTime
  File "game/locations/bedroom.rpy", line 50, in script call
    call passTime
  File "game/locations/bedroom.rpy", line 50, in script call
    call passTime
  [Previous line repeated 2 more times]
  File "game/locations/combini.rpy", line 288, in script call
    call passTime
  File "game/locations/combini.rpy", line 288, in script call
    call passTime
  File "game/locations/combini.rpy", line 288, in script call
    call passTime
  File "game/locations/bedroom.rpy", line 50, in script call
    call passTime
  File "game/locations/bedroom.rpy", line 50, in script call
    call passTime
  File "game/locations/bedroom.rpy", line 50, in script call
    call passTime
  [Previous line repeated 2 more times]
  File "game/locations/combini.rpy", line 331, in script call
    call passTime
  File "game/locations/combini.rpy", line 331, in script call
    call passTime
  File "game/locations/combini.rpy", line 331, in script call
    call passTime
  [Previous line repeated 1 more time]
  File "game/locations/bedroom.rpy", line 50, in script call
    call passTime
  File "game/locations/uni.rpy", line 15, in script
    if girlDict["Laira"].corruption < 50 or !("Monika" in girlDict):
SyntaxError: invalid syntax (game/locations/uni.rpy, line 15)

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

Full traceback:
  File "game/locations/bedroom.rpy", line 50, in script call
    call passTime
  File "game/locations/bedroom.rpy", line 50, in script call
    call passTime
  File "game/locations/bedroom.rpy", line 50, in script call
    call passTime
  [Previous line repeated 2 more times]
  File "game/locations/combini.rpy", line 288, in script call
    call passTime
  File "game/locations/combini.rpy", line 288, in script call
    call passTime
  File "game/locations/combini.rpy", line 288, in script call
    call passTime
  File "game/locations/bedroom.rpy", line 50, in script call
    call passTime
  File "game/locations/bedroom.rpy", line 50, in script call
    call passTime
  File "game/locations/bedroom.rpy", line 50, in script call
    call passTime
  [Previous line repeated 2 more times]
  File "game/locations/combini.rpy", line 331, in script call
    call passTime
  File "game/locations/combini.rpy", line 331, in script call
    call passTime
  File "game/locations/combini.rpy", line 331, in script call
    call passTime
  [Previous line repeated 1 more time]
  File "game/locations/bedroom.rpy", line 50, in script call
    call passTime
  File "game/locations/uni.rpy", line 15, in script
    if girlDict["Laira"].corruption < 50 or !("Monika" in girlDict):
  File "C:\Users\riddl\Downloads\RapeKing-0.0.1-win\renpy\ast.py", line 2133, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\riddl\Downloads\RapeKing-0.0.1-win\renpy\python.py", line 1151, in py_eval
    code = py_compile(code, 'eval')
  File "C:\Users\riddl\Downloads\RapeKing-0.0.1-win\renpy\python.py", line 1088, in py_compile
    raise e
  File "C:\Users\riddl\Downloads\RapeKing-0.0.1-win\renpy\python.py", line 1034, in py_compile
    raise orig_e
  File "C:\Users\riddl\Downloads\RapeKing-0.0.1-win\renpy\python.py", line 1027, in py_compile
    tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)
SyntaxError: invalid syntax (game/locations/uni.rpy, line 15)

Windows-10-10.0.26100 AMD64
Ren'Py 8.1.3.23091805
Rape King 0.0.1
Mon Mar 10 22:18:40 2025
Ah, but not to worry, I put my CS major cap on and solved it for you. Looks like you can't do a not-in comparison as !(x in y), you have to do it as (x not in y). Hotfix attached, unzip to root folder.
 
4.10 star(s) 10 Votes