azn
Forum Noob
Hello as I am new here so I would try to provide all needed information. I am on Rebug 4.84 if I am correct. Not using HEN as PS3 was flashed into CFW from low version firmware.
Now to the problem, I need to be able to swap RetroArch configuration files on the go as it keeps login information for RetroAchievements and more than one person use this function at my place. I thought that using webman commands will sort it out for me but... it does not work somehow.
My autoexec.bat looks like this:
So the file /dev_hdd0/game/RETROARCH/USRDIR/retroarch.cfg gets deleted but the file retroarch.cfg from
/dev_hdd0/savy_me/konfigi_ra/user2 does not get copied to /dev_hdd0/game/RETROARCH/USRDIR.
Cannot get what am I doing wrong. I've tried copied it to /dev_hdd0 in case i made some tiny mistake in folder names but that does not work either. I tried to add "http://localhost" as I saw some people use this before the copy function but it also did not sort it out.
Hopefully you can help me out here.
ps. just in case you wonder, I want user2 config to be copied at console boot as I can manually move my config but do not want to do it after I finish playing. in future I plan to add button combo to move my config in place in case i am using retroarch but for less experienced user i want their config to be loaded by default.
Now to the problem, I need to be able to swap RetroArch configuration files on the go as it keeps login information for RetroAchievements and more than one person use this function at my place. I thought that using webman commands will sort it out for me but... it does not work somehow.
My autoexec.bat looks like this:
Code:
wait 2
/delete_ps3/dev_hdd0/game/RETROARCH/USRDIR/retroarch.cfg
wait 1
/popup.ps3*Retroarch config deleted
/copy.ps3/dev_hdd0/savy_me/konfigi_ra/user2/retroarch.cfg&to=/dev_hdd0/game/RETROARCH/USRDIR/
wait 6
/popup.ps3*Retroarch USER2 config loaded
So the file /dev_hdd0/game/RETROARCH/USRDIR/retroarch.cfg gets deleted but the file retroarch.cfg from
/dev_hdd0/savy_me/konfigi_ra/user2 does not get copied to /dev_hdd0/game/RETROARCH/USRDIR.
Cannot get what am I doing wrong. I've tried copied it to /dev_hdd0 in case i made some tiny mistake in folder names but that does not work either. I tried to add "http://localhost" as I saw some people use this before the copy function but it also did not sort it out.
Hopefully you can help me out here.
ps. just in case you wonder, I want user2 config to be copied at console boot as I can manually move my config but do not want to do it after I finish playing. in future I plan to add button combo to move my config in place in case i am using retroarch but for less experienced user i want their config to be loaded by default.