Alliedassault

Alliedassault (alliedassault.us/index.php)
-   MoH General Discussion (alliedassault.us/forumdisplay.php?f=7)
-   -   RCON troubles in Spearhead...... HELP!! (alliedassault.us/showthread.php?t=15924)

zartanch 12-28-2002 05:51 PM

RCON troubles in Spearhead...... HELP!!
 
swordfight:

This is what it is like trying to get RCON working on our Spearhead server.

We can get it to work on our home pc but not on the server. The IP is 66.250.220.231

rcon: password
game password: rudedog

Below is our config....... what are we doing wrong?

//-----------------------------------------------------------------------
//
// Sample server config file. With DMflags listed, runspeed, and ui_dedicated by rudedog
//
//-----------------------------------------------------------------------

// Server Name
// Name that will appear on the server browser
sv_hostname "test server no slots passworded"

// Game Type
// 1 Free for All
// 2 Team Based
// 3 Round Based
// 4 Objective
// 5 Tug Of War
set g_gametype 5

set rconpassword "password"

// Health Drop
// When enabled players will drop a health pack when killed
set g_healthdrop 1

// Realism
// Toggles reaslistic mode
set g_realismmode 1

// Run Speed 287 Default for spearhead 250 MOHAA
set sv_runspeed 250

// Fast Run Speed
// When checked, the speed at which players can run through levels is increased.
// Leaving it unchecked defaults to Medal of Honor Allied Assault's original run speed
set sv_dmspeedmult 1.000000

// Team Damage
// Toggles friendly fire
set g_teamdamage 1

// Heal Rate
// Determines how fast players heal when they use a health pickup
set g_healrate 10

// Max Players
set sv_maxclients 16

// Time Limit
// This sets the elapsed time at which the game ends, the winner being the player with the highest score at that time.
timelimit 10

// Frag Limit
// The score at which the player or team will win the current map.
fraglimit 100

// Map Rotation Time
// This sets the maximum amount of time in minutes players will spend in a particular map.
maprotationtime 3

// Team Spawn Delay
// This sets a delay in seconds between spawns. This is useful if you would like the
// player spawned in batches, rather than one at a time
set sv_team_spawn_interval 3

// Round Reset Time
// This sets how long each round will take, in minutes. This can be smaller than the map rotation time, but not larger.
roundlimit 0

// Inactive Spectate
// This sets the time in seconds after which an inactive player becomes a spectator. To save server bandwidth, 60 seconds is default.
set g_inactivespectate 60

// Inactive Kick
// This sets the time in seconds after which an inactive player is kicked out of the game. 900 (15 minutes) seconds is default.
set g_inactivekick 900

// Both this cvar and sv_gamespy must be set to 1 to show up on gamespy
set ui_dedicated 1

// Use Gamespy
// To use GameSpy gaming service for internet-based multiplayer games.
// If this is 0, players will not be able to see your server via the in-game browser nor gamespy arcade.
set sv_gamespy 1

// Pure
// Verifies that the files on the client are the same as those on the server.
set sv_pure 0


// Allow Vote
// Enables players to call a vote.
set g_allowvote 1

// Flood Protect
// Limits amount of text a player can type
set sv_floodprotect 1

// Forces players to only be able to spectate behind their own team.
set g_forceteamspectate 1

// dmflags -- flags that can be set in the dmflags variable.
// DF_NO_HEALTH 1
// DF_NO_POWERUPS 2
// DF_WEAPONS_STAY 4
// DF_NO_FALLING 8
// DF_INSTANT_ITEMS 16
// DF_SAME_LEVEL 32
// DF_NO_ARMOR 2048
// DF_INFINITE_AMMO 16384
// DF_NO_FOOTSTEPS 131072
// DF_ALLOW_LEAN 262144
// DF_OLD_SNIPERRIFLE 524288
// DF_GERMAN_SHOTGUN 1048576
set dmflags 0

// Invulnerable Time
// Amount of time (in seconds) a player is invulnerable for after spawning (default=3 seconds)
set sv_invulnerabletime 3

// Team Kill Warning
// Amount of team kills before the player is warned
set g_teamkillwarn 3

// Team Kill Kick
// Amount of team kills before the player is kicked off the server.
set g_teamkillkick 5

// Team Switch Delay
// Frequency at which you can switch teams
set g_teamswitchdelay 15

// Allow Join Time
set g_allowjointime 30

// Private Clients
// Clients that require a password to join
set sv_privateclients 16

// Password
// Allows you to set a password for the server
set sv_privatepassword "rudedog"

// Keywords
// Keywords which allow browsers to filter servers.
set sv_keywords ""

// Net Port
set net_port 12203

// Minimum Ping to allow clients to join with. 0 means anyone
set sv_minping 0

// Maximum Ping to allow clients to join with. 0 means anyone
set sv_maxping 0

