Hello everyone,
I posted my mission on the sandbox.enlisted website.
I can load the mission in custom games but I can’t spawn, I get an error :
[E] [SQ] spawn squad [0,0] for team 2 is not possible
When I launch the editor all the spawns are not active, I “activated” them and save. When I restart they are “desactivated”.
Could you help me please ?
1 Like
I think you forgot to set the default spawn location for infantry. respTeam1 and respTeam2
1 Like
Hi,
I just took 2 screenshots.
I placed respTeam1 and respTeam2 but they are not “activate”. When I click active the spawns work.
But even after saving (in the blk save it even says “activate”), each time I restart the editor the spawns are not activate. When I want to play in custom matches, spawns doesn’t work.
2 Likes
ps : By “activate”, I mean “active”
You may need to click Activate and Save it
If you only have 1 Group, you can try removing GroupName
or maybe find and config this group_activator
entity in scene.blk to set Objective_1 to 1.0
entity{
_template:t="group_activator"
activator__initialLength:i=1
"activator__activateChoice:object"{
Objective_1:r=1.0
}
}
2 Likes
Thank you, very very much, I edited the blk as you said and it works now.
2 Likes