thatguy
thatguy
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?
Do I need to write a "save the game" script?
6 replies
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?
Is there an easy way to script the conversion of .state to .ram/.sav?
6 replies
PPyBoy
Created by ttv94 on 1/7/2025 in #support
.sav file not being picked up
Unlikely but is it possible it's in a gbc format?
40 replies
PPyBoy
Created by ttv94 on 1/7/2025 in #support
.sav file not being picked up
Remove everything but the rom from the directory, save the file and check the name/location of it. Also see if that file can reload.
40 replies
PPyBoy
Created by ttv94 on 1/7/2025 in #support
.sav file not being picked up
saving a state is different than saving a save file
40 replies
PPyBoy
Created by ttv94 on 1/7/2025 in #support
.sav file not being picked up
That doesn't say blue.gb and blue.sram
40 replies
PPyBoy
Created by ttv94 on 1/7/2025 in #support
.sav file not being picked up
Make sure it is in the same directory as your .gb file
40 replies
PPyBoy
Created by Sas2k on 12/20/2024 in #support
Can Pyboy load save files?
I'm kind of guessing at this point. I haven't read that part of the codebase in awhile
48 replies
PPyBoy
Created by Sas2k on 12/20/2024 in #support
Can Pyboy load save files?
You should be able to directly get to it after you start the game with something like pyboy.mb.cartridge.load_ram(file-like-object)
48 replies
PPyBoy
Created by Sas2k on 12/20/2024 in #support
Can Pyboy load save files?
the goal would be to get to the load_ram function I presume
48 replies
PPyBoy
Created by Sas2k on 12/20/2024 in #support
Can Pyboy load save files?
What happens if you pass the .ram file to --loadstate ?
48 replies
PPyBoy
Created by Sas2k on 12/20/2024 in #support
Can Pyboy load save files?
if you do --loadstate and --sound what happens?
48 replies
PPyBoy
Created by Sas2k on 12/20/2024 in #support
Can Pyboy load save files?
what if you use --loadstate?
48 replies
PPyBoy
Created by Sas2k on 12/20/2024 in #support
Can Pyboy load save files?
so with the pyboy binary it works?
48 replies
PPyBoy
Created by Sas2k on 12/20/2024 in #support
Can Pyboy load save files?
If you run it from commandline instead of in a script, what happens? Is there anything in the pyboy help that could be of use?
48 replies
PPyBoy
Created by Sas2k on 12/20/2024 in #support
Can Pyboy load save files?
Usually it's an issue involving the sram file being in the wrong directory
48 replies
PPyBoy
Created by Sas2k on 12/20/2024 in #support
Can Pyboy load save files?
Why do you need sound?
48 replies
PPyBoy
Created by Sas2k on 12/20/2024 in #support
Can Pyboy load save files?
I heavily use save states as it is
48 replies
PPyBoy
Created by Sas2k on 12/20/2024 in #support
Can Pyboy load save files?
Hrm. I can experiment later when I'm done with work for the day. You can always use a save state instead
48 replies
PPyBoy
Created by Sas2k on 12/20/2024 in #support
Can Pyboy load save files?
Make sure the ram file is in the same directory you run pyboy in
48 replies