Cortex Command

Cortex Command

39 arvostelua
Metroids
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tunnisteet: Actors
Tiedostokoko
Julkaistu
Päivitetty
356.784 KB
2.4.2016 klo 17.01
2.4.2016 klo 17.03
2 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Metroids

Kuvaus
These are no monsters no be tinkered around with on the field! There are 3 types, regular, Phazon which turn invisibile, and tallon which are violent as a radioactive dinosaur
Once you get one of these bastards on you then they wont get the thought of "OMNOMNOMONOM" Out of their 3 brains untill theres nothing left! They will suck you dry till your body system can't take it no more and eventually explode. These things are best to be taken care of at a distance, but don't be fooled by their innocent, timid, floatiness. Once in range they will shoot at you like a dog on a squirrel rampage. If they do manage to get a hold of you then good luck getting these things off cause they will stick to you like white on rice!

To get your own little critter we have packed one of them in this handy dandy little canister right here (Boy was that fun).
Image
Order one in the bombs section, throw it at your nearest neighborly friend, and run like hell! Reupload, og is coops
Suositut keskustelut Näytä kaikki (1)
9
27.7.2016 klo 21.41
help?
The King Penguin
47 kommenttia
Kieran Vax'ilian 4.1.2021 klo 19.38 
dang it... I remember when it worked, was great... oh well, can't play anyways, Cortex command doesn't play anymore anyways...
Squidstick  [tekijä] 4.1.2021 klo 16.10 
I'm sorry mate I just reuploaded it
Kieran Vax'ilian 4.1.2021 klo 15.05 
still not fixed?
Explode³ 22.9.2019 klo 5.54 
Fix it
G03LM 21.9.2019 klo 19.05 
Fix it, the idea its cool
Malakark the Pyromancer 4.2.2018 klo 20.02 
That description sounds like it's trying to be dirty some points
xD
Kieran Vax'ilian 22.1.2018 klo 16.53 
I hope one day this is fixed... because I liked this mod when it was fixed...
Nubbly 10.3.2017 klo 16.06 
The metroids don't attack enemies due to a change at some point to the SceneMan:CastMORay function. The specific error in the console is:

ERROR: no overload of 'SceneManager:CastMORay' matched the arguments (SceneManager, const Vector, Vector, number, number, boolean, number)
candidates are:
SceneManager:CastMORay(const Vector&, const Vector&, number, number, number, boolean, number)

It seems the CastMORay function was changed to require an extra integer, namely a terrainID ignore. Because the function in metroid.lua was already set to ignore all terrain, the author could just insert a 128 (grass) id for the terrain ignore in the two places where CastMORay is used to fix this.

Example:
Before: local grabobject = SceneMan:CastMORay(self.Pos,(Vector(1,0):SetMagnitude(self.latchdist)):RadRotate(self.rota),self.ID,33,true,0);

After: local grabobject = SceneMan:CastMORay(self.Pos,(Vector(1,0):SetMagnitude(self.latchdist)):RadRotate(self.rota),self.RootID,33,128,true,0);
GordnBenit 19.10.2016 klo 6.27 
As others have said, they don't attack enemies. Already tried deleting the folder and letting it reinstall, this flatout doesnt work as it should.
Мистер Свага 29.7.2016 klo 0.24 
metroids dont attack enemy