Skip to content

A python script for swapping .cfg files between two users playing Apex Legends on the same computer.

Notifications You must be signed in to change notification settings

TC97AU/apex-user-swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

apex-user-swap

A python script for swapping .cfg files between two users playing Apex Legends on the same computer.

Allows users to swap settings/profile .cfg's and backup any changes made per user.

Modifications required:

Lines 7, 8, 10, & 11, require modifying per system.

  • Change "YOUR_USER" to your system's username.
  • Change "YOUR_PLAYER_1" to whatever name you'd like player 1 to have.
  • Change "YOUR_PLAYER_2" to whatever name you'd like player 2 to have.

Place profile.cfg and settings.cfg files into cfg_store for both users with the format:

  • profile_john.cfg
  • settings_john.cfg
  • profile_claire.cfg
  • settings_claire.cfg.

Make sure the names you use are the same as the names you assigned in swap.py to player1 & player2.

Alternatively, you can duplicate one users profile and settings .cfg's and simply rename.

current.txt should start with the same name as player1.

About

A python script for swapping .cfg files between two users playing Apex Legends on the same computer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages