Digital Paint Discussion Board

Development => Mapping => Topic started by: section8 on April 03, 2007, 01:28:08 AM

Title: Couple Questions
Post by: section8 on April 03, 2007, 01:28:08 AM
Hello,

I am new to mapping, but having a lot of fun doing it. I just have a couple questions to ask...

1) How do I set the players respawn time to about 5 seconds, like I have seen in the "speed" rounds.

2) How do I set the gamemode so that a flag capture does not end the round ?  I want the round to continue until all players are eliminated.

Thanks in advance.
Title: Re: Couple Questions
Post by: Eiii on April 03, 2007, 01:37:49 AM
1) That's a server-side setting, and a bad idea. Don't do it.

2) That's a server-side setting, and a bad idea. (usually) Don't do it.
Title: Re: Couple Questions
Post by: Spook on April 03, 2007, 01:38:47 AM
Basically NEVER try to mimic what goes on in that terrible Speed server
Title: Re: Couple Questions
Post by: Chef-Killer on April 03, 2007, 09:53:48 AM
haha

1) cvar_set elim 5
2) cvar_set flagcapendsround 0

But remember, eiii and spook told what most people think about it.
Title: Re: Couple Questions
Post by: KiLo on April 03, 2007, 11:12:07 AM
1.Please don't set it to 5 sec. respawn. Three servers like this is enough we really don't need anymore of them.

2.I personally don't like having it so you can cap repeatedly. GT Match Servers have this and I don't like it. But this is just my opinion.
Title: Re: Couple Questions
Post by: section8 on April 03, 2007, 11:30:04 AM
OK, thank you everyone for your opinions.

I will definately not setup my server this way.

But everyone, be on the lookout for a new server playing s8_????.bsp maps.  I would like comments and suggestions on them.

Thanks
Title: Re: Couple Questions
Post by: kNoC on April 03, 2007, 11:37:05 AM
giving us an ip would help also
Title: Re: Couple Questions
Post by: jitspoe on April 03, 2007, 04:11:33 PM
Be sure to follow this guide before releasing any maps: http://digitalpaint.planetquake.gamespy.com/testwiki1/pb2wiki.php?word=New+Map+Release+Procedure

Title: Re: Couple Questions
Post by: section8 on April 03, 2007, 09:20:33 PM
kNoC:  The server isn't running yet, don't have an IP to give you, will update everyone when I do.

jitspoe: I have been.. I will try my hardest to follow it.