Pea Pod

Request patches for Keen Dreams.
Post Reply
User avatar
Ceilick
Deputy Administrator
Posts: 402
Joined: Wed Sep 03, 2003 2:35 am

Pea Pod

Post by Ceilick »

Requesting a patch to make the pea pod shoot more often and a patch to make the pea pod deadly to touch.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

Done for the Xmas mod actually:

Code: Select all

#Go to spitting pod IF:
%patch $92E5 $7C $0E $FF $74 #Condition 1 Direction pod faces (Only spit peas right)
%patch $92F0 $08 $00 $7D     #Condition 2 Probability of spawn
%patch $92F5 $7C $3E $04 $7D #Condition 3 Number of peas to spawn per pod
By the looks of it sprite deadly-ness depends on Keen's collision, not the sprite's, so may take some time. Also:

Code: Select all

#Aniamtion speeds of watermellons:
#l/r melon
%patch $25A16 $00C8W        #Waiting
%patch $25A34 $0006W        #Open
%patch $25A52 $0006W        #Spit

#d melon
%patch $25A70 $00C8W        #Waiting
%patch $25A8E $0006W        #Open
%patch $25AAC $0006W        #Spit
User avatar
Ceilick
Deputy Administrator
Posts: 402
Joined: Wed Sep 03, 2003 2:35 am

Post by Ceilick »

Ah, excellent.

Also, I've been trying to contact you for a bit over a week now about the sounds for keen 9. If you could dropbox those in the xmas2010 folder, or pm me on the pckf with a link, or even just post them here, that'd be great.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

Right, they should be up now. Does anyone know how to stop dropbox downloading\syncing folders? They slow everything right down.
Draik
Posts: 117
Joined: Sat Jul 26, 2008 8:52 am
Contact:

Post by Draik »

Right click on your Dropbox system tray icon, go to Preferences, Advanced, Selective Sync. You can pare that down to just one or two crucial folders.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

Well that seems to be a bit better, but the urgency has passed. Everything electronic here is broken.
Post Reply