Welcome!

Final Burn Neo => FBN Discussion => Topic started by: heyotako on May 13, 2024, 11:37:47 AM

Title: Syncing EEPROM / Highscores via cloud.
Post by: heyotako on May 13, 2024, 11:37:47 AM
Howdy, decided to finally take a crack at getting EEPROM / Highscores to sync across my home network and possibly on cloud storage so friends can upload scores as well.

However when changing where EEPROM saves, it never actually stores the .FS in the new location. It always puts it in the default ( config/games ) folder.

Am I doing something wrong or does changing this directory not actually work?

I am using FB Neo v1.0.0.2
Title: Re: Syncing EEPROM / Highscores via cloud.
Post by: dink on May 14, 2024, 12:01:03 AM
Hi,
The directory config/games is hardcoded for the .fs nvram files, I just made a little fix to have it respect the eeprom path.  You'll have to grab the latest update to give it a try here:

https://github.com/finalburnneo/FBNeo/releases/tag/latest

best regards,
- dink
Title: Re: Syncing EEPROM / Highscores via cloud.
Post by: heyotako on May 14, 2024, 12:54:32 PM
Hi,
The directory config/games is hardcoded for the .fs nvram files, I just made a little fix to have it respect the eeprom path.  You'll have to grab the latest update to give it a try here:

https://github.com/finalburnneo/FBNeo/releases/tag/latest

best regards,
- dink

On first glance it appears this works. I will get my cab updated later and double check to be sure.

Thank you!