How do respawn Base With Group On CapturePoint works?

not working despite ids are correct…


( map for reference )

what others options do i have :upside_down_face:

alright so, here is how i structured mines in the current version ( same to the one that is uploaded on the site. only difference, is id which might be wrong in that version. anyway )

S1 = base on capture #5
S2 = Left Windmill #6 Broken Windmill #7
S3 = Stables #8
S4 = Prison #9
S5 = Bunker AAA #10 Covered AAA #11
S6 = Radio Tower #12
S7 = Red Barn # 13

and yet i have 5 spawns in the middle of no where.

1 Like

Is your mod in blk file?
Can I download blk file code and check it?

https://enlisted-sandbox.gaijin.net/post/OTSzAsOpboHTrtUd/

( a bit outdated. the when i correct the id, i get the same result )

1 Like

Ill check it later.
Maybe today.

1 Like

thanks… really…

1 Like
  1. So you want defenders to spawn on the point for say 30 secs before the zonespawnpoint disappears and the defenders need to use “normal” spawns?

  2. you get these weird spawns in the middle that never disappear?

i remember me having the same issues when the editor dropped. My first map was Invasion but i saved it to early and lost all my rendinst so i gave it up.
i think i fixed it back then, but i am not 100% sure, if you want, i can take a look, but i need the scene.blk not vrom (you can pm)

Almost everything okay.
Only respawn in S1 have respawnbaseType = "human aw".
It’s can make errors and some problems.

Well… Seems here problem in editor side?
Maybe it happened because that your capture points don’t have capzone__capTeam and capzone__owningTeam.
So… Maybe this problem will fixs when you set:

  • capzone__capTeam to 2 (team have capzone__progress).
  • capzone__owningTeam to 2 (team that have this point).

In gameplay side it will nothing change. Because only 1 team can make capture progress (capzone__onlyTeamCanCapture is 1).

If you want allow decap first strategic point after sometime like in original Enlisted maps then…
capzone__mustBeCapturedByTeam should be 1, but capzone__onlyTeamCanCapture should be -1.
Also would be good set capzone__progress to 1.0.


Respawn near capture point disappears for me after that I set capzone__capTeam and capzone__owningTeam.

welllll i did as you told,
but
those respawns still remain though, and fucks up my map because people will spawn there:

i just hope it’s an editor issue.

otherwise my map will not be fun.

1 Like

Hmmm… Yeah. Weird. They still generates.
At least other problems are fixed.

Well… I’ll try fix it.
But yeah. It’s more like editor problems.
Night_Voyager tells that these spawners don’t work in multiplayer (but work in editor). He too had/has this problem.

1 Like

yeah i asked him in discord, and since he didn’t knew it as he had the same issue, i decided to test my luck here.

1 Like

I think it’s because of this:


They have same id.

I check my map…
And I got it. My map has another capzone__createRespawnBase.


And it generates this object:

That is why I don’t have this bug.

Your some capture points have:


(Weird, but some capture points have another capzone__createRespawnBase and it’s respawnBaseGroupActivator.)

I recheck Enlisted editor guide about create an Invasion mission. And it has:
Step 8: 4) capzone__createRespawnBase: respawnBaseGroupActivator

wait, i do have 9 objectives.

so the 8th is causing issues?

( or maybe i’m getting it wrong… )

All capture points have wrong capzone__createRespawnBase.
Just try change to respawnBaseGroupActivator in all capture points that have capzone__createRespawnBase = respawnBaseOnCapturePoint.

Stage 8: 4) capzone__createRespawnBase: respawnBaseGroupActivator
Is from Enlisted editor guide about how to create an Invasion mission.

1 Like

that… worked.

but the real question is, why… and how…

like, how am i supposed to know this stuff if the guides don’t talk about that?

i don’t… get it

1 Like

capzone__createRespawnBase: respawnBaseGroupActivator

ah… it is in the document then.

but… why was it setted to something else :upside_down_face:

guess we’ll never know.

either way, many thanks. truly.

1 Like

Well… Maybe devs/Keofox added it a bit late :slight_smile:

From first lines in editor guide about Invasion mission.
This manual can be edited and expanded. All new or edited entries will be marked with different color.
And this 4) capzone__createRespawnBase: respawnBaseGroupActivator is blue.
(It’s in Step 8 — Adding Infantry Spawn Points on the Strategic Points).

1 Like

ALSO have this, Possibly a bug, because the situation haven’t exist before last update :rofl:

1 Like

apparently, it’s because of this:

which has been recently modified:

( on the actual objective points )

2 Likes

Thanks!

2 Likes