right then unlocking time.
Open your EA GAMES\Battlefield 2 Demo\python\bf2\stats folder, then open up UNLOCKS file in word/notepad.
Scroll down til you find
def onPlayerConnect(player):
defaultUnlocks = [0, 0, 0, 0, 0, 0, 0]
host.pers_plrSetUnlocks(player.index, defaultUnlocks, defaultUnlocks)
then change the defaultUnlocks bit so it reads:
def onPlayerConnect(player):
defaultUnlocks = [11, 22, 33, 44, 55, 66, 77]
host.pers_plrSetUnlocks(player.index, defaultUnlocks, defaultUnlocks)
Bingo bango.....all classes should now have there option choice in the menu, just click the orange toggle thign on the right hand side of the box to get it.
Great for SP and if you're running a knock about server eveyone has it unlocked by default.
keep in mind you must change it back b4 you go online otherwise punkbuster will ban you for a couple of weeks