Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
/ Save-N-Load Public archive

DEPRECATED: Simple Save N Load for Internet Cafe

License

Notifications You must be signed in to change notification settings

raizar24/Save-N-Load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#DEPRECATED

This repository has been replaced with https://github.com/raizar24/Auto-Save-n-Load.

This repository has been replaced with https://github.com/raizar24/Auto-Save-n-Load.

Computer rentals are typically configured with Deep Freeze to prevent any installations or changes after a restart, which also means that data from offline games is not saved. The Save-N-Load program allows users to create an account and upload their offline game save files to a server, ensuring data persistence across sessions

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: 123123

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