[T1] Map Capout Limits

Maverick

Contributor
Veteran XX
I just got a new T1 server (Playhouse - 205.234.149.2:28047), but seem to be having a problem with max caps before map change. Basically, the LT version of DX should capout at 8 caps, but on my server it just keeps going. I had thought the cap limits were coded into the map itself (got mine from Team Warfare), but maybe not now. I have last hope and zadmin running on it, but I'm a zadmin newb. I've dug through the config files and such but don't see any setting related to it. Any ideas on why it does this?

I've only verified this on DangerousCrossingLT, but just cause I don't feel like running caps on multiple maps :). It may do it on others.
 
I guess the first thing you could try is to open up DangerousCrossingLT.mis and scroll all the way to the bottom and make sure its at 8. But i dont think thats gonna be your problem. What version did you download?
 
Just looked at both the dsc and mis files. dsc says 8 caps, and mis file says:

//--- export object end ---//
$teamScoreLimit = 8;
exec(objectives);
newObject("LT", SimVolume, "LT.vol");
exec("LT.cs");
$cdTrack = 7;
$cdPlayMode = 1;
 
wanted to, but haven't messed with it yet. wanted to get a good config up and running before I tried something else.
 
Back
Top