Code: Select all
Open with notepad
c:\Program Files\Battlefield 2 Standalone Demo Server\mods\bf2\python\game\gamemodes\gpm_cq.py
Change
host.registerHandler('TimeLimitReached', onTimeLimitReached, 1)
To
#host.registerHandler('TimeLimitReached', onTimeLimitReached, 1)
Thats all there is to itdelete
demo_bf2legal.bik
demo_bf2release.bik
demo_demolegaltext.bik
demo_locknload.bik
dice.bik
ea.bik
Nvidia_logo.bik
from Battlefield 2 Demo\mods\bf2\Movies
Unlock all weapons (singleplayer only)
Code: Select all
*works in single player and lan games, will work online *IF* the server hosting *AND* all the clients have the same hacked python file.
navigate to:
C:\Program Files\EA GAMES\Battlefield 2 Demo\python\bf2\stats
Open the file unlocks.py with notepad
find the line:
defaultUnlocks = [0, 0, 0, 0, 0, 0, 0]
change to:
defaultUnlocks = [1, 1, 1, 1, 1, 1, 1]






