Skip to content
/ r6Sync Public

Syncs gamesettings.ini file to all folders in a directory.

Notifications You must be signed in to change notification settings

woisty/r6Sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

R6 Sync

A very simply script that syncs GameSettings.ini files with all folders in a directory.

Requirements

Python 3 (& PyInstaller for your own 'compiling'.)

Installation

Place the .exe in your setting's folder and have your desired GameSettings.ini file outside of all the folders. It'll only work if there is an already existing GameSettings.ini in the folder.

Setup / File Structure example:

'account 1' and 'account 2' will be your UID instead, they're just examples.

To turn it into a .exe from source, do the following:

  1. pip install pyinstaller - installs PyInstaller
  2. pyinstaller --onefile --sync.py

Usage

Double click it. A console will open and close. Check 1-2 folders to see if they're synced. You only need to look at the Date Modified

Contributing / Pulling

No need to contribute, nor do I care about anyone modifying/copying this.

Project Status

Finished - it does what I want.

Credits

ChatGPT - for a base, it was about 12 lines total.

NOTES

If you want to use this quick script and change it to sync other files, simply change the 7th line: replace 'GameSettings.ini' to you're desired file settings_file = os.path.join(base_dir, "GameSettings.ini") (This won't change the echo's/prints)

About

Syncs gamesettings.ini file to all folders in a directory.

Topics

Resources

Stars

Watchers

Forks

Languages