Scuba Keen sprite collision with Water Flask and Raindrops

Request patches for Keens 4-6.
Post Reply
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Scuba Keen sprite collision with Water Flask and Raindrops

Post by szemigi »

Well, I checked in Keen 4 that if you warp to Level 17 directly with the warp cheat and Scuba Keen tries to pick up the raindrop or the sprite-based Flask and tile-based flask, I receive the following error message:

RF_PlaceSprite: Placed an uncached sprite: 218.


(Actually, when I don't warp to Level 17 directly, so before that I warp to somewhere else, the error message doesn't appear in Level 17, so everything works in Level 17 at that time - odd thing...)


That's why I want to avoid this error, so with a patch I want Scuba Keen to be able to pick up either the raindrop or the sprite-based and tile-based Water Flask without that error message (like I mentioned).

And in short: I want Keen to be able to pick up the raindrop, the tile-based and sprite-based flask in underwater level/levels. (It's because if I make another underwater level, that's why I request the patch.)
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: Scuba Keen sprite collision with Water Flask and Raindrops

Post by levellass »

This is just a cache problem, Scuba Keen doesn't both to cache the drop stuff because.... well underwater.

Code: Select all

#Scuba Keen can collect drops
%patch $EDE3 $00D7W
Post Reply