Can I rename my offline profile in Battlefield 2?
Solution 1:
In the ~\Documents\Battlefield 2\Profiles
folder, you can find various numbered folders containing profile data. Inside them you'll find the following files:
Profile.con
: contains your login information such as name, nickname and GameSpy account information.Everything else: your game settings.
All these are text files, which you can manually edit.
You can find out which profile was used last by reading the Global.con
file.
-
In order to rename your profile, you need to edit the following two lines:
LocalProfile.setName "name" LocalProfile.setNick "name"
Change
name
to your desired name. ThesetNick
command defines the name that is displayed on the login screen. ThesetName
defines your in-game name, as seen on the scoreboard.I am not sure if this works with online profiles.
If you want to create another profile, you can save yourself the trouble of manually configuring the game again by copying all files but
Profile.con
in your old profile directory to the new one.