Ronin_Medjai Posted February 20, 2003 Share Posted February 20, 2003 Ok I posted this in two different areas of these forums and NO ONE replied can you guys plz help me Originally posted by Ronin_Medjai Hi i posted this in game feedback and guess what I got....well ill tell you it wasnt feedback noone even replied so I will post it here and hopefully someone can help me. "I hope this is in the right board but can you scripters help me? I want to know if their is a way to bind more than one command to a button like I press the "1" key and it logs me in as admin and changes my name to my admin name and also is their a way to set some time in between commands like 2 wait 2 seconds then do it? also what does this mean? "seta com_hunkmegs "128" seta com_maxfps "600" " is this what causes it to say Client connecting with blah blah challenge ping when i host cause i dont want it to say that,I think it causes lag also. Im not sure. Thx for your help" I need to no the top portion mostly but the bottom is just as important. I want to know the top so I can make a script that binds a whole craploa of commands to one key and then i press that key and it does them all....some examples is g_RPG 2,rpg_startmoney 500 rpg_westarprice 40 ,etc,etc I want to do this so as soon as I join a game I can set it to my RPG Clubs Server settings and passwords for admin and wpnshop and all that. I know the commands I just need to know how to write a script that will bind them all to that key for me and All i have to do is type in console exec serverrules.cfg and then all the commands will be binded to delete and i press delete and my server is setup wahlah! tthe second part Im just curious what that crap does and if that is why it causes lag when i host. Id like to know this stuff and also what the commands are to disable the weapons on maps not from being used but from being picked up IE them floating on the green light....the reason is cause I run RPGs and I dont want guns to be free but players to have to buy them from the weapon shops. commands for disabling weapons,items,bactas,shields,everything? Link to comment Share on other sites More sharing options...
Ronin_Medjai Posted February 21, 2003 Author Share Posted February 21, 2003 *BUMP* is there no kind souls in the galaxy? Link to comment Share on other sites More sharing options...
Hekx Posted February 22, 2003 Share Posted February 22, 2003 Create a new MS Notepad text file, and copy and paste this but fill in the <words> : bind 1 "amlogin <password>; name <admin name>" You can use a script to bind more than one command to a key. I have scripts that do different things on presses. Name the .txt file to .cfg and you can name it autoexec.cfg so it executes apon start-up of JKII. -------- com_hunkmegs default: 20 Sets the amount of memory (RAM) that JKII will allocate for itself. I have it set to 200 and I have 512MB system RAM. com_maxfps default: 100 Sets the frames/second cap. --------- If you host a 'listen' server you should always get the Client connecting with blah challenge ping. If you host a dedicated server, the server usually doesn't display that information. --------- You can bind most things to a certain key, here's an example: bind m "model desann/blue; team_model desann; hilt desann; color1 0; name Desann" When you press m it should do all that in one. bind DEL "seta g_RPG 2; seta rpg_startmoney 500; rpg_westarprice 40" Most of the commands are seperated by the ; character. You can also bind a key to exec serverrules.cfg --------- Make sure you have at least a 1GHz PC with LOTS of RAM. Most dedicated server are a 1.5GHz with about 800MB RAM, and a T1 line connection. They're mostly just PCs that don't get used. If you're using the PC to connect as a client; that causes lag. ------ Disabling those things: seta g_weapondisable 65531 for saber-only. seta disable_item_shield_sm_instant "1" seta disable_item_shield_lrg_instant "1" seta disable_item_medpak_instant "1" seta disable_item_medpak "1" seta disable_item_medpac "1" - Should disable all the pick-ups in a map. The only problem is; if you have weapons, and remove the pickups; you can't remove the ammo. So that'll stay there. I don't know the command to remove the ammo packs. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.