Error » Gaming Support Error !! » PC Games Error ! » Game Cheats » Battlefield 2

Post New Thread Reply
  Battlefield 2
LinkBack Thread Tools Display Modes
Old 11-Aug-2007, 08:56 AM   #1 (permalink)
Fixed Error!
 
Spirit-X's Avatar

Posts: 2,598
Join Date: Jul 2007
Rep Power: 4 Spirit-X is on a distinguished road

IM:
Default Battlefield 2

Maplist Commands:
* mapList.list: Every map on the server has an ID number, which is used for voting to change maps. This command lists those numbers, the map name, game mode and the number of players if specified.

* mapList.configFile: Used to specify the location of the _mapList.con The default is \My Documents\Battlefield 2 Demo\ServerConfigs\

* mapList.load: Makes the server reload the _mapList.con

* mapList.save: Saves the current map list on the server to the file _mapList.con

* mapList.mapCount: Shows the total number of maps in the current map list

* mapList.currentMap: Shows the map list ID number of the current map being played

* mapList.clear:Clears the current map list. Warning: If there are no maps in the map list when the server starts loading a new map, all clients will be left on the loading screen.

* mapList.remove: Removes the map you specify from the map list

* mapList.append: [number of players] Add a new map to the end of the map list. You must specify the map name and the game mode. Number of players is optional, if not specified will default to the current server setting.

* mapList.insert: [number of players] Exactly the same as mapList.append, but with this command you can specify at what map ID number to insert the new map into the list at.

Admin Commands:
* admin.listPlayers:Lists the players connected to the server. This command lists the players ID number, their player name and if the player is remote it also lists the players IP number. The players ID number is also available on the Scoreboard / Manage Tab

* admin.runNextLevel: Forces the server to end the round and start the next map in the map list.

* admin.currentLevel: Shows the map list ID number for the current map being played. The same as mapList.currentMap.

* admin.nextLevel: Shows the map list ID number for the next map to be played.

* admin.restartMap: Restarts the current map.

* admin.banPlayer: [timeout] Enter the player ID number you would like to ban. Bans the player from this server by using their IP address.

- Bans can be set on CD key hashes.

- Bans are stored as absolute times in banlist.con. Existing bans in banlist.con will be interpreted as permanent bans.

You can choose from a selection of time outs:
- Entering 'perm' means that the ban is permanent. This is the default if no time out is entered.

- An integral number meaning the number of seconds the ban will be active (i.e. 3600 means one hour).

- Entering 'round' means the ban is active until the next map.

- A whole number preceded by a colon (i.e. :1234567), meaning the epoch expiration time of the ban (number of seconds since 1 Jan 1970).

* admin.banPlayerKey: [timeout] Enter the player ID number you would like to ban. Bans the player from this server by using their CD key hash. You can also specify a time out. See admin.banPlayer for the time out list.

* admin.addAddressToBanList: [timeout] Enter the IP number you would like to ban. You can also specify a time out. See admin.banPlayer for the time out list.

* admin.addKeyToBanList: [timeout] Enter the CD key hash you would like to ban. You can also specify a time out. See admin.banPlayer for the time out list.

* admin.removeAddressFromBanList: Enter the IP address you would like to remove from the ban list.

* admin.removeKeyFromBanList: Enter the CD key hash you would like to remove from the ban list.

* admin.clearBanList: Clears all ban lists.

* admin.listBannedAddresses: Displays a list of the currently banned IP addresses.

* admin.listBannedKeys: Displays a list of the currently banned CD keys.

* admin.kickPlayer: Enter the ID number of the player you would like to kick.

Remote Console Access:
To setup remote console access to the server:
- On the server create a new plain text document in \admin\ called default.cfg

- Enter the following text into the new file:

port=4711

password=YourPassword

- Save the file, and start the server.

Now you can access the server remotely by using the following commands

from a client:
- rcon login

Use this command to login to the server.

- rcon users

This command lists all the users connected to the server. Very similar to admin.listPlayers

- rcon exec

Replace with a console command you would like to execute on the server.

For example: rcon exec admin.kickPlayer 3

Unlock Weapons:
This code may be for the DEMO version only. Make a back-up of the file being edited as well. Do not e-mail death threats to IGN because you mistakenly alter your FAT.

Open the file python\bf2\stats\unlocks.py with a text editor and go to line 44. You should see a text string defaultUnlocks = [0, 0, 0, 0, 0, 0, 0]. Change all the zeroes to ones: defaultUnlocks = [1, 1, 1, 1, 1, 1, 1] and save the file as a *.py file.
Spirit-X is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
   


   
Post New Thread Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -8. The time now is 11:50 AM.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

DMCA Policy

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228