- Aug 16, 2017
- 269
- 258
What error are you getting?just keeps going back and forth for me crashing
What error are you getting?just keeps going back and forth for me crashing
Thanks for this. I've changed the randomness on one of the labels and accidentally didn't change one of the labels from it from one_in_four to one_in_three. Already fixed it for the today's update.I'm new to this game, seems promising so far, but ran into this error:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/marshall.rpy", line 55, in <module> NameError: name 'one_of_four' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "marshall.rpyc", line 45, in script File "C:\...\...\The_Senior-0.1.3a-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\...\...\The_Senior-0.1.3a-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\...\...\The_Senior-0.1.3a-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/marshall.rpy", line 55, in <module> NameError: name 'one_of_four' is not defined Windows-8-6.2.9200 (says Windows 8 but i'm on Windows 10) Ren'Py 6.99.13.2919 0.1.3a
Thanks for the second one also. Found the problem. Fixed it and it will be released in today's 0.1.3b update.I'm new to this game, seems promising so far, but ran into this error:
--edit, found a 2nd one--Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/marshall.rpy", line 55, in <module> NameError: name 'one_of_four' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "marshall.rpyc", line 45, in script File "C:\...\...\The_Senior-0.1.3a-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\...\...\The_Senior-0.1.3a-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\...\...\The_Senior-0.1.3a-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/marshall.rpy", line 55, in <module> NameError: name 'one_of_four' is not defined Windows-8-6.2.9200 (says Windows 8 but i'm on Windows 10) Ren'Py 6.99.13.2919 0.1.3a
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/claudia_talk.rpy", line 50, in <module> NameError: name 'claudia_seduce_05_done' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "claudia_talk.rpyc", line 42, in script File "C:\...\...\The_Senior-0.1.3a-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\...\...\The_Senior-0.1.3a-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\...\...\The_Senior-0.1.3a-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/claudia_talk.rpy", line 50, in <module> NameError: name 'claudia_seduce_05_done' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 0.1.3a
No problem, ran into a 3rd one. (put them into a spoiler so its less of a wall of text)Thanks for the second one also. Found the problem. Fixed it and it will be released in today's 0.1.3b update.
Thanks for the info. Will be fixed for today's update.I'm new to this game, seems promising so far, but ran into these error:
-edit, put them in a spoiler-
You don't have permission to view the spoiler content. Log in or register now.
Same here, at it skips the first picture and randomly starts with the second:i've tried the 0.1.3a version, the problem with Allison talking about the pic she sent to the MC while that pic never being sent in my playthrough and still figuring as locked in the phone is still there. the MC should receive a phone message with that at some point when Allison stats reach a certain threshold or the next scene with Allison talking about that pic shouldn't happen.
The problem with the pic is the same problem that @Ironnitro has warned me about. At first I couldn't figure out why this error/bug occurs until I've figured it out. It was because of the safety mechanism I've put in one of the earlier releases that prevents you from building up Allison relationship through studying/following the class over 50 points.i've tried the 0.1.3a version, the problem with Allison talking about the pic she sent to the MC while that pic never being sent in my playthrough and still figuring as locked in the phone is still there. the MC should receive a phone message with that at some point when Allison stats reach a certain threshold or the next scene with Allison talking about that pic shouldn't happen.
Yes, I now know why this happens. Thanks for the info. Will fix it in today's release.Same here, at it skips the first picture and randomly starts with the second:
You don't have permission to view the spoiler content. Log in or register now.
Hi mate, sorry now I see I haven't fixed those things. Thanks for the info. Fixed it for the next release.Which means you've probably already caught these. If not...
Bad image: gracie_head\suspicus
claudia_talk.rpy
claudia_third_talk: missing jump hallway_morning at end of sub
script.rpy
missing claudia_seduce_05_done declaration
missing haley_seduce_03_done declaration
missing haley_seduce_04_done declaration
Code:allison_seduce.rpy allison_school_seduce: Change lines 17-20 (to correct talking about picture before taken) from: elif allison_relationship >= 56 and allison_affection >= 15 and allison_seduce_02_done == False: jump allison_school_02 else: jump allison_school_02_repeat to: elif allison_relationship >= 56 and allison_affection >= 15 and allison_seduce_02_done == True: jump allison_school_02_repeat else: jump allison_school_02
I haven't got to that part of the development yet. For now you can seduce the girls up to a certain point. Taking to grandpa is something that will be implemented later on when additional levels of seduction will be implemented into the game. In other words there are no seducing girls past flirt/kiss for now.So i should talk to the grandpa but he isnt avaliable in this version. Dafuq?
yep its 1.3a.thanks.i hope u get a break looks like u got a lot of stuff mate .That's pretty strange... By that point in the game you should have Allison stats like this: Relationship 55, Affection 10. The game was setup so by that point in the game her stats look like this. Will look into it and fix it for today's update.
Also, please make sure you have the latest release 0.1.3a
I've found the problem regarding your issue and have fixed it. Hopefully. I'm uploading the latest version to Mega.nz as we speak.yep its 1.3a.thanks.i hope u get a break looks like u got a lot of stuff mate .
Have gone the seduction route with the teacher a number of times. When you say trigger the bathroom scene is that when you can ask her in class, is it before class or is it after class? Tried all and not seeing anything involving the teacher with the bathroom.You can trigger the toilet scene with the teacher after you've seduced her the second time. For Claudia, you can trigger that scene after you've talked to the teacher about Claudia's problems in school but before you confront Claudia about it.
Issue might be that you obviously know where you think things should be going. Players will often bumble into places that the developers never even thought of Have you thought about trying to get some playtesters?I've been told about the missing kiss.wav file and I will look into the problem. The frustrating thing is that during my playthrough of the game everything seems to be working fine. I create a build, publish it and BAM, a shitload of errors.
Thanks for the latest bugfix release, I appreciate the work you put in the game man even though it may be tough for you to do it all alone in your free time and work on a daily basis. Take some rest too man don't push yourself too hard.Hi everybody.
First things first. I would like to give a massive "Thank you" note to all my supporters on Patreon and to all the people on theYou must be registered to see the linksfor helping me find and remove bugs from 0.1.3 version of the game. You guys are truly great!
That said, I've uploaded my final v0.1.3 version of the game where hopefully I've fixed most, if not all, of the bugs that were present in the earlier releases.
I have tried to fix as much problems as possible to deliver you a pleasurable gaming experience since I will be away for a while now.
I'm going away on a business trip today and wont be available until 24.02.2018.
Regardless of my absence, I encourage you to post and report any error you find and I'll fix them as soon as I'm back.
The change log for the final release can be seen in myYou must be registered to see the linkspost and you can download the latest version from the main page of myYou must be registered to see the linkspage.
Thank you again and see you all in a week.
You can trigger the Allison masturbation scene after seducing her and finishing the part where you take a picture of her for the first time. (Somewhat broken until the last update, sorry). After you've finished the dialogue go to the toilet IN THE AFTERNOON a with some luck you should stumble upon her masturbating. I say stumble because there's a chance you'll have to visit the toilet a couple of times before you've witnessed the scene.Have gone the seduction route with the teacher a number of times. When you say trigger the bathroom scene is that when you can ask her in class, is it before class or is it after class? Tried all and not seeing anything involving the teacher with the bathroom.