Thanks, I'll get it fixed with the next update! This is annoying because I have a python script that checks for this problem and it seems to be broken with .webp images for some reasonLittle bug, different resolution on image 165 (1600x1000) and it shows a black frame
View attachment 2403849
Unfortunately there're othersThanks, I'll get it fixed with the next update! This is annoying because I have a python script that checks for this problem and it seems to be broken with .webp images for some reason
If that's the case, then maybe my script wasn't broken after all. Weird, because I checked the files that it reported and they all showed up fine for me. Thank you, that explains a big confusion for me. Maybe my script reported the wrong file names or something, looks like my debugger has a bugUnfortunately there're others
205-218
269-275
651-674
Thank you, I'll get them fixed I swear I looked at the moral / morale thing and explicitly changed it to the wrong onebuttandhonor good game so far, just a couple of minor things to point out. One, even if you choose clean shaven, in the mirror image, after you get home the first night, she has a bush. Also, when talking to the chief, he mentions poor morale but you left the "e" off so it says poor moral.
Yeah, writing my own game. Have someone else doing the renders and taking my dialogue and instructions to build the scripts. While waiting on the renders, have plenty of time to go through my script with a fine-toothed comb and finding tons of typos. Every time I go through it, find something I missed before. Somehow, it is easier to spot errors when you see it in context with the renders. Then again, maybe it is easier to spot others errors than your own, heh.Thank you, I'll get them fixed I swear I looked at the moral / morale thing and explicitly changed it to the wrong one
I too get the same errorIn the bathroom with Mel if I choose to smoke
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/chapters/chapter2.rpy", line 1760, in script
$c2_party_smoked_with_mel
File "game/chapters/chapter2.rpy", line 1760, in <module>
$c2_party_smoked_with_mel
NameError: name 'c2_party_smoked_with_mel' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/chapters/chapter2.rpy", line 1760, in script
$c2_party_smoked_with_mel
File "C:\Users\D1\Desktop\ellieconfidential-0.2-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\D1\Desktop\ellieconfidential-0.2-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/chapters/chapter2.rpy", line 1760, in <module>
$c2_party_smoked_with_mel
NameError: name 'c2_party_smoked_with_mel' is not defined
Windows-7-6.1.7601-SP1 AMD64
Ren'Py 8.0.3.22090809
Ellie Confidential 0.2
Mon Feb 20 16:42:35 2023
```
c2_party_smoked_with_mel
Thanks to both of you, this is fixed and added as a new rule to my debugger. I forgot to put "= True" after the variable.I too get the same error
In the bathroom with Mel if I choose to smoke
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/chapters/chapter2.rpy", line 1760, in script
$c2_party_smoked_with_mel
File "game/chapters/chapter2.rpy", line 1760, in <module>
$c2_party_smoked_with_mel
NameError: name 'c2_party_smoked_with_mel' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/chapters/chapter2.rpy", line 1760, in script
$c2_party_smoked_with_mel
File "C:\Users\D1\Desktop\ellieconfidential-0.2-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\D1\Desktop\ellieconfidential-0.2-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/chapters/chapter2.rpy", line 1760, in <module>
$c2_party_smoked_with_mel
NameError: name 'c2_party_smoked_with_mel' is not defined
Windows-7-6.1.7601-SP1 AMD64
Ren'Py 8.0.3.22090809
Ellie Confidential 0.2
Mon Feb 20 16:42:35 2023
```
Smoking will kill you, just don't do that.I too get the same error
But what if she's smoking hot???Smoking will kill you, just don't do that.
It's broken right now because I messed up the programming. I'm compiling a fixed version right now, so give it an hour and download again. Sorry for the inconvenience, I have built automated tests now to ensure this doesn't happen again.how I get the scenes with Mel?
There is a short scene where you come home with a possible masturbation sequence, but other than that yes, that's the end. I'll try to keep one day per new chapter, otherwise it would get too confusing. Also, this already took really long to write, so that seems like about what I can manage per monthDoes the update end right after the party? Thanks for the fixes tho
And here I was going to post this bug w/ pics. Waiting for that update.If that's the case, then maybe my script wasn't broken after all. Weird, because I checked the files that it reported and they all showed up fine for me. Thank you, that explains a big confusion for me. Maybe my script reported the wrong file names or something, looks like my debugger has a bug
Edit: It was in fact a problem with my script. Instead of reporting the right file name, it posted the index of the array to the log console. Thank you, this helped narrowing down the problem, I'll scale the images and fix that with the next release.
Edit again: This problem definitely won't happen again, I just put an auto-scaling into my image optimization script
View attachment 2403985