// Maximum Rate
set sv_maxrate 0

// Map
// Starting map on the rotation.
map "obj/MP_Druckkammern_TOW"

// Map Rotation List
sv_maplist "obj/MP_Druckkammern_TOW obj/MP_Flughafen_TOW obj/MP_Ardennes_TOW obj/MP_Berlin_TOW "

Bazooka_Joe 12-29-2002 01:59 AM

Make a new .CFG to test out, and put this in it.

[code:cdec1]
sv_hostname "test server no slots passworded"
set g_gametype 5
set rconpassword "password"

set g_healthdrop 1
set g_realismmode 1
set sv_runspeed 250
set sv_dmspeedmult 1.000000
set g_teamdamage 1
set g_healrate 10

set sv_maxclients 16
timelimit 10
fraglimit 100
maprotationtime 3
set sv_team_spawn_interval 3
roundlimit 0
set g_inactivespectate 60
set g_inactivekick 900

set ui_dedicated 1
set sv_gamespy 1
set sv_pure 0
set g_allowvote 1
set sv_floodprotect 1
set g_forceteamspectate 1
set dmflags 0
set sv_invulnerabletime 3
set g_teamkillwarn 3
set g_teamkillkick 5
set g_teamswitchdelay 15
set g_allowjointime 30

set sv_privateclients 16
set sv_privatepassword "rudedog"
set sv_keywords ""
set net_port 12203

set sv_minping 0
set sv_maxping 0
set sv_maxrate 0

map "obj/MP_Druckkammern_TOW"

sv_maplist "obj/MP_Druckkammern_TOW obj/MP_Flughafen_TOW obj/MP_Ardennes_TOW obj/MP_Berlin_TOW"[/code:cdec1]

Try that.

zartanch 12-29-2002 08:45 AM

Almost
 
66.250.220.231

gamepass: rudedog (don't think it's working)
rcon: password

see if it works for you

thanks

i may just have you login via radmin (pc anywhere type program) and do it

are you available to help?

Captain_McCusker 12-29-2002 12:15 PM

Re: Almost
 
Quote:

Originally Posted by zartanch
66.250.220.231

gamepass: rudedog (don't think it's working)
rcon: password

see if it works for you

thanks

i may just have you login via radmin (pc anywhere type program) and do it

are you available to help?

Joe, don't believe the sincerity of everything you read. I personally wouldn't give this guy more than two seconds of my time for two reasons - 1) if he really is this stupid, then he should stop wasting his money on a server or 2) he's making an attempt at screwing with the intelligence of people like yourself.

zartanch, if you're really sincere about getting help, start by not including your whole config in the forum and asking someone via PM for help. Otherwise, stop taking everyone here for fools.

zartanch 12-29-2002 04:19 PM

?
 
Hi,

Not sure what you're talking about... I wouldn't ask you guys for help if I thought you were fools. If I were to promise you a bridge for helping that could be cause for concern... in any case I appreciate the nice guy that answered my question... and...

I fixed the problem on my own... Windows just needed to be rebooted. So typical of Mr. Gates.

zartanch 12-29-2002 04:21 PM

Ah, ok now I get why you think I'm crazy... you think I'm renting a server and am giving the passwords out like a mule...

No, I own a huge datacenter and this little server is a tiny pea in the facility... passwords are changed already. Thanks for your concern though. BTW, you have a nice website... attitude could use some improvement though.

Akuma 12-29-2002 04:32 PM

Quote:

Originally Posted by zartanch
attitude could use some improvement though.

Shut up, you don't know anything about Boo. He is great guy. I don't think I've ever met anyone as nice as him... well maybe just a few. You can't judge a person because of one post. Maybe he is having a bad day.

zartanch 12-29-2002 04:34 PM

I know he had a bad post.

Bazooka_Joe 12-29-2002 05:41 PM

Guys, guys! I knew what his intentions were! He took this from rudedog's .cfg file, and just replaced the values with his, that's all. No need to jump all over him. Zartanch, plz try what I said, and see if it works.

zartanch 12-29-2002 05:51 PM

Thanks!
 
Works like a charm, thank you! biggrin:

Bazooka_Joe 12-29-2002 06:10 PM

n/p, glad it did.

geRV 12-29-2002 06:26 PM

[quote="Gothic_child180":51d78]
Quote:

Originally Posted by zartanch
attitude could use some improvement though.

Shut up, you don't know anything about Boo. He is great guy. I don't think I've ever met anyone as nice as him... well maybe just a few. You can't judge a person because of one post. Maybe he is having a bad day.[/quote:51d78]

Who's boo?

Bazooka_Joe 12-29-2002 06:28 PM

Captian McCusker = ChickenBoo.


All times are GMT -6. The time now is 09:01 PM.

Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.