Jump to content

Home

duel problems


David Icke

Recommended Posts

Hi guys

 

a couple of problems,, I got 2 servers running ffa and duel, but i can only ever see 1 server on the internet at once,, using any browsing tool,,,,,,, its the first 1 i start, and i start them using different +set netport commands ?? any idea???

 

 

also ive set the duel game to no weapons but there are some weapons lying on floor in the carbon pit bowcaster and blaster , how can i get ribd of these..

 

help apreciated cheers

Link to comment
Share on other sites

Just to make sure, you are using +set net_port (as opposed to +set netport), right? As far as the weapons/items go, you can disable them using the following format:

 

set disable_(what you see when someone picks it up) "1"

 

For example, in the console when someone picks up a large shield booster you see something like this:

 

Item: 4 item_shield_lrg_instant

 

So, if you want to remove all the large shield packs on a level you'd use:

 

set disable_item_shield_lrg_instant "1"

 

You'll need to restart the map before it'll take effect. If you want to put something back that you'd taken out, just use the same setting but with a "0".

Link to comment
Share on other sites

Hi

Yeah i use set net_port 28073 and leave the other server as default port. here is my server.cfg

 

i thought this line seta g_weaponDisable "65531" would disable all weapons but the saber???

 

 

seta sv_pure "1"

seta sv_maxRate "6000"

seta sv_floodProtect "1"

seta sv_maxclients "5"

seta g_maxGameClients "0"

seta sv_privateClients "1"

seta sv_timeout "120"

seta g_allowvote "0"

seta sv_master1 "masterjk2.ravensoft.com"

seta sv_master2 "master.gamespy.com:27900

seta g_weaponDisable "65531"

seta g_gametype "3"

seta g_autoMapCycle "0"

seta g_banIPs ""

seta g_filterBan "1"

map duel_carbon

Link to comment
Share on other sites

Did you leave some things out? I don't see any server info items with sv_hostname being the main one. If you've left the hostname blank, it would be rather hard to find in the list. ;) I also noticed a private spot, but no private password being set. I understand if you deleted it so as not to broadcast it to the world, but often people just delete the pass itself or replace it with *** so that we know it's there...just not public.

Link to comment
Share on other sites

Well, I was just going to make sure that you have a hostname set. Usually I take the time to point out anything that "doesn't look right" just as a side benefit. ;) Are you using +set dedicated 2 in the command line? Are you behind a firewall/router? If so, how do you have your forwarding set up?

Link to comment
Share on other sites

Hi guys

Im still have trouble getting my second server to show up on the internet,,, here my full server.cfg can anyone see any problems in it?

 

I start the server using this command.

./jk2ded +exec server.cfg +set net_port 28073 +set dedicated 2

 

my other server is on port 28070, only the server that I start first shows on the internet!!! any ideas?

 

 

seta sv_hostname "David Ickes Turqouise Arena" //As it appears in the server list

seta g_motd "CHECK YOUR SCORES AT http://www.bogroll.org"

sets Administrator "David_Icke"

sets Email "david.icke@godlike.co.uk"

sets URL "www.bogroll.org"

sets Location "Anglo Dutch"

//seta g_needpass "0" // 0=No 1=Yes - For info only. Does not password server.

//+set net_port 28073

set net_port 28073

seta rconPassword "" // Used to remote admin server

seta sv_privatePassword "" // Used to access private slots

 

// Basic Server Settings

seta sv_pure "1" // Pure setting enforces pk3 file checks

seta sv_maxRate "6000" // Generally between 5000-10000. Max 25000

seta sv_floodProtect "1" // Helps keep clients from flooding server

seta sv_maxclients "6" // Max number of connected players

seta g_maxGameClients "0"

seta sv_privateClients "2" // Number of private slots. Access with sv_privatepassword

seta sv_timeout "120" // Time (in seconds) server waits for packet before disconnecting clients

seta g_allowvote "0"

// Allow clients to vote for map/rules changes (0=No/1=Yes)

seta sv_master1 "masterjk2.ravensoft.com"

seta sv_master2 "master.gamespy.com:27900"

// Game Settings

seta fraglimit "1" // For Duel - Frags a single player accumulates to rotate players

//seta duel_fraglimit "10" // Number of times a single player hits the fraglimit to rotate maps

//seta timelimit "20" // Time limit for round if fraglimit not hit--could be disabled for duel

seta g_weaponDisable "65531"

// 65531 = saber only

//seta g_duelWeaponDisable "65531" // Same as g_weaponDisable, but for duels

//seta g_forcePowerDisable "32767" // Selectively disable force powers. 32767 = no force

seta g_saberLocking "1" // Allow saber locks to occur

seta g_gametype "3"

// 3 = Duel

seta g_autoMapCycle "0" // (0/1) (Off/On) Rotates through all maps for gametype. Disable to use custom rotation.

// Banning

seta g_banIPs "" // List of IP's to be banned

seta g_filterBan "1" // Enable Ban by Ip

 

// Map Rotation

map duel_carbon

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...