• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

VN Ren'Py Abandoned College Girls [v0.05] [Mr Thick]

1.50 star(s) 2 Votes

Mr Thick

Newbie
Game Developer
Feb 16, 2018
93
74
Finished again and the loop with Lorrie is still there. I also seem to remember that there was a way to get into Sara's computer without finding a password. It entailed her not signing in correctly and not getting hers windows booted but MC helped her after which he had access to her computer when she wasn't in room. @Mr Thick Did you happen to take that out or did I miss something or am I dreaming and thinking of another game. Now be honest lol.

Edit: Is the OP file the fixed file from 9/10/2018? I downloaded from Mega originally and since Mega said I already had it I used Workupload for this time.
I don't think OP is updated. That might explain some of the errors. Please go to and download it from there. It's free.

We will be able to access her computer, but I haven't done that part yet lol... so it might be another game.
 

ut1stgear

Well-Known Member
Feb 7, 2018
1,406
578
Just checked the changelog. Never saw Thomas so I missed him and what are the two now location at the uni? I did see Callie. Also it appears that Celine story isn't done yet.
 

xXx GAMELOVER

Member
Feb 25, 2018
431
173
View attachment 111362
Overview:
Life in Reed College.​

Updated: 11-Sep-2018
Developer/Publisher:
Censorship: None
Version: Alpha 0.02 Bugfix
OS: Win - Mac - Android
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.

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

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

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

Downloads
PC: - - -
MAC: - -
Android: - - -

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


View attachment 111358 View attachment 111359 View attachment 111360 View attachment 111361
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 2260, in script
$ bag.remove(power_supply)
File "game/script.rpy", line 2260, in <module>
$ bag.remove(power_supply)
ValueError: list.remove(x): x not in list

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

Full traceback:
File "game/script.rpy", line 2260, in script
$ bag.remove(power_supply)
File "E:\ADULT xxx Partial_Games_Archive\CollegeGirls-Alpha_0.02-pc\CollegeGirls-Alpha_0.02-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\ADULT xxx Partial_Games_Archive\CollegeGirls-Alpha_0.02-pc\CollegeGirls-Alpha_0.02-pc\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 2260, in <module>
$ bag.remove(power_supply)
File "E:\ADULT xxx Partial_Games_Archive\CollegeGirls-Alpha_0.02-pc\CollegeGirls-Alpha_0.02-pc\renpy\python.py", line 713, in do_mutation
return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list

Windows-8-6.2.9200
Ren'Py 7.0.0.196
College Girls Alpha_0.02
Wed Sep 12 17:20:44 2018
 

ut1stgear

Well-Known Member
Feb 7, 2018
1,406
578
Found a bug in the bug fix version I think. After you steal the Fairy Tale book it doesn't allow you to give it to Celia, at least not the day after. Too late to test it further tonight. Will check if it allows me to do it the following day. Might just need an extra day. Oh well it's just one day so will let you know shortly.

Edit: Nope won't let me do it. I started from a completely clean install.
 
  • Like
Reactions: Mr Thick

ut1stgear

Well-Known Member
Feb 7, 2018
1,406
578
New launch screen. That should be me. lol

Edit: Now it's time for me to take Celine's advice below.

upload_2018-9-12_0-42-53.png
 

AntiVeraX

Member
Mar 17, 2018
259
631
There's a bug with the college girl in the university (in the top classroom the new girl with dark hair). When you try to talk to her the game errors out. Using the latest version

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

While running game code:
  File "game/script.rpy", line 4238, in script
    if cellie == 1:
  File "game/script.rpy", line 4238, in <module>
    if cellie == 1:
NameError: name 'cellie' is not defined

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

Full traceback:
  File "game/script.rpy", line 4238, in script
    if cellie == 1:
  File "...\CollegeGirls-Alpha_0.02-pc\renpy\ast.py", line 1729, in execute
    if renpy.python.py_eval(condition):
  File "...\CollegeGirls-Alpha_0.02-pc\renpy\python.py", line 1943, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "...\CollegeGirls-Alpha_0.02-pc\renpy\python.py", line 1936, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 4238, in <module>
    if cellie == 1:
NameError: name 'cellie' is not defined

Windows-8-6.2.9200
Ren'Py 7.0.0.196
College Girls Alpha_0.02
Wed Sep 12 09:45:30 2018
There's also an error when you try to talk to your friend in the uni:

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

While running game code:
  File "game/script.rpy", line 3825, in script
    if day > 6 and cellie == 0:
  File "game/script.rpy", line 3825, in <module>
    if day > 6 and cellie == 0:
NameError: name 'cellie' is not defined

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

Full traceback:
  File "game/script.rpy", line 3825, in script
    if day > 6 and cellie == 0:
  File "...\CollegeGirls-Alpha_0.02-pc\renpy\ast.py", line 1729, in execute
    if renpy.python.py_eval(condition):
  File "...\CollegeGirls-Alpha_0.02-pc\renpy\python.py", line 1943, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "...\CollegeGirls-Alpha_0.02-pc\renpy\python.py", line 1936, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 3825, in <module>
    if day > 6 and cellie == 0:
NameError: name 'cellie' is not defined

