The Jedi Academy. THE Place for Jedi training.
Forums
Content
The Academy
Learn
Communicate
Personal


Forums | Editing Forum
plz help me.
Feb 23 2005 09:32pm

{DS}Twisted{PL}
 - Student
I am making my own server and i dont know how to make my password show , so u have to type it in, and the main is i dont know how to get rid of Health/shield Packs in the game, please help me

  Login and add your comment!  
Comments
Feb 27 2005 07:24pm

Setementor
 - Jedi Master
 Setementor

I'm %100 sure that g_password doesn't require a restart. I've done it on my own server, and it automatically updated to be passworded.

Feb 27 2005 07:16pm

tarpman
 - The Tarped Avenger
 tarpman

Also, some commands (i think g_password is one of them) require you to restart the server before they'll take effect. You don't need to quit and restart it; just switch maps, even to the same map again.
_______________
Saving the world, one kilobyte at a time.

Feb 26 2005 04:52pm

Setementor
 - Jedi Master
 Setementor

Well, I tried and it didn't work. The commands didn't change and stuff until I entered it, but nevermind. :D

<-- Rcon n00b

This comment was edited by Setementor on Feb 26 2005 04:55pm.

Feb 26 2005 12:42pm

Tido
 - Student
 Tido

actually you have to first enter your rcon password:
/rconpassword password

from then on you don't have to use your password anymore (while your connected).

Then it's just /rcon (seta) (command)

for example:
/rcon seta g_password "booya"
you HAVE to use seta on some settings for them to take effect. g_password and disable items are such commands.

Feb 24 2005 01:19am

Setementor
 - Jedi Master
 Setementor

Oh, and I'd best explain what they all do...

The commands are bolded and their settings are italic.

g_password "password" - Will set the server password to that what you specify inside of the speech marks (";). Leave the marks empty to unset the password.

disable_item_medpak_instant "1" - If set to 1, will disable the Instant Medpak, which heals 25 HP. Otherwise set to 0.

disable_item_shield_lrg_instant "1" - If set to 1, will disable the Large Instant Shield pack, which restores 100 Shield. Otherwise set to 0.

disable_item_shield_sm_instant "1" - If set to 1, will disable the Small Instant Shield Pack, which Restores 25 Shield. Otherwise set to 0.

Feb 24 2005 12:38am

Setementor
 - Jedi Master
 Setementor

Well, you must have access to the server in some form.

Rcon

If you have access to the server via rcon, login and use the following commands in the console:

/rcon <rconpassword> g_password "password"
/rcon <rconpassword> seta disable_item_medpak_instant "1"
/rcon <rconpassword> seta disable_item_shield_lrg_instant "1"
/rcon <rconpassword> seta disable_item_shield_sm_instant "1"

You can open the console by pressing Shift + 1 or Shift + ~

Server Console

If you are running the server alone on your computer, you can simply type the following commands in this format:

/g_password "password"
/seta disable_item_medpak_instant "1"
/seta disable_item_shield_lrg_instant "1"
/seta disable_item_shield_sm_instant "1"

Hope that works for ya.

This comment was edited by Setementor on Feb 24 2005 01:23am.

Feb 23 2005 11:22pm

{DS}Twisted{PL}
 - Student

I know you told me how to do it, but can u explain it to me... i am way to new to know what i am doing... Than you.

Feb 23 2005 09:54pm

Setementor
 - Jedi Master
 Setementor

For those that weren't on IRC...

Quote:

<Setementor> /g_password "password"
<Setementor> In rcon
<Setementor> server console


Quote:

<Tido> ok, you HAVE to enter 'seta' before each of these commands
<Tido> or they don't happen
<Tido> disable_item_medpak_instant "1"
<Tido> disable_item_medpac "1"
<Tido> disable_item_sheild_sm_instant "1"
<Tido> disable_item_shield_lrg_instant "1"
<Tido> disable_item_shield_sm_instant "1"
<Tido> so like seta disable_item_shield_sm_instant "1"
<DS_Twisted> no / ?
<Tido> yes /
<Tido> depends on where your entering them from
<Tido> in jk3, use a /rcon seta disable_item_shield_sm_instant "1"


  Login and add your comment!