I think they still look pretty similar. Just that art style matched OLBA the way it was supposed to. This Baxter was still based from our first Baxter- and here he's really a kid, probably younger than when he first appears in the DLCs of the other OL.
I love my boy no matter what form he appears in馃槶so sad when I remembered he probably wouldn't be part of later steps aside from 1 because he was older and I remember him mentioning how he fell out of touch with his friends in his youth in OLBA.
yunanstratus
Recent community posts
This VN has been my by far favorite VN ever. I always go back and replay it and I've even bought all the DLCs just because its that good. I've played it so many times I've lost count and its even made me want to make my own VN.
It's so well coded to be so flexible unlike any other VN I've played, and there has been MANY.
If anyone knows how to code or where I could find instructions on how to code things like the "picking a memory" section, the picking which epilogue to play, and the whole Mc creation screen kind of thing, PLEASE PLEASE point me in the direction. I would absolutely love being able to incorporate those ideas into my projects.馃檹馃徏馃檹馃徏馃檹馃徏
I don't know if anyone has had these problems yet, but I'm pretty new and I didn't fully understand what was happening or now to fix!
One problem was script from my actual game and script from PronounParrot interferring. I put the rpy file into my game like the instructions said, but that made it clash.
My other problem, I simply don't understand at all:
I don't know if it was my game or something, I have no clue and I can never figure out how to fix it because I don't even know whats wrong with it. If someone could help out, thank you so much!
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 193, in script
python:
File "renpy/common/00start.rpy", line 194, in <module>
renpy.execute_default_statement(True)
File "game/script.rpy", line 21, in execute_default
default pronounlist = [
Exception: store.pronounlist is being given a default a second time.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00start.rpy", line 193, in script
python:
File "C:\Users\{name}\OneDrive\Desktop\VN STUFF\renpy-8.3.3-sdk\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\{name}\OneDrive\Desktop\VN STUFF\renpy-8.3.3-sdk\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 194, in <module>
renpy.execute_default_statement(True)
File "C:\Users\{name}\OneDrive\Desktop\VN STUFF\renpy-8.3.3-sdk\renpy\exports\statementexports.py", line 372, in execute_default_statement
i.execute_default(start)
File "game/script.rpy", line 21, in execute_default
default pronounlist = [
Exception: store.pronounlist is being given a default a second time.
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111502
{name} 1.0
Thu Feb 27 09:25:20 2025
[/code]