Author Topic: Team Deathmatch for v11 Teaser  (Read 8113 times)

Can you post when you'll host? I really want to try this out. Also, good job and I can't wait!

My school is currently doing the 'Work Experience' week for me, so I won't be free until about 4:30-5:00pm tomorrow at the very earliest. I'll see what happens then and I might be able to host it then. I need to do some final testing for each game mode (probably without Hunter/Assassins until I can re-work them) + the capture points, maybe make a build to use those and then it'll be ready.

It's looking awesome.

Idea: Maybe some TDM events (for v2) for making your own games and so.

Currently I have:

Input Events:
onTeam1...6PlayerTouch
onTeam1...3Capture
onTeamCaptureReset

Output Events:
Brick->setTeamAllied
Brick->setTeamCapturable
Client->setTeam
Minigame->roundEnd

Game Modes:
Brick->crStealMoney
Brick->crReturnMoney
I'm considering making the CTF Flag trigger my "onItemPickup" input event for alarms/triggers/whatever

Variable/Conditional Events: (only if that mod is enabled)
Brick->ifTeam
Brick->ifTeamLeader

You could probably substitute a lot of game modes for these events - the automatic game modes are to allow you to quickly set up an existing build to play a mode (e.g. "I want this fort I have to use Siege for attack and defense", place a few spawns and capture points, go)

Sweet!

off topic:
Space Guy, how old are you anyways?
I thought you were an adult, but you speak of going to school.

Space Guy, how old are you anyways?
I thought you were an adult, but you speak of going to school.

College?

My school is currently doing the 'Work Experience' week for me, so I won't be free until about 4:30-5:00pm tomorrow at the very earliest. I'll see what happens then and I might be able to host it then. I need to do some final testing for each game mode (probably without Hunter/Assassins until I can re-work them) + the capture points, maybe make a build to use those and then it'll be ready.

Ok, thanks for the answer. That'll be the first thing I'll do for spring break.

Currently I have:

onTeam1...6PlayerTouch
onTeam1...3Capture

I'm considering making the CTF Flag trigger my "onItemPickup" input event for alarms/triggers/whatever

Brick->ifTeam
Brick->ifTeamLeader

What does the 6PlayerTouch and 3Capture mean?  6 players have to touch a brick or something?  3 players have to capture something?

I would definitely use the onItemPickup, it would work perfectly for alarms and such.  I use it in any interactive build.

On the ifTeam, that means you could make it so that a person wouldn't be able to capture his own flag?

What does the 6PlayerTouch and 3Capture mean?  6 players have to touch a brick or something?  3 players have to capture something?

I would definitely use the onItemPickup, it would work perfectly for alarms and such.  I use it in any interactive build.

On the ifTeam, that means you could make it so that a person wouldn't be able to capture his own flag?
Quote
onTeam1...6PlayerTouch
onTeam1...3Capture

I believe that means from 1 to 6. OnTeam1, onTeam2, onTeam3, etc.

Example:
OnTeam3->PlayerTouch
OnTeam3->Capture

It would be cool if there was some sort of control point mode, just a suggestion.

There are six onTeamPlayerTouch events, one for each team. onPlayerTouch is triggered if any player touches it, onTeamPlayerTouch if a player of that number team touches it.

There are three onTeamCapture events that work with the control points (these are already included). When a team (1, 2 or 3: 4-6 cannot take over control points) takes over the point, it triggers this event. For instance, you could have Team Red capture the supply lockers and then only they can use a specific door.

Players on a specific team cannot pick up their own flag. They can pick up any enemy flag in the Capture The Flag mode and return it to their own base for points.

ifTeam could be used for certain team-only doors which open when clicked or used, or item supplies.

You can use the setTeamAllied event to change a spawn point, capture point or vehicle spawn's alliance to a particular team - where only they will spawn there, own it or be able to use vehicles on it.

If you must know, I am 15 years old.

I pictured you a lot older than that... Way to let me down... ;)

Still, I can't wait!

You said in 2-3 days. Now its the 4th day D:

Yeah, I found some problems and had to do more testing. Sorry.

Well, can we get a new estimate?