Maplist

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

Moderators: Forum moderators, developers

Post Reply
Aragorn
Posts: 25
Joined: Tue Nov 16, 2004 5:21 am

Maplist

Post by Aragorn »

Hi this is probably peace of cake for you guys :)

I've put a new map on my server in etmain named mml_helmsdeep_fp.pk3
but it doesn't show up in the maplist...

I can run the map by typing it into console but how do I get it in the maplist?

thx
Grtz Ara
User avatar
Ragnar_40k
Posts: 394
Joined: Thu Mar 18, 2004 5:18 pm
Location: Berlin, birthplace of the Döner
Contact:

Post by Ragnar_40k »

Single maps show only up when game type is Stopwatch or Single Map Objective (or LMS). For Campaign game type you have to create a campaign file.
The Emperor watch over you.
Aragorn
Posts: 25
Joined: Tue Nov 16, 2004 5:21 am

Post by Aragorn »

yes off course... :)

but it doesn't show the map... maybe the name is too long?
Grtz Ara
User avatar
ReyalP
Posts: 1663
Joined: Fri Jul 25, 2003 11:44 am

Post by ReyalP »

maybe it is lacking an arena file.
send lawyers, guns and money
CrazyGuy
Posts: 31
Joined: Wed Aug 14, 2002 12:32 am

Post by CrazyGuy »

You need all of the versions that came out for HelmsDeep.

mml_helmsdeep_fp
mml_helmsdeep_a3
mml_helmsdeep_a3_sp1
mml_helmsdeep_a3_sp1b

Had this problem before with a Campaign.
User avatar
Luk4ward
Posts: 236
Joined: Sun Jul 30, 2006 1:55 pm
Location: Poland
Contact:

Post by Luk4ward »

Ragnar_40k wrote:Single maps show only up when game type is Stopwatch or Single Map Objective (or LMS). For Campaign game type you have to create a campaign file.
ok, got 1st campaign:

Code: Select all

{
	name			"^1Standardowe"
	shortname		"cmpgn_s_mapy_ok"
	description		"1. Oasis*2. Fueldump*3. Battery*4. Railgun*5. Radar*6. Goldrush"
	maps			"oasis;fueldump;battery;railgun;radar;goldrush"
	mapTC			374 374
	type			"wolfmp"
}
and 2nd campaign:

Code: Select all

{
	name			"^1Niestandardowe"
	shortname		"cmpgn_nies_mapy_ok"
	description		"1. Caen*2. Supply Depot 2*3. TC Base*4. Desert Temple*5. Venice *6. Dubrovnik"
	maps			"caen;supplydepot2;tc_base;temple_final;venice;dubrovnik_final"
	mapTC			374 374
	type			"wolfmp"
}
rotation.cfg:

Code: Select all

// WATCHDOG
set com_watchdog_cmd "vstr d_initial ; say watchdog found no map running - restarted mapcycle"

set d1 "shuffleteamsxp_norestart ; campaign cmpgn_s_mapy_ok ; set nextcampaign vstr d2"
set d2 "shuffleteamsxp_norestart ; campaign cmpgn_nies_mapy_ok ; set nextcampaign vstr d1"

set d_initial "set g_gametype 4 ; map oasis ; set nextcampaign vstr d2"
vstr d_initial
and why cant i use any of the command such: nextmap, listmap etc.

is it a way to do this in campaign mode?
wolFTeam.pl
User avatar
deej
Posts: 743
Joined: Fri Mar 19, 2004 12:44 am
Location: Belgium!
Contact:

Post by deej »

Probably overkill to mention but you actually need to have helmsdeep installed on your pc as well before it shows up.
Our servers now run on 64 bit steroids. Point your ET to:
- Forgotten Ground StopWatch Server with occasional wolfrof 1
- Fraggle Rock ETPub Server - Mix up ET/UT & Duke Nukem
User avatar
Luk4ward
Posts: 236
Joined: Sun Jul 30, 2006 1:55 pm
Location: Poland
Contact:

Post by Luk4ward »

deej wrote:Probably overkill to mention but you actually need to have helmsdeep installed on your pc as well before it shows up.
so the answer is no? :? thx for the help... :roll:
wolFTeam.pl
User avatar
Nail
Posts: 425
Joined: Fri Jan 02, 2004 3:47 pm
Contact:

Post by Nail »

afaik, you have to have mml_helmsdeep_fp in the campaign file for it to work, you don't have it in either campaign
Improvise, Adapt, Overcome
User avatar
Luk4ward
Posts: 236
Joined: Sun Jul 30, 2006 1:55 pm
Location: Poland
Contact:

Post by Luk4ward »

erm, i think u r joking...why putting some map called: mml_helmsdeep_fp in the campaign file will sort the problem with nextmap or maplist in campaigne mod? can any1 explain me that or help?
wolFTeam.pl
User avatar
Deus
Posts: 1053
Joined: Fri Mar 12, 2004 2:24 am
Location: Germany
Contact:

Post by Deus »

nextmap calls the next map, which is, while in cmpgn mode, the next cmpgn.
So don't use in while in cmpgn mode.

If you want to skip a map decrease the timelimit.

regarding the maplist thing: there are 2 many reasons which have been mentioned but you did not give further information to rule something out.

- You need all the files on your server
- You need all the files on your client
- The file/s is/are lacking the *.arena file
- Maps are not shown while in cmpgn mode
SlAppY
Posts: 27
Joined: Fri Jan 06, 2006 11:49 am

Post by SlAppY »

Allies surrender is a good way to skip in a campaign... right?
User avatar
Luk4ward
Posts: 236
Joined: Sun Jul 30, 2006 1:55 pm
Location: Poland
Contact:

Post by Luk4ward »

thats the only way lol..

thx for the relpies, thought it is some way....
i set 2 campaigns with b campaignfile, so the button nextmap is now changed to next campaign...i think in the further i would try with stopwatch but not in the usual way ;). i mean the campaign style wont be changed so much and nextmap option will be available
wolFTeam.pl
User avatar
Deus
Posts: 1053
Joined: Fri Mar 12, 2004 2:24 am
Location: Germany
Contact:

Post by Deus »

Luk4ward wrote:i set 2 campaigns with b campaignfile
Image

This is not possible, except you have them in one campaignfile, though it does not sound like you have it that way.
User avatar
Luk4ward
Posts: 236
Joined: Sun Jul 30, 2006 1:55 pm
Location: Poland
Contact:

Post by Luk4ward »

Deus wrote:
Luk4ward wrote:i set 2 campaigns with b campaignfile
Image

This is not possible, except you have them in one campaignfile, though it does not sound like you have it that way.
erm, sorry i had to hurry, i created 2 campaigns in one campaign file so that i could use b_campaignfile, and i would recommend all to do this in such way. It doesnt help with nextmap, but at least ppl can see in vote section: nextcampaign instead of nextmap so that they wont be moaning about changing to the nextmap. Hope now its cleared:P
wolFTeam.pl
Post Reply