Windows-8-6.2.9200
Ren'Py 7.0.0.196
College Girls Alpha_0.02
Wed Sep 12 09:46:50 2018
Hope it helps, seems like the issue related to this 'cellie' variable.
 
  • Like
Reactions: Mr Thick

tonny

Active Member
Jun 14, 2017
671
699
Oh wow. This build is not compatible with the older one. You have to download it again, don't update it. I thought you could see the books, but not get them (that's what happens when she is around), in your case you can't see any books.
ok so I downloaded the newest version and started over :) but now when Sarah ask me to come to her room, to make the bookshelf, nothing happen :p can only ask hows it going and nothing else... even bought the kit from store, thought that might help, but nope :)
 
  • Like
Reactions: Mr Thick

Mr Thick

Newbie
Game Developer
Feb 16, 2018
93
74
There's a bug with the college girl in the university (in the top classroom the new girl with dark hair). When you try to talk to her the game errors out. Using the latest version

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

While running game code:
  File "game/script.rpy", line 4238, in script
    if cellie == 1:
  File "game/script.rpy", line 4238, in <module>
    if cellie == 1:
NameError: name 'cellie' is not defined

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

Full traceback:
  File "game/script.rpy", line 4238, in script
    if cellie == 1:
  File "...\CollegeGirls-Alpha_0.02-pc\renpy\ast.py", line 1729, in execute
    if renpy.python.py_eval(condition):
  File "...\CollegeGirls-Alpha_0.02-pc\renpy\python.py", line 1943, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "...\CollegeGirls-Alpha_0.02-pc\renpy\python.py", line 1936, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 4238, in <module>
    if cellie == 1:
NameError: name 'cellie' is not defined

Windows-8-6.2.9200
Ren'Py 7.0.0.196
College Girls Alpha_0.02
Wed Sep 12 09:45:30 2018
There's also an error when you try to talk to your friend in the uni:

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

While running game code:
  File "game/script.rpy", line 3825, in script
    if day > 6 and cellie == 0:
  File "game/script.rpy", line 3825, in <module>
    if day > 6 and cellie == 0:
NameError: name 'cellie' is not defined

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

Full traceback:
  File "game/script.rpy", line 3825, in script
    if day > 6 and cellie == 0:
  File "...\CollegeGirls-Alpha_0.02-pc\renpy\ast.py", line 1729, in execute
    if renpy.python.py_eval(condition):
  File "...\CollegeGirls-Alpha_0.02-pc\renpy\python.py", line 1943, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "...\CollegeGirls-Alpha_0.02-pc\renpy\python.py", line 1936, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 3825, in <module>
    if day > 6 and cellie == 0:
NameError: name 'cellie' is not defined

Windows-8-6.2.9200
Ren'Py 7.0.0.196
College Girls Alpha_0.02
Wed Sep 12 09:46:50 2018
Hope it helps, seems like the issue related to this 'cellie' variable.
That's because you updated the game. The new build is not compatible with the old one. Download the new one please. You can't use the old saved game.
 

Mr Thick

Newbie
Game Developer
Feb 16, 2018
93
74
ok so I downloaded the newest version and started over :) but now when Sarah ask me to come to her room, to make the bookshelf, nothing happen :p can only ask hows it going and nothing else... even bought the kit from store, thought that might help, but nope :)
Try going at night and click on the box of books.
 
  • Like
Reactions: tonny

fleabagjones

Newbie
May 22, 2018
15
13
Endless loop of nothing happening.....

Have Fairy Tale book, have been told card is in my locker. Now I just go to school, work and sleep. NPCs do/say absolutely nothing different.
 

Infamy

Engaged Member
Sep 25, 2016
2,274
1,347
So wait is the version on this site not updated if that is the case why have it on this site at all?? And if it is the 2nd Alpha version then I am completely stuck Lorrie just loops and loops can't look at phone at one point gives a renpy error that is endless you need to roll back and it seems there is only some nude scenes and no sex.
 

ut1stgear

Well-Known Member
Feb 7, 2018
1,406
578
So wait is the version on this site not updated if that is the case why have it on this site at all?? And if it is the 2nd Alpha version then I am completely stuck Lorrie just loops and loops can't look at phone at one point gives a renpy error that is endless you need to roll back and it seems there is only some nude scenes and no sex.
@UncleVT updated the OP with the bugfix yesterday so newest version is on OP.
 

ut1stgear

Well-Known Member
Feb 7, 2018
1,406
578
I am doing another clean install because I had some trouble with my download yesterday and had some bugs because of it. I ran over my Mega quota so I think my d/l was corrupted.
 

sean_paul

Member
Jan 21, 2018
183
13
hi guys, i'm really stuck, I need to get Maze and monster book in bookshelf, but take it to my backpack but i can't get out MC room, pllzzz help ...
 

ut1stgear

Well-Known Member
Feb 7, 2018
1,406
578
I was wondering what needs to happen to meet Thomas and what are the 2 new locations at the University? So far my latest clean install is working fine, have given Fairy Tales book to Celine and talked to Callie about card game. Any help on my question would be appreciated.
 
  • Like
Reactions: Mr Thick
1.50 star(s) 2 Votes