unlock all of the wepons in the off line mode?
How can I
Collapse
X
-
Edit the file unlocks.py file in the C:\Program Files\EA Games\Battlefield 2\python\bf2\stats\ Folder
Fine the lineand change it toCode:def onPlayerConnect(player): defaultUnlocks = [0, 0, 0, 0, 0, 0, 0]
and saveCode:def onPlayerConnect(player): defaultUnlocks = [1, 1, 1, 1, 1, 1, 1]
DO NOT use this online. -
I have not seen anyone be able to get this to work since the first patch either. Perhaps someone will figure it out.Comment
-
Alternatively, you could download and install the demo while leaving the retail version intact. Then, change the 0's to 1's as DrunkenPirate said, but for unlocks.py in the demo folder.
BTW, at the in-game class selection screen, the small button with 2 arrows (formerly had a picture of a lock on it) switches between the unlocked and default weapons.
Unfortunately, you have to listen to the tutorials again, but at least you can test the weapons before choosing.Comment
grrrrrrrrr
Comment