Skip to content

raizar24/Save-N-Load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Side

STEP 1: Share a folder to your network.

How to share folder to a network: https://support.microsoft.com/en-us/windows/file-sharing-over-a-network-in-windows-b58704b2-f53a-4b82-7bc1-80f9994725bf#ID0EBD=Windows_11

STEP 2: Save and extract the Save n load to your game directory

STEP 3: Edit the 'setting.xml' file in the save and load directory

provide the shared folder network link

example:

\192.168.1.100 is IP address of pc Server while \saves is the name of the shared folder

<?xml version="1.0" encoding="utf-8" ?>
<Variable>
  <sharedFolder>\\192.168.1.100\Saves</sharedFolder> 
</Variable>

\{computer name}\saves - this format is also applicable

<?xml version="1.0" encoding="utf-8" ?>
<Variable>
  <sharedFolder>\\Administrator\Saves</sharedFolder> 
</Variable>

STEP 4: Adding games and save paths:

Click Settings

image

Password: admin

image

Click 'add'

image

Fill up the Game and Save Path

image

click 'yes'

image

Client side

STEP 1: client's registration

Click register and provide all of the necessary information

image

Click ok to confirm button to register

image

STEP 2: Save and Load

Log-in your account and click login

image

Select a game from the List box and click Save button if you want to save or click Load button to load a game

image