Hi! Is the demo no longer avaiable on Steam? I click on the "Demo page" but it goes to the main one.
n0t4numb3r
59
Posts
1
Topics
58
Followers
9
Following
A member registered May 30, 2021 · View creator page →
Creator of
Shoot 'em up game for mobile devices
Shooter
Play in browser
Celebrate Halloween by avoiding enemies and collecting falling cats
Action
Play in browser
Classic platform game for Gameboy Color
Platformer
Play in browser
Recent community posts
Hello! I have downloaded and tried with my rom. All works fine except the saving.
I notice the following behaviour:
My rom is called game.gb
Inside Godot IDE, it creates a game.sav and it loads it. However the Restart function never loads the save again. If I stop and play it loads the save correctly.
When I export to windows, the save file is name_of_project.sav instead of game.sav but the loading works. However, same as before, the Restart function never loads the save. I have to close the .exe and open again to load the save.
EDIT: the easiest fix is just to add this:
func _on_pause_menu_restart() -> void: gb.load_rom_buffer(rom.rom) # ADD THIS #user:// path is used by Godot for save data. It's a logical save location for each OS. save_path = "user://" + rom.resource_path.get_file() + ".save" var ram_file = FileAccess.open(save_path,FileAccess.READ) if ram_file != null: var buffer = ram_file.get_buffer(ram_file.get_length()) gb.load_ram_buffer(buffer)
Cat Catch (demo + full game) for Gameboy comments · Replied to DMGpage in Cat Catch (demo + full game) for Gameboy comments
Love Invaders - Heart ShooterZ (Mobile Demo) comments · Replied to James Wright 👨🏻 in Love Invaders - Heart ShooterZ (Mobile Demo) comments
Cat Catch (demo + full game) for Gameboy comments · Replied to Repropcbs in Cat Catch (demo + full game) for Gameboy comments
Cat Catch (demo + full game) for Gameboy comments · Replied to Repropcbs in Cat Catch (demo + full game) for Gameboy comments
United States Asteroid Mining Company Compliance Officer Simulator comments · Posted in United States Asteroid Mining Company Compliance Officer Simulator comments
Cat Catch (demo + full game) for Gameboy comments · Replied to bigjus in Cat Catch (demo + full game) for Gameboy comments
Cat Catch (demo + full game) for Gameboy comments · Replied to bigjus in Cat Catch (demo + full game) for Gameboy comments
Rogue Spacer: Cosmic Heist jam comments · Replied to FishBlox in Rogue Spacer: Cosmic Heist jam comments











