khrath
RealPoor Master of Posts

Joined: 11 Oct 2002 Posts: 8750
|
Posted: 06/30/05 - 09:58 Post subject: HowTo unlock all weapons in offline mode
|
|
|
Not really a hack per say, more of just a script edit.
It's allowed offline if you want, just make sure you undo it before you play online, they may not let you on or may kick you.
Go to this directory
\Battlefield 2\python\bf2\stats
Open up unlocks.py with notepad
scroll down until you see this line
| Code: |
defaultUnlocks = [0, 0, 0, 0, 0, 0, 0]
|
change it to this and hit save
| Code: |
defaultUnlocks = [1, 1, 1, 1, 1, 1, 1]
|
make sure you undo it before you play online though.
I'm of the opinion, they're a pain to get, may as well try before you buy.
|
|