Ravenfield
127 évaluations
Invinsible capture points
   
Récompenser
Ajouter aux favoris
Favoris
Retirer des favoris
Content Type: Mutators
Mots-clés : Modded Content
Taille du fichier
Publié le
29.056 KB
2 mai 2022 à 22h10
1 note de changement ( voir )

S'abonner pour télécharger
Invinsible capture points

Description
This makes unneutural capture points invinsible to any soldiers. good for deathmatch.




behaviour("capturepointfixer")

function capturepointfixer:Awake()
GameEvents.onActorSpawn.AddListener(self, "OnActorSpawn")
end

function capturepointfixer:OnActorSpawn(actor)
for i=1,#ActorManager.capturePoints do
if ActorManager.capturePoints.owner~=Team.Neutral then
ActorManager.capturePoints.captureRate=0
end
end
self.gameObject.Destroy(self.gameObject)
end
22 commentaires
fillwithjoy1 12 oct. 2024 à 20h35 
where can i find all of your mods your profile doesnt show :((
GamerGod 8 déc. 2022 à 19h25 
i love the thumbnails of this mods
bisnis fox [CLF armor] 3 aout 2022 à 15h30 
y
Don'tknowwhattoput 30 juin 2022 à 17h36 
I like how there is a drawing of all eagle soldiers surrounding while one held a raven soldier at gunpoint
pop 11 mai 2022 à 3h03 
loving the low effort ms paint thumbnails and the vanilla tweaks styled mutators, keep it up boi
Allen Blackwell 9 mai 2022 à 6h02 
thanks ive been wanting something like this for quite awhile now thank you very much.
Hijong park  [créateur] 5 mai 2022 à 19h11 
since every map has different capturepoint placement that isn't likely possible.
.::ZeroTwoKawaii::. 5 mai 2022 à 18h40 
Could you make a mutator so one flag is capturable/active at a time? so for example you give all the flags to eagle and then raven has to attack and capture flags one by one and push eagles back one flag at a time
Hijong park  [créateur] 4 mai 2022 à 14h19 
Use flag configuration and make only one point unneutral
0xmqqx 4 mai 2022 à 12h39 
The art is gold