Sep 7, 2020
52
68
The game bugs if you leave the office before working on the first day because it doesn't give you the option to go back to the office and there are no other ways to progress. Autosaves also happen for absolutely no reason other than walking around, so if you walk around a handful of times you lose the autosave at the workplace and have to restart the entire damn game.
 

hibilly599

Newbie
Mar 25, 2024
16
50
I can't get the breast tf, it gives: TypeError: '<' not supported between instances of 'str' and 'int' in line 44 of transquest.rpy
 
  • Like
Reactions: rnw1015

Corruption_

Newbie
Mar 12, 2018
59
125
I seem to have bricked my save on linux and the quest seem very janky, the going to buy formal clothes was very inconsistent in whether or not it was going to work
 

itzcriss

New Member
Jul 14, 2024
1
0
I get an error when trying to enlarge her breasts

Any solution???????




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

While running game code:
  File "game/scripts/story/map/apartmentcomplex.rpy", line 197, in script
    call screen transquest_profile
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00action_other.rpy", line 582, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/scripts/transquest.rpy", line 44, in modify_breast_size
    if increase and mc_chest < max_chest and can_modify_body_features():
TypeError: '<' not supported between instances of 'str' and 'int'

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

Full traceback:
  File "game/scripts/story/map/apartmentcomplex.rpy", line 197, in script
    call screen transquest_profile
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\ast.py", line 1974, in execute
    self.call("execute")
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\statements.py", line 374, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\core.py", line 3278, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\screen.py", line 793, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\layout.py", line 1523, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\layout.py", line 1523, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\layout.py", line 1294, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\behavior.py", line 1180, in event
    return handle_click(self.clicked)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\behavior.py", line 1101, in handle_click
    rv = run(action)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\behavior.py", line 394, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Users\david\Downloads\transquest-0.1.2-pc\transquest-0.1.2-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_other.rpy", line 582, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/scripts/transquest.rpy", line 44, in modify_breast_size
    if increase and mc_chest < max_chest and can_modify_body_features():
TypeError: '<' not supported between instances of 'str' and 'int'

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.2.24090902
transquest 0.1.2
Tue Dec 31 15:53:25 2024
 
3.40 star(s) 5 Votes