Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
0 Active | 8 Guests
Online:

LATEST FORUM THREADS

»
warfare
CoD4 Map + Mod Releases
Voting menu on maps
CoD+UO General
Hauling 911
CoDBO3 General

Forums

»

Welcome to the MODSonline.com forums. Looking for Frequently Asked Questions? Check out our FAQs section or search it out using the SEARCH link below. If you are new here, you may want to check out our rules and this great user's guide to the forums and the website.
For more mapping and modding information, see our Wiki: MODSonWiki.com

Jump To:
Forum: All Forums : Call of Duty 2
Category: CoD2 MP Mapping
CoD 2 mapping and level design.
Moderators: foyleman, Foxhound, Mystic, StrYdeR, batistablr, Welshy, DrBiggzz, supersword, playername
Latest Posts
Subscribed Posts
Search
Restricted Access Topic is Locked
Page
Next Page
subscribe
Author Topic: Hi lads. Just a quick question.
Gordonreaper007
General Member
Since: Jul 16, 2007
Posts: 25
Last: Feb 27, 2008
[view latest posts]
Level 1
Category: CoD2 MP Mapping
Posted: Monday, Oct. 1, 2007 09:30 pm
Is their a mod that can stop random people from using certain commands in the console whilst in my server? people come on and can kick other using console commands and its stupid because i pay for it and i aint got full control of it. i would appriciate any help. thanx
Share |
djheps
General Member
Since: Oct 5, 2006
Posts: 52
Last: Oct 4, 2007
[view latest posts]
Level 3
Category: CoD2 MP Mapping
Posted: Monday, Oct. 1, 2007 09:52 pm
Well first, make sure you have an RCONpassword. You can set that on the server with this command: rconpassword "password". Replace "password" with whatever password you like... this way people must know that password to use commands (this stops random people from kicking others).

If you're playing, just type in CoD2's console (~ tilde) rconpassword "password" and you'll be logged in as ADMIN while playing (just replace "password" with your server's new pass).

Hope this helps!
Share |
Gordonreaper007
General Member
Since: Jul 16, 2007
Posts: 25
Last: Feb 27, 2008
[view latest posts]
Level 1
Category: CoD2 MP Mapping
Posted: Monday, Oct. 1, 2007 09:58 pm
We have rcon4cod2 but will that stop people from using their games console whilst on the server?
thanx for that
Share |
djheps
General Member
Since: Oct 5, 2006
Posts: 52
Last: Oct 4, 2007
[view latest posts]
Level 3
Category: CoD2 MP Mapping
Posted: Monday, Oct. 1, 2007 10:01 pm
As long as you have an RCONpassword, you should be fine. The players would have to type in the Rconpassword in their console, and if you are using a RCON client, you'll see their IP address and their attempts to log-in as admin.

Then you can kick 'em. You can disable the consoles for the clients, but that won't allow Server Admins to use the CoD console to issue commands.

I can make you a server.cfg for your server that will automatically set up variables when your server starts, if you want.
Share |
Gordonreaper007
General Member
Since: Jul 16, 2007
Posts: 25
Last: Feb 27, 2008
[view latest posts]
Level 1
Category: CoD2 MP Mapping
Posted: Monday, Oct. 1, 2007 10:04 pm
I have certain members who are senior admin and server admin. Will they be able to use the console after the password. and how will that server cfg. work?
Share |
djheps
General Member
Since: Oct 5, 2006
Posts: 52
Last: Oct 4, 2007
[view latest posts]
Level 3
Category: CoD2 MP Mapping
Posted: Monday, Oct. 1, 2007 10:07 pm
Quote:
I have certain members who are senior admin and server admin. Will they be able to use the console after the password. and how will that server cfg. work?


If they know the RCONpassword, they can use the console in CoD2 to issue commands. Otherwise players without that password can't do a thing. If you turn the console off, the admins would have to have a RCON client to log-in.

The Server.cfg sets variables (such as the server's name, passwords, and a bunch of other stuff) so you don't have to manually type everything in. Your server might've already come with one.

To use is really simple: type 'exec server.cfg' (if you have it) and the server will do everything in it automatically. Then you don't ever need to type that command in again; unless, of course, the server goes down.
Share |
Gordonreaper007
General Member
Since: Jul 16, 2007
Posts: 25
Last: Feb 27, 2008
[view latest posts]
Level 1
Category: CoD2 MP Mapping
Posted: Monday, Oct. 1, 2007 10:11 pm
Amd what about removing the rconpassword? if i wanted to in the future.
Share |
Gordonreaper007
General Member
Since: Jul 16, 2007
Posts: 25
Last: Feb 27, 2008
[view latest posts]
Level 1
Category: CoD2 MP Mapping
Posted: Monday, Oct. 1, 2007 10:15 pm
If you could do make that cfg. that would be much apriciated. thanx a lot mate.
Share |
djheps
General Member
Since: Oct 5, 2006
Posts: 52
Last: Oct 4, 2007
[view latest posts]
Level 3
Category: CoD2 MP Mapping
Posted: Monday, Oct. 1, 2007 10:24 pm
To remove the RCONpassword just type the command: rconpassword "". The blank "" resets it.

This is the code for the Server Config, just copy and paste into NotePad and save as server.txt. Then go and find the file on your computer and rename it to server.cfg and upload to your server!

Then when ready to start it, type in the Server Console: exec server.cfg

Code:
// Server Config by djheps for Gordonreaper007

// Sets the Server name -- important
sv_hostname "servername here"

// RCON PASSWORD
rconpassword "rconpass"

// SERVER ROTATION -- Default values (for DM) *** ADD ALL THE MAPS IN HERE YOU WANT TO PLAY ***
set sv_mapRotation "gametype tdm map mp_dawnville map mp_railyard map mp_rocket map mp_pavlov map mp_carentan map mp_depot map mp_powcamp map mp_ship gametype dm map mp_dawnville map mp_railyard map mp_rocket map mp_pavlov map mp_carentan map mp_depot map mp_powcamp map mp_ship"

// MESSAGE OF THE DAY
scr_motd "Welcome to our server! Please ^3keep your language clean^7!

// BAN TIME -- Default 120 (can be any number)
sv_kickBanTime 120

// KILLCAM -- Default 1 (can be either 0 or 1)
setkillcam 1

// FORCE RESPAWNING -- Default 1 (can be either 0 or 1)
scr_forcerespawn 1

// FREE LOOK -- Default 1 (can be either 0 or 1)
scr_freelook 1

// SPECTATE ENEMY -- Default 0 (can be either 0 or 1)
scr_spectateenemy 0

// TEAM BALANCE -- Default 1, but if gametype is DM then 0
scr_teambalance 1

// ALLOW VOTING -- Default 1 (can be either 0 or 1)
g_allowvote 1


Just go through it and change certain things, especially the Map Rotation. As you can see, I used this from one of my server.cfg's for CoD.

Hope this helps you~
Share |
Gordonreaper007
General Member
Since: Jul 16, 2007
Posts: 25
Last: Feb 27, 2008
[view latest posts]
Level 1
Category: CoD2 MP Mapping
Posted: Monday, Oct. 1, 2007 10:27 pm
that is brilliant. thanx mate and u've got a friend for life now
Share |
Restricted Access Topic is Locked
Page
Next Page
subscribe
MODSonline.com Forums : Call of Duty 2 : CoD2 MP Mapping

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»