Skip to content

gabriele2000/ETS2RenameLinux

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ETS2RenameLinux

A simple Bash script to rename Euro Truck Simulator 2 profiles on Linux (Steam native).


πŸ“¦ Features

  • Works with profiles in both:
    • profiles
    • steam_profiles/
    • steam_profiles(...).bak/ (all backups)
  • Detects and lists available profiles
  • Converts between hex folder names and readable names
  • Updates the profile_name inside profile.sii
  • Handles folder rename to match the new hex name

🧰 Requirements

  • Linux system with Steam and ETS2 installed
  • wine installed and working
  • wget, xxd, and sed (usually pre-installed)

To install Wine (if not already installed):

sudo pacman -S wine      # Arch
sudo apt install wine    # Debian/Ubuntu

πŸš€ Usage

chmod +x ETS2RenameLinux.sh
./ETS2RenameLinux.sh

You'll be prompted to:

  1. Select the profile folder to use (e.g., steam_profiles, profiles)
  2. Choose which profile to rename
  3. Enter the new name
  4. Confirm the rename

The script will:

  • Decrypt profile.sii using SII_Decrypt.exe (downloaded automatically if missing)
  • Edit the internal name
  • Rename the profile folder

πŸ“„ License

MIT License – you are free to use, modify, and redistribute this script.


πŸ™ Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%