Object types (Sprite-Keen interaction)

Completed patches for Keen4.
Post Reply
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Object types (Sprite-Keen interaction)

Post by levellass »

On behest of Xky, here is my best attempt at unraveling the 'Object type' parameter: (See section 2)

http://levellord.toxicsheep.com/Index/K ... 20Patches/

Basically this is what the game uses to define what 'character' the sprite is; whether it blocks Keen or not, whether it acts as a foot, Lindsey of Lick. It doesn't however affect whether it kills Keen, which can be a problem.

A highlight of my studies is:

Code: Select all

#Allow impossible bullet trick in Keen 4
%patch $E63C  $0F $00
User avatar
Shadow Master
Posts: 129
Joined: Fri Oct 20, 2006 3:14 pm
Location: Santiago, Chile
Contact:

Post by Shadow Master »

Thanks a lot Sarah. Continue with this, and Shikadi4 will be an awesome mod!
"When it's done".
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

Anything else you need, just ask!
Post Reply