2.06 Beta Syntax

Discussion for Admins of ETPro/BayonET servers.
If you don't run a server, please don't post here...

Moderators: Forum moderators, developers

User avatar
Palbin
Posts: 103
Joined: Tue Oct 07, 2003 2:53 pm

Post by Palbin »

Moonman wrote:What exactly would I do, if I wanted to run the normal 3 Map Campaigns, but wanted to have Custom Maps in the ETMain Dir aswell for when/if someone needs the server to scrim on?

I confused myself with all this, so any help would be great :D.
Exactly waht are you asking. I'm confused :?
Palbin-OGL
www.metamule.com
OGL Admin ET Campaign & SW Ladder / [url=irc://irc.gamesurge.net/ogl]#OGL[/url] / www.worldogl.com
User avatar
=FF=im2good4u
Posts: 3821
Joined: Wed Feb 05, 2003 7:30 am
Location: The Netherlands, HOLLAND
Contact:

Post by =FF=im2good4u »

Moonman wrote:What exactly would I do, if I wanted to run the normal 3 Map Campaigns, but wanted to have Custom Maps in the ETMain Dir aswell for when/if someone needs the server to scrim on?

I confused myself with all this, so any help would be great :D.
well if wana laod a costum map ahead (the maps would be in etmain)
sneaky1
Posts: 249
Joined: Wed Oct 16, 2002 6:05 pm
Contact:

Post by sneaky1 »

uber_noob wrote:
Chairman Kaga wrote:What if you have more than one campaign?
Put them in the same file. You can define more then one campaign inside a single file, just make shure they don't have the same (short)name.

For example place both in the same file.

Code: Select all

{
	name		 "xxx 1"
	shortname      "cmpgn_xxx1"
	description	 " Campaign 1"
	maps		  "battery;goldrush;radar"
	mapTC			374 374
	type			"wolfmp"
}

{
	name		 "xxx 2"
	shortname      "cmpgn_xxx2"
	description	 "Campaign 2"
	maps		  "northpole;mp_beach;fueldump"
	mapTC			374 374
	type			"wolfmp"
}


Ya know. I tried this and it would only execute the first one and not go to the second. :? Can someome post the proper way to do this?
Success is only gained through failure.
Come check out the new bani league at:
http://www.bani-league.com
User avatar
Deus
Posts: 1053
Joined: Fri Mar 12, 2004 2:24 am
Location: Germany
Contact:

Post by Deus »

This is only the cmpgn definition, and it is correct.

U need a campaign rotationscript.

U will find an example for that in your etmain folder.

Open the file campaigncycle.cfg
User avatar
*]Fisher[*
Posts: 5
Joined: Thu Apr 22, 2004 2:01 am
Location: Poland

Post by *]Fisher[* »

ive got everything what i want. but, ive got machine with graphic card that et do not support, and is any way to turn on the ET server with et pro mod with some command line that will bypass graphic card and run exactly dedicated server without game gui


i made all settings on much powerfull machine, i copied them all on machine with 4MB graphic card becouse i want only a dedicated server and ive got open gl bla bla bla some shit like this



sorry for my english
none
User avatar
Deus
Posts: 1053
Joined: Fri Mar 12, 2004 2:24 am
Location: Germany
Contact:

Post by Deus »

et.exe +set dedicated n

where n = 1 for LAN; 2 for internet

et.exe +set fs_game etpro +set dedicated 2 +set net_port 41337 +exec server.cfg +map fueldump

^^ examplestartline

fs_game etpro <-- for starting game in etpro mod
dedicated 2 <-- for starting an Internet Gameserver
net_port 41337 <-- set port if more than one server runs on same machine
exec server.cfg <-- execute server config
map fueldump <-- if included in server.cfg theres no need for, but server will not start if no map is given
User avatar
*]Fisher[*
Posts: 5
Joined: Thu Apr 22, 2004 2:01 am
Location: Poland

Post by *]Fisher[* »

yeah i`ve done it, and:

WARNING: watchdog will trigger in 4 seconds
none
User avatar
Deus
Posts: 1053
Joined: Fri Mar 12, 2004 2:24 am
Location: Germany
Contact:

Post by Deus »

then something else is wrong.
can you please post your server.cfg ?
don't forget to *** out passwords
User avatar
*]Fisher[*
Posts: 5
Joined: Thu Apr 22, 2004 2:01 am
Location: Poland

Post by *]Fisher[* »

look at private message
none
User avatar
*]Fisher[*
Posts: 5
Joined: Thu Apr 22, 2004 2:01 am
Location: Poland

Post by *]Fisher[* »

ok it works now, i do it like this:

i`ve started the game:


et.exe +set fs_game etpro +set dedicated 2 +set net_port 27000 +exec server.cfg

in server.cfg file i put line

exec campaigncycle.cfg
in that file is something like this:

set d1 "campaign cmpgn_ostroda2 ; set nextcampaign vstr d2"
set d2 "campaign cmpgn_ostroda2 ; set nextcampaign vstr d1"

// server doesn't recognise the campaign command when the gamecode isn't running yet.
set d_initial "set g_gametype 4 ; map battery ; set nextcampaign vstr d2"
vstr d_initial


and the server starts without game gui only game console and it works, but im still wondering whats happend when the first campaign will end i have not tested it yet to end
none
User avatar
Deus
Posts: 1053
Joined: Fri Mar 12, 2004 2:24 am
Location: Germany
Contact:

Post by Deus »

when the first campaign ends it will start the nextcampaign, and so on and so on, if he gets to the last one he will begin with the first one.
User avatar
*]Fisher[*
Posts: 5
Joined: Thu Apr 22, 2004 2:01 am
Location: Poland

Post by *]Fisher[* »

i`ve turned on the server with command
ET.exe +set fs_game etpro +set dedicated 2 +set net_IP 83.26.0.162 +set net_port 27000 +exec server.cfg

and i found in the console something like this:


Winsock Initialized
Opening IP socket: 83.26.0.162:27000
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 83.26.0.162:27001
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 83.26.0.162:27002
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 83.26.0.162:27003
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 83.26.0.162:27004
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 83.26.0.162:27005
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 83.26.0.162:27006
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 83.26.0.162:27007
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 83.26.0.162:27008
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
Opening IP socket: 83.26.0.162:27009
WARNING: UDP_OpenSocket: bind: WSAEADDRNOTAVAIL
WARNING: Couldn't allocate IP port



i must run with this command witch sets my ip number becouse router sends wrong ip to master server, like they said in www.rtcw.jolt.co.uk
none
User avatar
vanhero.com
Posts: 32
Joined: Mon May 24, 2004 7:56 pm

do you have port open

Post by vanhero.com »

on your router? sounds like you need to open the port. btw... you dont need the .exe afer the et.

i reconmend port 27960. its the default.
User avatar
vanhero.com
Posts: 32
Joined: Mon May 24, 2004 7:56 pm

do you have port open

Post by vanhero.com »

on your router? sounds like you need to open the port. btw... you dont need the .exe afer the et.

i reconmend port 27960. its the default.
AdminNOOB
Posts: 48
Joined: Wed Aug 25, 2004 6:39 pm

Post by AdminNOOB »

I put this EXACTLY this way into my config:

set b_campaignFile "pak5434.campaign"

and it still makes everyone download all maps at once.


What I REALLY want is this: Have people ONLY DL THE MAP RUNNING...not an entire campaign, just the map thats running. People are too darn impatient to get 3 or more maps...sometimes 2. How can it be (if possible) to only DL the map that's playing ?

This would be ideal and would be most gracious. Thanks.
Post Reply