Sky
Sky
PPyBoy
Created by thatguy on 4/20/2025 in #support
Is there a way to convert a pyboy .state file to an mgba save state?
For RL purposes, without the need for replay consistency, this is enough. Already done that flawlessly
6 replies
PPyBoy
Created by MorganPG on 4/14/2025 in #support
How can I access PyBoy.mb from within a subclass.
Yes, cpdef exposes a method to python, while cdef doesn't. I forgot to mention that 😅
19 replies
PPyBoy
Created by MorganPG on 4/14/2025 in #support
How can I access PyBoy.mb from within a subclass.
Yes
19 replies
PPyBoy
Created by MorganPG on 4/14/2025 in #support
How can I access PyBoy.mb from within a subclass.
Cd to the directory, then just run pip install .
19 replies
PPyBoy
Created by MorganPG on 4/14/2025 in #support
How can I access PyBoy.mb from within a subclass.
Download pyboy source from git
19 replies
PPyBoy
Created by MorganPG on 4/14/2025 in #support
How can I access PyBoy.mb from within a subclass.
Maybe you need to do the same for cpu, I don't think set_interruptflag is a public method
19 replies
PPyBoy
Created by MorganPG on 4/14/2025 in #support
How can I access PyBoy.mb from within a subclass.
The mb Motherboard is only exposed to cython, you can't access it without editing pyboy's source code. If you want to expose it to python, you need to add public before the mb declaration, inside pyboy .pxd file, then compile
19 replies
PPyBoy
Created by ttv94 on 1/7/2025 in #support
.sav file not being picked up
Have you tried inizialining pyboy with cgb=True? It shouldn't make any difference on the save, but it's worth a try
40 replies
PPyBoy
Created by pkr895 on 10/31/2024 in #support
Extracting score from memory
Unfortunately I never digged into using disassembling tools on gb, at most I relied on good old memory scanning. My x86 asm reversing period on games, ended like 13 years ago 😅
25 replies