Search found 208 matches

by Bubzrulz
Wed Oct 25, 2017 8:03 am
Forum: Galaxy Requests and Discussion
Topic: Initialization screen patching
Replies: 10
Views: 7383

Re: Initialization screen patching

what files need to be edited ps useing modkeen to extract files Some of the text is preexisting and needs a tool like TheDraw to edit. This patch stops the game displaying what hardware is available: #Don't show game information (Frees $19C21 - $19F4B) %patch $38D0 $90 $90 $90 $90 $90 This may occas...
by Bubzrulz
Wed Oct 25, 2017 12:47 am
Forum: Galaxy Requests and Discussion
Topic: Disable Main Menu all together and Terminator sequence and title screen
Replies: 2
Views: 2824

Disable Main Menu all together and Terminator sequence and title screen

trying to use all these patches together but once you use the last one it gose staight to demo then main menu #Disable Main Menu in-game %patch $798E $E9 $00AAW #Skip Main Menu, go straight to new game on startup %patch $51F8 $EB $05 #Disable Terminator sequence and title screen (Frees $4E9F-$51B7) ...
by Bubzrulz
Wed Oct 25, 2017 12:44 am
Forum: Galaxy Requests and Discussion
Topic: Initialization screen patching
Replies: 10
Views: 7383

Re: Initialization screen patching

all text will be great
by Bubzrulz
Tue Oct 24, 2017 11:18 am
Forum: Galaxy Requests and Discussion
Topic: Initialization screen patching
Replies: 10
Views: 7383

Initialization screen patching

is there any way of patching everything out besides the top bit that says the episode and botom box that says press any key
by Bubzrulz
Mon Oct 23, 2017 11:02 am
Forum: Galaxy Requests and Discussion
Topic: level entry window problem
Replies: 6
Views: 5398

Re: level entry window problem

THIS works till you wrap and then it says the number you pressed anyway to fix it there might be a more elegant way, but try this one: #Reset all level names #Level entry texts %patch $1F040 "" $00 %patch $1F041 "" $00 %patch $1F042 "" $00 %patch $1F043 "" $00...
by Bubzrulz
Mon Oct 23, 2017 9:56 am
Forum: Galaxy Requests and Discussion
Topic: Treasure eaters patch
Replies: 0
Views: 9376

Treasure eaters patch

ok i got these patches: but i would like to still teleport #Treasure eaters kill Keen, shootable (Don't get item sprites) %patch $11C99 $55 $8B $EC $56 $57 $8B $76 $06 $8B $7E $08 $83 $3D $02 $75 $09 #Check for Keen, kill $9A $0B8013E9RL $5F $5E $5D $CB $83 $3D $03 $75 $32 $C7 $44 $3E $0000W #Check ...
by Bubzrulz
Sat Jul 08, 2017 6:53 am
Forum: General
Topic: Which is the best level editing program?
Replies: 3
Views: 11517

Re: Which is the best level editing program?

Abiathar is what i use im a newbie like you only been doin this since dec
by Bubzrulz
Mon Jun 26, 2017 6:59 am
Forum: General
Topic: switching door links
Replies: 16
Views: 28096

Re: switching door links

Given a little time to write up something I can make it so that you have BOTH gem doors AND these switching doors in your mod, this would make levels more interesting. It would use up the Moon-tile; if you had one ABOVE the gem holder it would be a special door, otherwise it would be a normal gem d...
by Bubzrulz
Thu May 25, 2017 11:44 pm
Forum: General
Topic: switching door links
Replies: 16
Views: 28096

Re: switching door links

I have never heard of such a thing, but it's a cool idea. If the door link was tied to bridge switchable tiles, you could have selectable locations. Selectable locations would be amazing. I will try and figure out how to do this. patch is here to do it http://keenmodding.org/viewtopic.php?f=12&...
by Bubzrulz
Mon May 22, 2017 3:38 am
Forum: Galaxy Requests and Discussion
Topic: wet suit = Pogo stick
Replies: 25
Views: 18671

Re: wet suit = Pogo stick

cheers works a treat now i cant find a patch for dont exit level when u get the rope ?
by Bubzrulz
Thu May 11, 2017 10:46 am
Forum: Galaxy Requests and Discussion
Topic: Level/game timer
Replies: 19
Views: 11835

Re: Level/game timer

cheers works thank you yet again
by Bubzrulz
Tue May 09, 2017 10:55 am
Forum: Galaxy Requests and Discussion
Topic: Level/game timer
Replies: 19
Views: 11835

Re: Level/game timer

soo no matter what i do the reset score if die patch dont work even if i delete all other patches execpt whats needed still dont work help is needed.. here is the patch file patch
by Bubzrulz
Sun May 07, 2017 11:34 am
Forum: Galaxy Requests and Discussion
Topic: Level/game timer
Replies: 19
Views: 11835

Re: Level/game timer

sweet now i need to work out why the keen reset score when dies patch stopped working
by Bubzrulz
Thu Apr 27, 2017 12:30 pm
Forum: Galaxy Requests and Discussion
Topic: wow levels
Replies: 4
Views: 4322

wow levels

trying to make my wow level no7 and exit out side this patch should make 0 and 7 wow levels #Which levels are WoW levels %patch $9051 $A7EDW $00 $74 %patch $9058 $A7EDW $11 $74 exit out side was easy #WoW exits and scrolls normally %patch $905B $90 $90 but i still get RF_placesprite: placed uncahed ...
by Bubzrulz
Tue Apr 25, 2017 1:10 pm
Forum: Galaxy Requests and Discussion
Topic: Berkeloid stunable patch
Replies: 2
Views: 3224

Re: Berkeloid stunable patch

Here y'go. Note it uses a Berkeloid animation since adding the thinking Member's animation in is a tricky thing to do. #Modify collision code to be stunnable %patch $10D30 $55 $8B $EC $56 $57 $8B $76 $06 $8B $7E $08 $83 $3D $02 $75 $07 $9A $0B8013E9RL $EB $13 $83 $3D $03 $75 $0E $B8 $1FF4W $50 $57 ...