Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

duel problems

Page: 1 of 1
 David Icke
05-08-2002, 3:17 PM
#1
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
 MatrixCPA
05-08-2002, 3:40 PM
#2
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".
 David Icke
05-08-2002, 4:15 PM
#3
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
 MatrixCPA
05-08-2002, 7:44 PM
#4
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.
 David Icke
05-08-2002, 9:35 PM
#5
Yeah,, i left the server name stuff out,,,, didnt think it was helpfull to the diagnosis, and its a pain to copy past fron "vi" :p

its first time ive posted a .cfg ;)

but if any more info is helpfull ill get it?
 MatrixCPA
05-08-2002, 9:40 PM
#6
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?
 David Icke
05-08-2002, 9:46 PM
#7
im not using +set dedicated=2 on commandline, i thought a public server was default?????????

i have a hardware firewall..I have tcp and udp port forwarded
27900 to 28000. do i need any others?
 MatrixCPA
05-08-2002, 10:17 PM
#8
I'm not sure what the default is, but I'd include +set dedicated 2 in the command line anyway--note, there's no = in there.
 Mr_Sharky
05-09-2002, 4:27 AM
#9
Also write protect jk2mpconfig.cfg so it's read only... this helped a lot when I tried running 2 servers...
 David Icke
05-09-2002, 3:32 PM
#10
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 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
Page: 1 of 1