Sep 7, 2020
81
126
165
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
59
190
77
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
61
128
237
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
6
2
89
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
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
23,507
320,185
998
Trans Quest [v0.2.1] [Pinkueen & Pinkira] - Compressed

Win/Linux [226 MB]
- - - -

Mac [221 MB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
 

dav121

Well-Known Member
Oct 13, 2016
1,433
1,414
420
Jeeze Dev, the 1st thing you need to have with it a game is to make it EASY to play. This game in it's current form is NOT easy to play. If you want the MC to do something then stop him/her from doing anything else until the quest action is done.
 
  • Like
Reactions: emilMbo

Barrett74

Member
May 13, 2018
388
128
259
action need to include sleep, when clicking on actions nothing appears, (glitch) after buying new clothes if you right click choosing same character (male straight hair then continue, then you will be able to go out and buy new clothes and already have the clothes you previously bought from original game already there). after being in the apartment and talking to room mate if you ask if he wants to go to the mall with you no other actions appear. almost like the free roam and the story are not seperating them selves out. when waking up no actions to tell you when to go to work when clicking on story no actions to say go to work.
 
Last edited:
2.50 star(s) 8 Votes