Cortex Command

Cortex Command

39 értékelés
Metroids
   
Díjazás
Kedvenc
Kedvenc
Törlés
Címkék: Actors
Fájlméret:
Közzétéve:
Frissítve:
356.784 KB
2016. ápr. 2., 17:01
2016. ápr. 2., 17:03
2 változásjegyzék ( megnézés )

Feliratkozás a letöltéshez
Metroids

Leírás
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
Népszerű témák Összes megnézése (1)
9
2016. júl. 27., 21:41
help?
The King Penguin
47 megjegyzés
Kieran Vax'ilian 2021. jan. 4., 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  [készítő] 2021. jan. 4., 16:10 
I'm sorry mate I just reuploaded it
Kieran Vax'ilian 2021. jan. 4., 15:05 
still not fixed?
Explode³ 2019. szept. 22., 5:54 
Fix it
G03LM 2019. szept. 21., 19:05 
Fix it, the idea its cool
Malakark the Pyromancer 2018. febr. 4., 20:02 
That description sounds like it's trying to be dirty some points
xD
Kieran Vax'ilian 2018. jan. 22., 16:53 
I hope one day this is fixed... because I liked this mod when it was fixed...
Nubbly 2017. márc. 10., 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 2016. okt. 19., 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.
Мистер Свага 2016. júl. 29., 0:24 
metroids dont attack enemy