| View previous topic :: View next topic |
| Author |
Message |
WSF|Otter

Joined: 17 Oct 2003 Posts: 100 Location: Missouri
|
Posted: Tue Dec 23, 2003 7:30 am Post subject: 2.06 Beta Syntax |
|
|
I want to try and use the b_campaignFile setting in my configs, but just need to know the proper syntax.
Do you reference the .cfg file that loads a campaign?
example: set b_campaignFile "wsfetpro.cfg"
Or... Do you reference the .pk3 file?
Thanks _________________ WSF|Otter
Founder and Leader
Wolf Strike Force
http://wolfstrikeforce.com
WSF ET Pro Game Server - 69.57.143.174:27960 |
|
| Back to top |
|
 |
=FF=im2good4u

Joined: 05 Feb 2003 Posts: 3924 Location: The Netherlands, HOLLAND
|
Posted: Tue Dec 23, 2003 9:48 am Post subject: |
|
|
i tought to the .pk3 file
| Code: | new: b_campaignFile allows admin to specify specific campaign file, to prevent server from referencing every pk3 on the server and forcing players to download every referenced pk3 on the server
|
_________________
  |
|
| Back to top |
|
 |
uber-noob
Joined: 20 Dec 2003 Posts: 285 Location: Germany
|
Posted: Tue Dec 23, 2003 5:13 pm Post subject: |
|
|
The Syntax is | Code: | | b_campaignFile "scripts/xxx.campaign" | at least it works this way for me. |
|
| Back to top |
|
 |
WSF|Otter

Joined: 17 Oct 2003 Posts: 100 Location: Missouri
|
Posted: Tue Dec 23, 2003 5:51 pm Post subject: |
|
|
That makes sense....
Thanks Uber...  _________________ WSF|Otter
Founder and Leader
Wolf Strike Force
http://wolfstrikeforce.com
WSF ET Pro Game Server - 69.57.143.174:27960 |
|
| Back to top |
|
 |
=FF=im2good4u

Joined: 05 Feb 2003 Posts: 3924 Location: The Netherlands, HOLLAND
|
Posted: Wed Dec 24, 2003 3:34 am Post subject: |
|
|
ups _________________
  |
|
| Back to top |
|
 |
Chairman Kaga

Joined: 04 Aug 2003 Posts: 64
|
Posted: Fri Dec 26, 2003 5:24 pm Post subject: |
|
|
What if you have more than one campaign? _________________ Steve (aka Chairman Kaga)
Proud member of Major League Killers
=MLK= International House of Panzer: 64.185.229.60:27960 |
|
| Back to top |
|
 |
uber-noob
Joined: 20 Dec 2003 Posts: 285 Location: Germany
|
Posted: Fri Dec 26, 2003 6:47 pm Post subject: |
|
|
| 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: |
{
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"
}
|
|
|
| Back to top |
|
 |
Chairman Kaga

Joined: 04 Aug 2003 Posts: 64
|
Posted: Fri Dec 26, 2003 8:27 pm Post subject: |
|
|
Ah, I didn't know that was possible. Leet.
Now I have to remember which pk3s I hacked the campaigns out of... _________________ Steve (aka Chairman Kaga)
Proud member of Major League Killers
=MLK= International House of Panzer: 64.185.229.60:27960 |
|
| Back to top |
|
 |
WSF|Otter

Joined: 17 Oct 2003 Posts: 100 Location: Missouri
|
Posted: Mon Dec 29, 2003 12:15 pm Post subject: |
|
|
| Quote: | 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.
|
Then which campaign starts if your server is restarted?
The first one? _________________ WSF|Otter
Founder and Leader
Wolf Strike Force
http://wolfstrikeforce.com
WSF ET Pro Game Server - 69.57.143.174:27960 |
|
| Back to top |
|
 |
Rain

Joined: 02 Aug 2003 Posts: 651 Location: Muffin Laboratories
|
Posted: Mon Dec 29, 2003 12:59 pm Post subject: |
|
|
| WSF|Otter wrote: | Then which campaign starts if your server is restarted?
The first one? |
Neither. The server configuration has to explicitly load a campaign. _________________ Rain |
|
| Back to top |
|
 |
WSF|Otter

Joined: 17 Oct 2003 Posts: 100 Location: Missouri
|
Posted: Mon Dec 29, 2003 1:01 pm Post subject: |
|
|
That's what I thought....
Thanks Rain... _________________ WSF|Otter
Founder and Leader
Wolf Strike Force
http://wolfstrikeforce.com
WSF ET Pro Game Server - 69.57.143.174:27960 |
|
| Back to top |
|
 |
V6.Sven

Joined: 23 Jan 2004 Posts: 86 Location: Netherlands!
|
Posted: Thu Feb 05, 2004 11:12 am Post subject: |
|
|
| Is it possable to use this to force the client to download a specific pk3 that doens't contain a map file? I made a soundpack which doesn't get downloaded to the client automatically. It only works if the client downloaded it from my site. It would be easier if they got it automatically. |
|
| Back to top |
|
 |
=FF=im2good4u

Joined: 05 Feb 2003 Posts: 3924 Location: The Netherlands, HOLLAND
|
Posted: Thu Feb 05, 2004 1:22 pm Post subject: |
|
|
try putting a champaing into it
our =FF= server also has all stuff inside 1 file _________________
  |
|
| Back to top |
|
 |
uber-noob
Joined: 20 Dec 2003 Posts: 285 Location: Germany
|
Posted: Thu Feb 05, 2004 2:29 pm Post subject: |
|
|
| V6.Sven wrote: | | Is it possable to use this to force the client to download a specific pk3 that doens't contain a map file? I made a soundpack which doesn't get downloaded to the client automatically. It only works if the client downloaded it from my site. It would be easier if they got it automatically. |
Just put it into the etpro instead of etmain directory. Every .pk3 within the etpro dir has to exist also on the clients. |
|
| Back to top |
|
 |
Moonman
Joined: 12 Feb 2004 Posts: 1
|
Posted: Tue Feb 17, 2004 7:03 pm Post subject: |
|
|
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 . |
|
| Back to top |
|
 |
|