Rdude69

New Member
Dec 6, 2018
8
1
The bike is a side event not in the hint system.

After day 2:
You have to go to your kitchen in the morning. Vina will talk to you.
After, you can find the bike in the backyard (neighbors)
Give it in the afternoon near your pool
Worked! Thank you.
 

Dannot Games

Member
Game Developer
May 8, 2017
264
599
The v0.4.1 is out on public release. I updated the link.


Changelogs:

Technical:


  • Delete the forced stop in the repeatable scene --> Replace with empty text to let the player roam freely in the scene
  • Add a "Go to sleep button" in your room to pass the entire day if you want
Story content: (Focus on new girls, main event & Ariana)

  • Main event: 3 Steps
  • Vina: 1 Step, 1 side event, 1 phone event
  • Kenzie: 3 side events
  • Ariana: 2 Steps, 2 side events, 4 phone event
  • Lacy: 3 Steps, 3 side events, 3 phone event
  • Alina: 1 Step, 4 side events
  • Jillian (new girl): 3 Step
  • Aidra (new girl): 1 Step
  • Shared events: 2 Steps
Bugfix:

  • Fix an error when you pass Vina level 5 too soon in the story
  • Fix hints in Lacy/Kenzie & rework some hints in Vina's path
  • Fixing misspealing
  • Fix a bug with a hint of Kenzie (v0.4.1)
  • Fix a bug with a hint of Lacy (v0.4.1)
  • Fix a bug where Lacy is at your pool before living in the house (v0.4.1)
I also added a link to my subscribeStar page.
 

Rancid Dragon Productions

Member
Game Developer
Feb 27, 2020
273
336
I just loaded the game and I've got errors going from outside to the farm, from the neighbors house to the backyard of it, and one at the end of the strawberry finding already ... sounds like there are quite a few issues to check out on this load my dude. It's pretty much unplayable at this point.

Loving the game so far, can't wait to see more.
 

Dannot Games

Member
Game Developer
May 8, 2017
264
599
I just loaded the game and I've got errors going from outside to the farm, from the neighbors house to the backyard of it, and one at the end of the strawberry finding already ... sounds like there are quite a few issues to check out on this load my dude. It's pretty much unplayable at this point.

Loving the game so far, can't wait to see more.
I forget to tell : Go to sleep before playing the new version

If you've done this, can you send me the errors ?
 

Rancid Dragon Productions

Member
Game Developer
Feb 27, 2020
273
336
dannot That seemed to clear everything up.

Still getting an error in Kenzie's room in the morning that "lingerie-kenzie" isn't defined. Looks like it's in line 816 of the game/spinney.rpy file.

Also nothing but black screen for the shower extended scenes for Vina ... after she masturbates in her room. Says "spy_vina1" can't be found.

Everything else seemed to work great. Game is looking good so far, keep it up. I would love to see a few girls with bigger boobs included in this mix if you find them ;) Loving the variation currently though.
 
  • Like
Reactions: yukiband

Dannot Games

Member
Game Developer
May 8, 2017
264
599
dannot That seemed to clear everything up.

Still getting an error in Kenzie's room in the morning that "lingerie-kenzie" isn't defined. Looks like it's in line 816 of the game/spinney.rpy file.

Also nothing but black screen for the shower extended scenes for Vina ... after she masturbates in her room. Says "spy_vina1" can't be found.

Everything else seemed to work great. Game is looking good so far, keep it up. I would love to see a few girls with bigger boobs included in this mix if you find them ;) Loving the variation currently though.
About the error for Kenzie --> It's an old error from v0.1, I resolved it in the past. It seems to happen to a few people who jumped some version (like v0.2 ? You didn't play v0.2 maybe).
You can give me your save and I will fix it.

I'm looking into the error for Vina. I think I made a mistake in naming this specific pic, but it's weird because the scene is playing well for me...
 
  • Like
Reactions: H_NGM_N666

H_NGM_N666

Member
Nov 25, 2020
491
488
I was confused at the beginning because of an error, but i went to sleep once and no error/bug since then.

Really well done this one dannot!!! (I saved my game now at midnight for the next update, i go straight to bed first haha)
 

Diglwssos

Newbie
Jul 31, 2017
93
45
Hello, the update is perfect. I have the same problem with Kenzie in the morning. I've played since version 1 (I've never lost a version). The only thing I've done is editing some stats (food, fuel, wood etc).
Thank you
You don't have permission to view the spoiler content. Log in or register now.

I've attached my save too.
 
Last edited:

Dannot Games

Member
Game Developer
May 8, 2017
264
599
Hello, the update is perfect. I have the same problem with Kenzie in the morning. I've played since version 1 (I've never lost a version). The only thing I've done is editing some stats (food, fuel, wood etc).
Thank you

I've attached my save too.
I'm gonna rework this stat in the next version I think if the error persists with a few saves.
I attached a corrected save, don't rollback I just passed one more day and correct your save.
 
  • Like
Reactions: Diglwssos

RPDL

do torrent. go fast.
Donor
Dec 17, 2020
4,929
14,209
TheSpinney-0.4.1
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with both F95Zone and the developer of this game.
If you run into issues please use this thread or join us on !
,
 

Diglwssos

Newbie
Jul 31, 2017
93
45
I'm gonna rework this stat in the next version I think if the error persists with a few saves.
I attached a corrected save, don't rollback I just passed one more day and correct your save.
Thank you very mutch, it works now.
 

SirAuron20

Active Member
May 11, 2017
765
583
when i visit Kenzie's room i get this...so i think i cant advance with her

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

While running game code:
  File "game/spinney.rpy", line 816, in <module>
NameError: name 'lingerie_kenzie' is not defined

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

Full traceback:
  File "spinney.rpyc", line 815, in script
  File "renpy/ast.py", line 1688, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1026, in menu
    condition = renpy.python.py_eval(condition)
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/spinney.rpy", line 816, in <module>
NameError: name 'lingerie_kenzie' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
The_Spinney 0.4
Sat Oct 29 09:24:52 2022
 
4.10 star(s) 39 Votes