nuzzyfipples

Member
Jun 20, 2023
100
126
43
I really wish the walkthrough would give you the Chicksaw images to reference and highlight the correct guitar chords. It's a fine minigame but some chords it gives you no time, barely enough to even see what it displays. It's far too long, imo.
 

Benn Swagger

Well-Known Member
Aug 26, 2016
1,647
2,674
434
Hm... first time playing this game. So old school mechanic comeback, yea ?
Hundreds hours rendering, thousands of lines, expecting player to replay the game 100x times to find perfect answer to fuck every girls on their path.

I never understand Dev choice for it. Rather giving player a fun time, you give them a hard time. Sure 10% of players love old school mechanic. Majority won't and they prefer some modder create Gallery Unlocker.

I love grinding games like Straitened Times, but that game guarantee I will fuck every romanceable character. This game, you've got to make a lot of save files, write your notes which path got branched. Nah, nah, nah ... but, Goodluck.
 

estrada777

Forum Fanatic
Modder
Donor
Mar 22, 2020
4,916
11,625
698
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 0.4 + WT by JGNeon

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR

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

This unofficial port/version is not released by the developer, download at your own risk.

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.
If you ping me for updates, I will mark you account as ignored.



MEGA

Size 529 MB

Updates are faster on .

Game Developers: Want to talk about an official Android version for your game? Come join my Discord.
Updated.
 

FuhQ6969

Member
Aug 20, 2025
246
294
63
This seems like one of those AVNs where the incest has nothing to do with the MC. Unless I just haven't got to the good part yet.
 

MRMIdAS2k

Active Member
Mar 21, 2018
522
422
224
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script/week3_saturday.rpy", line 671, in script
    call screen week3_party_left()
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/script/week3_saturday.rpy", line 673, in execute
    screen week3_party_left():
  File "game/script/week3_saturday.rpy", line 673, in execute
    screen week3_party_left():
  File "game/script/week3_saturday.rpy", line 679, in execute
    if tmp.party_time < 2:
  File "game/script/week3_saturday.rpy", line 680, in execute
    imagemap:
  File "game/script/week3_saturday.rpy", line 683, in execute
    use navigation_hotspot("week3_party_steve", True, 130, 100, 320, 440)
TypeError: Missing required positional arguments: 'height'

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

Full traceback:
  File "game/script/week3_saturday.rpy", line 671, in script
    call screen week3_party_left()
  File "D:\MIdAS\RoveringToSussex-0 4 0-pc-unc\RoveringToSussex-0.4.0-pc\renpy\ast.py", line 2259, in execute
    self.call("execute")
  File "D:\MIdAS\RoveringToSussex-0 4 0-pc-unc\RoveringToSussex-0.4.0-pc\renpy\ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\MIdAS\RoveringToSussex-0 4 0-pc-unc\RoveringToSussex-0.4.0-pc\renpy\statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\MIdAS\RoveringToSussex-0 4 0-pc-unc\RoveringToSussex-0.4.0-pc\renpy\exports.py", line 3345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\MIdAS\RoveringToSussex-0 4 0-pc-unc\RoveringToSussex-0.4.0-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\MIdAS\RoveringToSussex-0 4 0-pc-unc\RoveringToSussex-0.4.0-pc\renpy\display\core.py", line 3579, 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 "D:\MIdAS\RoveringToSussex-0 4 0-pc-unc\RoveringToSussex-0.4.0-pc\renpy\display\core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\MIdAS\RoveringToSussex-0 4 0-pc-unc\RoveringToSussex-0.4.0-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\MIdAS\RoveringToSussex-0 4 0-pc-unc\RoveringToSussex-0.4.0-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "D:\MIdAS\RoveringToSussex-0 4 0-pc-unc\RoveringToSussex-0.4.0-pc\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 2 more times]
  File "D:\MIdAS\RoveringToSussex-0 4 0-pc-unc\RoveringToSussex-0.4.0-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "D:\MIdAS\RoveringToSussex-0 4 0-pc-unc\RoveringToSussex-0.4.0-pc\renpy\display\core.py", line 4052, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\MIdAS\RoveringToSussex-0 4 0-pc-unc\RoveringToSussex-0.4.0-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "D:\MIdAS\RoveringToSussex-0 4 0-pc-unc\RoveringToSussex-0.4.0-pc\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/script/week3_saturday.rpy", line 673, in execute
    screen week3_party_left():
  File "game/script/week3_saturday.rpy", line 673, in execute
    screen week3_party_left():
  File "game/script/week3_saturday.rpy", line 679, in execute
    if tmp.party_time < 2:
  File "game/script/week3_saturday.rpy", line 680, in execute
    imagemap:
  File "game/script/week3_saturday.rpy", line 683, in execute
    use navigation_hotspot("week3_party_steve", True, 130, 100, 320, 440)
  File "D:\MIdAS\RoveringToSussex-0 4 0-pc-unc\RoveringToSussex-0.4.0-pc\renpy\ast.py", line 232, in apply
    raise TypeError(
TypeError: Missing required positional arguments: 'height'

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
Rovering to Sussex 0.4.0
Sun Nov 16 01:02:21 2025
[/CODE]
 

JGNeon

Well-Known Member
Modder
Feb 24, 2021
1,032
6,383
647
Oh joy. the mod said it was for 0.4, so I belived it. cheers.
If you used the "Multi-mod" (linked in this thread's OP), that's Sancho's mod that was last made for 0.3.

The "Walkthrough mod" (made by me) is made for 0.4 (at the time I'm writing this), and should work properly.

I remember that the use navigation_hotspot thing that your error message mentions was changed between 0.3 and 0.4, with parameters moved around a bit, so that's an indicator (for me) that you might've downloaded an outdated mod.

If you do decide to change from Sancho's mod to mine (or go mod-less), download the SaveFixer from Sancho's mod thread to make your saves compatible (this is originally provided by Sancho - his mods usually leave some extra stuff in save files that will make save files unusable when not using his mod). I also provide a mirror to the SaveFixer in my own mod thread.
 
3.00 star(s) 36 Votes