Share Roms and Save
-
Hello all,
I've been an enthusiastic RecalBox player for a long time.
But the last game was almost a year ago.
So today I replaced my box with a Ras3 B + and installed the current RecalBox 6.1.1.So far, I have had the roms and saves on a server release (MS 2019) and have always proceeded as I did in <4.1
https://github.com/recalbox/recalbox-os/wiki/Load-your-roms-from-a-network-shared-folder-(EN)since I now have 6.1 I tried below> 4.1
But there is a problem with me when I edit the file.
I open the file with NANO
/boot/recalbox-boot.conf
I only have one line in it
case = none: 1is there another way to share your games with a release at 6.1?
-
@le2064 I dont know about you, but I have my roms, saves and bios on a NAS server on my Network.
And I have 2 rasppi3+ on my home, both sharing roms, saves and bios (I can play on the living room, save and continue on the bedroom).You have to edit recalbox-boot.conf (as you said before) and add:
case = none: 1
sharedevice=NETWORK
sharenetwork_smb1=ROMS@YOUR_NAS_IP:YOUR_LOGICAL_DRIVE_NAME/recalbox/roms:username=recalbox,password=recalbox,vers=1.0
sharenetwork_smb2=SAVES@YOUR_NAS_IP:YOUR_LOGICAL_DRIVE_NAME/recalbox/saves:username=recalbox,password=recalbox,vers=1.0
sharenetwork_smb3=BIOS@YOUR_NAS_IP:YOUR_LOGICAL_DRIVE_NAME/recalbox/bios:username=recalbox,password=recalbox,vers=1.0For you to understand, mine is:
sharedevice=NETWORK
sharenetwork_smb1=ROMS@192.168.86.88:Volume_1/recalbox/roms:username=recalbox,password=recalbox,vers=1.0
sharenetwork_smb2=SAVES@192.168.86.88:Volume_1/recalbox/saves:username=recalbox,password=recalbox,vers=1.0
sharenetwork_smb3=BIOS@192.168.86.88:Volume_1/recalbox/bios:username=recalbox,password=recalbox,vers=1.0