A simple Bash script to rename Euro Truck Simulator 2 profiles on Linux (Steam native).
- Works with profiles in both:
profilessteam_profiles/steam_profiles(...).bak/(all backups)
- Detects and lists available profiles
- Converts between hex folder names and readable names
- Updates the
profile_nameinsideprofile.sii - Handles folder rename to match the new hex name
- Linux system with Steam and ETS2 installed
wineinstalled and workingwget,xxd, andsed(usually pre-installed)
To install Wine (if not already installed):
sudo pacman -S wine # Arch
sudo apt install wine # Debian/Ubuntuchmod +x ETS2RenameLinux.sh
./ETS2RenameLinux.shYou'll be prompted to:
- Select the profile folder to use (e.g.,
steam_profiles,profiles) - Choose which profile to rename
- Enter the new name
- Confirm the rename
The script will:
- Decrypt
profile.siiusingSII_Decrypt.exe(downloaded automatically if missing) - Edit the internal name
- Rename the profile folder
MIT License β you are free to use, modify, and redistribute this script.
- Original idea and BAT version by Zoult
- SII files Decrypt by TheLazyTomcat