saidxx
07-09-2005, 06:17 PM
Unlock Special Weapons (Version 1.0.0 only)
Program Files\EA GAMES\Battlefield 2\python\bf2\stats and open "unlocks.py" with Notepad.
( find the word "defaultunlocks" (without the quotations)
this should highlight the line of code
defaultUnlocks = [0, 0, 0, 0, 0, 0, 0]
change all the "0"s to "1"s, so it looks like
defaultUnlocks = [1, 1, 1, 1, 1, 1, 1]
and now press CTRL+S to save. Note: this only works for single player
Program Files\EA GAMES\Battlefield 2\python\bf2\stats and open "unlocks.py" with Notepad.
( find the word "defaultunlocks" (without the quotations)
this should highlight the line of code
defaultUnlocks = [0, 0, 0, 0, 0, 0, 0]
change all the "0"s to "1"s, so it looks like
defaultUnlocks = [1, 1, 1, 1, 1, 1, 1]
and now press CTRL+S to save. Note: this only works for single player