Help for battlefront-like game that is just Galactic As!ault

So right now, I am making a battlefront 2 Galactic As!ault-like game.
It’s basically Aliens (the attackers) vs Humans (the defenders) are trying to fight in a spaceship, the Aliens attack, capturing points and also being faster with better melee gadgets, while the humans defend the points, with better ranged potential.
I know how to make classes and stuff (I got that down), but now I’m trying to make the objective of the game which is:
1: Aliens capture a pretty open point
2: Aliens capture two points on opposite ends of the ship (both must be captured before aliens can go and capture the third point.
3: Aliens go to last point in the middle of the ship, its very defendable.
4: Aliens must now take out the crew that staff bridge of the ship, which are 20 sentries, and different types of them at that. If the all the crew falls that can operate the ship, the aliens win.
There will be some sort of time limit, it will grow if aliens capture a point though. If the time limit gets to zero, humans win. Simple.

I am in need of help to make the capture point system… I’m trying to save memory right now though. Thanks for looking into this! :smiley:

(I could not really find anything on this topic, if you find something for this, please link it, thanks!)

1 Like

The capturing system

Once I got that done, I good.

Note: humans are team 1, and aliens team 2

So what is a “point”, really, is it an area of “territory” that they have to capture? And what happens if they capture it? Can the crew members still walk through it?

2 Likes

Is it like hotzone?
When you stand in an area for some time to capture it?

Its a zone, so if the aliens capture it, people can still walk through it

So how do you want to capture it? Pressing a button or standing in it?

1 Like

yeah (eeeeeeeeeeeeeeeeeeeeeee).

Standing on it, but I may add that Human can block it by standing in it… got no idea how to make that though

I think you can use a trigger that carries a wire to a barrier.

In the game modes area there’s a section on how to make hotzone.

This guide doesn’t do that, yet…

2 Likes

Alright, let me open Gimkit up to see what I can do for you.

(Also, if the character limit bugs you just put letters in between these symbols <>)

3 Likes

like this

2 Likes

Oh nice

1 Like

Just like the post if you agree with it.
What do you want to happen when the zone is “captured”?

1 Like

It would turn on/let the Alien team capture the next point/points(or sentry’s depending on what point they captured)

4 Likes

Maybe we could use the hot zone mechanic from my guide but add a few more things… 2 triggers, each trigger would work and send a wire pulse when the team they work for. The triggers increase a counter and when both teams are in there the counter would increase, the target value should be 2. When target value reached stop repeater. (I think it uses a repeater.)
The counter decreases when one of the teams leaves. I don’t know if this would track each player individually.

1 Like

maybe, I’ll try it after school

So I’ll just say how it will work, there will be a “capture” counter that will go up(starts at zero, goes up by one) as long as there is a team 2 player in there. (so if the capture time is 60, after 60 seconds the zone will be captured and will turn on the next zone… and so on and so forth)(I think you have that there though in your guide), and when a team one goes into the zone that counter stops… or if there is no team 2 players in the zone.

(I think you talked about this, just trying to clarify!)

1 Like

@Jhan Can you reword your Addition to the hot zone mechanic(also I found a bug in the original one, or maybe I did it wrong…)