1v1 SB [] 1v1 fort maps(help)

A place for threads related to tournaments and the like, and things related too.

Moderator: Light

Post Reply
User avatar
Cody <3
Match Winner
Posts: 512
Joined: Thu Feb 26, 2009 6:08 am
Location: Indiana

1v1 SB [] 1v1 fort maps(help)

Post by Cody <3 »

Okay so far I have this that i want to implement

#access levels
GLOBAL_ID 1
AUTHORITY_WHITELIST
ACCESS_LEVEL_PLAY 8
ACCESS_LEVEL_ADMIN 7
ACCESS_LEVEL SILENCE 7
ACCESS_LEVEL VOICE 7
ACCESS_LEVEL SUSPEND 7
ACCESS_LEVEL UNSUSPEND 7
ACCESS_LEVEL_SPY_MSG -1
ACCESS_LEVEL_SPY_TEAM -1
ACCESS_LEVEL START_NEW_MATCH 7

This is so that people with a global id can play.

Now i need help making a 1v1 sumo single binding server

also on how to make a 1v1 fortress server

I need all the help i can get =]
NEW 1v1 Sumo SB Tournament SITE
http://1v1sb.weebly.com
User avatar
Desolate
Shutout Match Winner
Posts: 1021
Joined: Sat Apr 26, 2008 2:31 pm
Location: Probably golfing

Re: 1v1 SB [] 1v1 fort maps(help)

Post by Desolate »

Just curious, why do you make a new topic for every small piece?
User avatar
Cody <3
Match Winner
Posts: 512
Joined: Thu Feb 26, 2009 6:08 am
Location: Indiana

Re: 1v1 SB [] 1v1 fort maps(help)

Post by Cody <3 »

Desolate wrote:Just curious, why do you make a new topic for every small piece?
Why didn't you just PM me this instead of posting and going off topic and not helping one bit.
NEW 1v1 Sumo SB Tournament SITE
http://1v1sb.weebly.com
User avatar
compguygene
Adjust Outside Corner Grinder
Posts: 2346
Joined: Thu Aug 21, 2008 12:09 pm
Location: Cleveland, Ohio
Contact:

Re: 1v1 SB [] 1v1 fort maps(help)

Post by compguygene »

Well, I thought that you could simply include the ladle settings, and include a custom add on for the user levels, like you did for sumo plus perhaps the following:

Code: Select all

MAX_CLIENTS 4
TEAM_MAX_PLAYERS 1
TEAM_MIN_PLAYERS 1
4 players would leave slots for 1 tourney admin and 1 other spec....but make it most easy to maximize the number of servers that can be hosted on one server.
Armagetron: It's a video game that people should just play and enjoy :)
https://bit.ly/2KBGYjvCheck out the simple site about TheServerPharm
User avatar
DDMJ
Reverse Outside Corner Grinder
Posts: 1882
Joined: Thu Jun 08, 2006 12:15 am
Location: LA, CA, USA, NA
Contact:

Re: 1v1 SB [] 1v1 fort maps(help)

Post by DDMJ »

1v1 Sumo SB:

Code: Select all

INCLUDE examples/cvs_test/sumo_complete.cfg
MAP_FILE Durka/sumo/arena-1.aamap.xml
TEAMS_MAX 2
DOUBLEBIND_TIME 1
...something like that 8)
Post Reply