;Script Name fullrestore.txt ;Command to execute this script if located in BIN = command-script fullrestore.txt ;can be pathed if scripts are stored separate from /bin folder ;example command-script /opensim/instance/fullrestore.txt ;Description ;Uses Command Console Functions not available otherwise ;RESTORES OAR, R32 (Region Terrain Files), and places them into the Original Regions ;from the Backup Folder structures as previously defined ;OPTIONAL can restore XML2 files to region IF OARS are not operational, simply uncomment if needed ;EXAMPLE is provided for a multi-Region install. If you only have one REGION_ , or more adjust accordingly ;RENAME REGION_1, REGION_2 etc ... according to your Region_names ;OAR FILES ;! They do take a while depending on the volume of data on the Region. The script will proceed ;and the commands will be queued and processed. ; change region Gallery MH8 ;terrain load /home/lat/osgrid-oar/Gallery_MH8.r32 load oar /home/minos/lat/osgrid-oar/Gallery_MH8.oar ;load xml2 /home/minos/lat/osgrid-oar/Gallery_MH8.xml ; change region MinosHome ;terrain load /home/minos/lat/osgrid-oar/MinosHome.r32 load oar /home/minos/lat/osgrid-oar/MinosHome.oar ;load xml2 /home/minos/lat/osgrid-oar/MinosHome.xml ; change region Tamer ;terrain load /home/minos/lat/osgrid-oar/Tamer.r32 load oar /home/minos/lat/osgrid-oar/Tamer.oar ;load xml2 /home/minos/lat/osgrid-oar/Tamer.xml ; change region root ;ok!