View Full Version : console commands
dreambill
30th March 2004, 09:07
do you know where can i get a complete list of console commands for this game?
i want to play with my friend again 50 bots in cooperative mode this is possible?
someone know what is the console command to add bots?
thanks.
shadow110
30th March 2004, 12:30
Hello.
The command for adding bots, I donīt know. Sorry.
But.. If you press TAB Key twice. you get a list of command within console..
and you can tipe
Admin. now press TAB Key twice and you get all commands for Admin. (Like Cisco Routers :-)))) )
You can also make some Punkbuster konfigurations in console mode.. On the www.punkbuster.com
Page is a good documentation about them.
Greetings
Shadow110
dreambill
30th March 2004, 23:33
thanks!
bf194lover
3rd April 2004, 15:44
Greets,
http://www.planetbattlefield.com/mdt/scripting/Intro.shtm
has good resources.
Especially useful if you unlocked the whole console in game.
Just feed the game interpreter, try the classes and properties .. funny things to come ;)
You can use this approach to easily find places where certain game variables are stored/manipulated (assuming you are feeding the interpreter with "prepared" arguments). Alternatively singlestep the game interpreter...
Regards
dreambill
3rd April 2004, 22:14
thank i will take a look there, but what you mean by "unlocked the console"?
bf194lover
3rd April 2004, 22:27
Not all commands are available either due to context issues (game setup/map load/ingame ...) or just disabled for anti-cheat/multiplayer purpose ;)
unlock = hack the console to execute commands/interpreter statements regardless of security settings
test0r
4th April 2004, 02:31
it is very easy to make a console "unlock" hack. If someone wants to know PM me ;)
caliber1942
5th April 2004, 19:04
test0r- i would like to unlike the console like you are saying. i haven't messed with it at all (hacking it or anything). anyways before you PM me with the info, is it useful at all? we were trying to get an alternate way of changing the viewdistance without having to do it via rfa. were you able to manage this via console?
test0r
5th April 2004, 19:33
no, in console you can not change to a bigger value than the map has...
If you ask me, console hack isnt very useful and thus I dont add it to my Multihack..
caliber1942
6th April 2004, 05:18
well hell, pm the unlock method to me anywayz... i'm curious if i get a different address when i use it to change the viewdistance (even though i am changing it to something smaller than the map has) than with the rfa method-
caliber1942
8th April 2004, 20:06
will someone post all of the known or possibly known console commands that are in bfv? i saw the post by bf194lover for:
http://www.planetbattlefield.com/md...ting/Intro.shtm
but i am looking more for a list like the one on the bottom of this thread which is for bf1942, not bfv:
http://www.mpcheatz.de/mpc/forum/sh...;threadid=36918
especially if there are major differences between the two.
thanks-
test0r
8th April 2004, 21:16
yes there are differences - because in BFV many of the e.g. renderer.-commands are removed. With the console hack I tried e.g. renderer.wireframe 1 (which worked great n BF42), but it doesnt exist any more. Also renderer.vertexfogenable is not working any more. It still exists, but seems to have no function any more - yes you can set it to 0, but nothing happens then..
Also tried renderer.drawTrees, which was very nice in BF42 (of course I first enabled console hack) but here it also is no more...
There are also game.-commands which I had tested, and didnt work anymore.
I got all the commands from an old BF42 v1.5 console hack (there was a txt file), and I think the guy that posted the list in that thread also has it from this file...
I think there are no real additions in BFV, and that EA learnt something from the past and removed those "unnecessary" commands, that are only used by cheaters.
Use "renderer.fogend/start", "game.viewdistance" and "renderer.fieldofview" - thats all you need in my eyes, and there isnt anything else that is very special.
chilli
8th April 2004, 22:15
http://db.gamefaqs.com/computer/doswin/file/battlefield_vietnam_console.txt
caliber1942
9th April 2004, 01:45
chilli that link does not work......
testor thanks for the info
Ah-66
9th April 2004, 08:36
1. Game.listplayers
Every player has an ID number, which is used for kicking/voting off the player. This command lists those numbers.
2. Game.listmaps
Each map on the server has a unique id number, which is necessary for map voting. This command lists those numbers.
3. Game.enablefreecamera <1/0>
This enables free look mode on clients who are waiting to spawn. Note that this command can only be run from the server, or by a user that has remote server access.
4. Game.killplayer <id>
Kills the player who's ID is <id>.
5. Admin.kickplayer <id>
Kick the player who's ID is <id> out of the server.
6. Admin.banplayer <id>
Ban the player who's ID is <id> from the server.
7.Admin.removeaddressfrombanlist <ipaddress>
Removes an IP address from the ban list.
8. Admin.addaddresstobanlist <ipaddress>
Adds an IP addtess to the ban list.
9. Admin.clearbanlist
Clears the ban list.
10. Admin.changemap <mapname>
Changes the current map.
11. Admin.externalviews <1/0>
Enables/disables external camera views on clients connected to the server.
12. Admin.listbannedaddresses
Lists the IP addresses that are banned from connecting to the server.
13. Admin.allownosecam <1/0>
This command enables/disables the ability for clients to turn off the airplane HUD.
14. Admin.votingtime <seconds>
This command sets the amount of time clients have to cast a vote after it has been initiated.
15. admin.restartMap
Restarts the current map.
16. admin.timeBeforeRestartMap <seconds>
(How much time until the map will restart.
================================================== ================
For BFVM:SERVER ADMIN COMMANDS
================================================== ================
GENERAL COMMANDS:
- Game.listplayers
Every player has an ID number, which is used for kicking/voting
off the player. This command lists those numbers.
- Game.listmaps
Every map on the server has an ID number, which is used for voting
to change maps. This command lists those numbers.
- Game.enablefreecamera *
This enables free look mode on clients who are waiting to spawn.
For *, 1 turns free look on, 0 turns it off. Note that this
command can only be run from the server, or by a user that has
remote server access.
ADMIN COMMANDS:
- Admin.kickplayer *
* is equal to the player id number. Note that this command can
only be run from the server, or by a user that has remote server
access.
- Admin.banplayer *
* is equal to the player id number. Note that this command can
only be run from the server, or by a user that has remote server
access.
- Admin.removeaddressfrombanlist *
* is equal to the IP of a banned player. Note that this command
can only be run from the server, or by a user that has remote
server access.
- Admin.changemap *
* is equal to the map name. Note that this command can only be
run from the server, or by a user that has remote server access.
- Admin.addaddresstobanlist *
* is equal to the IP address to the client that is to be banned.
Note that this command can only be run from the server, or by a
user that has remote server access.
- Admin.clearbanlist
This allows all users that were previously banned to once again
connect to the server. Note that this command can only be run
from the server, or by a user that has remote server access.
- Admin.externalviews *
This command enables/disables external camera views on clients
connected to the server. For *, 1 turns external views on, 0
turns it off. Note that this also disables the nose cam. Also,
note that this command can only be run from the server, or by a
user that has remote server access.
- Admin.listbannedaddresses
Lists the IP addresses that are banned from connecting to the
server. Note that this command can only be run from the server,
or by a user that has remote server access.
- Admin.allownosecam *
This command enables/disables the ability for clients to turn
off the airplane HUD. For *, 1 turns nose cam on, 0 turns it
off. Also note that if external views are turned off, nose cam
cannot be used. Note that this command can only be run from
the server, or by a user that has remote server access.
VOTING COMMANDS:
- Game.votemap *
This command will initiate/cast a vote to change maps on the
server. * is equal to the map id number.
- Game.votekickplayer *
This command will initiate/cast a vote to kick a player. Players
on both teams can participate in this vote. * is equal to the
player id number.
- Game.votekickteamplayer *
This command will initiate/cast a vote to kick a player. Voting
is restricted to the team of the player who initiated the vote.
* is equal to the player id number.
- Admin.votingtime *
This command sets the amount of time clients have to cast a vote
after it has been initiated. * is equal to the number of seconds
clients will have to vote. Note that this command can only be run
from the server, or by a user that has remote server access.
REMOTE CONSOLE ACCESS:
- The server needs to have this command executed every map. The
password can include numbers OR letters, but not a combination
of the two. NOTE: DO NOT INCLUDE ANY SPACES IN YOUR PASSWORD.
Admin.enableremoteadmin password
- The client that is to have remote admin access is to execute
this command. The password must be the same as the one set on
the server
Admin.enableremoteadmin password
- To execute a command from a client, one would type the
admin.execremotecommand, followed by the desired admin command
in quotation marks. For example, to kick someone with the player
id of 7 from a client machine, one would type the following
(after going through the first two steps of this section.)
admin.execremotecommand "admin.kickplayer 7"
Or, to change maps, one would use this command:
admin.execremotecommand "admin.changemap hue"
OTHER HELPFUL COMMANDS:
- Console.showfps *
This toggles the FPS display on and off. For *, 1 turns FPS on
and 0 turns it off.
- Console.showstats *
This toggles the debug stats display on and off. For *, 1 turns
the debug stats display on and 0 turns it off.
- Game.changeplayername *
This allows a user to quickly change his name. * is equal to the
player name.
This are Known command for from BFV website that works the rest still require abit more searching
Spontaneous
9th April 2004, 09:12
LOL yea them are normal console commands. I think we more or less want the ones that will do stuff to the game, not server related commands.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.