Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → need help
need help
2003-06-24, 4:50 PM #1
Is it possible to make a cog or something that would negate collision damage but would allow force and weapon damage in MP?

------------------
mmmmm... JopoJelly!
mmmmm... JopoJelly!
2003-06-24, 6:12 PM #2
Ninja Kage has all impact damaged removed, I suggest you check that out. I think it's in the kyle.cog.

------------------
Bassoon, n. A brazen instrument into which a fool blows out his brains.
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2003-06-25, 11:43 AM #3
Put
Code:
if(GetParam(1) & 0x40)
{
   ReturnEx(0);
   Return;
}

under the damaged message in kyle.cog.

------------------
Author of the JK DataMaster, Parsec, Scribe, and the EditPlus Cog Files.
Author of the JK DataMaster, Parsec, Scribe, and the EditPlus Cog Files.
2003-06-25, 2:06 PM #4
cool, thanks

------------------
mmmmm... JopoJelly!
mmmmm... JopoJelly!
2003-07-08, 12:47 PM #5
for some reason my old one died

this is a test

------------------
mmmmm... JopoJelly
mmmmm... JopoJelly

↑ Up to the top!