Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
9,761
87,846
yeah, one update per year...a new gaming standard obviously:HideThePain:
Well I don't mind that if the updates are big like this one.

To be fair, I think since Vinovella was working on both this and FL, he had to split his time accordingly.

I would think now that FL has been completed he can focus more time on this.
Nah they are 2 different teams for their games. But FL team is way bigger.
 
  • Like
Reactions: AwsHen and Abhai

Mr. TotoJ

Member
Mar 29, 2020
276
552
Well I don't mind that if the updates are big like this one.


Nah they are 2 different teams for their games. But FL team is way bigger.
Ah I see. Though I would also think that the FL team would now support the VU team now, unless Vinovella has stated otherwise?
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
9,761
87,846
Ah I see. Though I would also think that the FL team would now support the VU team now, unless Vinovella has stated otherwise?
They have started otherwise. Uni will stay with its own team. The FL team will after finishing the missing Endings, make a sequel of Ending 1.
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
9,761
87,846
Vinovella University [v0.4.16] [ViNovellaGames] - Update only

The patch may break your game, use at your own risk.
Ren'Py/Python version changed, read the Spoiler before installing!

This was a pain in the ass, so many folders, lets hope I didn't miss anything. :HideThePain:

Win/Linux: v0.3.16 -> v0.4.16 [1,95 GB]
- - -

Mac: v0.3.16 -> v0.4.16 [1,92 GB]
- - -

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

Please @ me or quote this post if there is a new version that doesn't show up on the "Latest Updates" page.
 
Last edited:

Ilhares

Engaged Member
Aug 19, 2019
2,891
11,007
Update only patch will take a while. It's a jungle.. :HideThePain:
Appreciate the work you're putting into it, Bob.
a dating sim without a cheating tag!

thats like sugar free ice cream!
It'll make you shit yourself after stomach cramps?
Android port waiting room...

(or does it work with joiplay?)
I can confirm the previous version worked with Joiplay, but now that it exceeds 4GB, you may want to wait for a compressed version.

update: The latest version does not appear to work in Joiplay as yet, neither regular or compressed. I suspect it is because of the RenPy change, thr latest versions of the plugin are still a good year+ behind the standard RenPy version.
 
Last edited:

giqui

Conversation Conqueror
Compressor
Nov 9, 2019
6,274
43,432
Vinovella University [v0.4.16] [ViNovellaGames]

COMPRESSED

SIZE ~ 1.06 GB

PC/MAC: - - - ANONFILES /

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

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,088
6,045
i am wondering if the mc takes part in the breeding rituals of the cult
it was clear from the first encouter with the "seflhelp" group that something like this is going on -
but to what extend i am wondering - if they wanted to steal the child of Sally ....
the whole cult part of the game is not what i expected
could be a reason i drop this otherwise great game
 
Last edited:
  • Like
Reactions: Saint Blackmoor

RHead

Newbie
Apr 8, 2020
78
53
I'm getting a lot of errors. Ignoring them takes me along the story until this one, where I end up at the start of this update again:

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

While running game code:
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/code/screens/chapter_choice.rpy", line 1, in execute
  File "game/code/screens/chapter_choice.rpy", line 1, in execute
  File "game/code/screens/chapter_choice.rpy", line 7, in execute
  File "game/code/screens/chapter_choice.rpy", line 8, in execute
  File "game/code/screens/chapter_choice.rpy", line 8, in keywords
  File "game/code/screens/chapter_choice.rpy", line 9, in keywords
  File "game/code/screens/chapter_choice.rpy", line 13, in keywords
  File "game/code/screens/chapter_choice.rpy", line 15, in keywords
  File "game/code/screens/chapter_choice.rpy", line 15, in <module>
AttributeError: 'StoreModule' object has no attribute 'b1c07_tf'

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

Full traceback:
  File "code/Book-1/Chapter-7/s00.rpyc", line 115, in script
  File "renpy/ast.py", line 2259, in execute
    self.call("execute")
  File "renpy/ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "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 "renpy/exports.py", line 3336, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3499, 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 "renpy/display/core.py", line 3969, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/core.py", line 605, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 605, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 605, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 605, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 605, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 476, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3969, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/screen.py", line 487, in per_interact
    self.update()
  File "renpy/display/screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/code/screens/chapter_choice.rpy", line 1, in execute
  File "game/code/screens/chapter_choice.rpy", line 1, in execute
  File "game/code/screens/chapter_choice.rpy", line 7, in execute
  File "game/code/screens/chapter_choice.rpy", line 8, in execute
  File "game/code/screens/chapter_choice.rpy", line 8, in keywords
  File "game/code/screens/chapter_choice.rpy", line 9, in keywords
  File "game/code/screens/chapter_choice.rpy", line 13, in keywords
  File "game/code/screens/chapter_choice.rpy", line 15, in keywords
  File "game/code/screens/chapter_choice.rpy", line 15, in <module>
AttributeError: 'StoreModule' object has no attribute 'b1c07_tf'

Windows-10-10.0.19041 AMD64
Ren'Py 7.6.0.23051307
Vinovella University 0.4.16
Fri Jun 30 00:38:02 2023
 
4.10 star(s) 44 Votes