Patch Request: In Game Menu

Request patches for Keens 4-6.
Post Reply
User avatar
Ceilick
Deputy Administrator
Posts: 402
Joined: Wed Sep 03, 2003 2:35 am

Patch Request: In Game Menu

Post by Ceilick »

I want to be able to change the text in the keen 4 in game menu, specifically the lower left text that says "wetsuit" and the lower right which says "drops".
KeenRush
Patch Maker
Posts: 1988
Joined: Sun Aug 31, 2003 2:52 pm
Location: Sand Yego
Contact:

Here :)

Post by KeenRush »

Code: Select all

# location
%patch $2F487 "location"

# score
%patch $2F490 "score"

# extra
%patch $2F496 "extra"

# rescued
%patch $2F49C "rescued"

# level
%patch $2F4A4 "level"

# keys
%patch $2F4BB "keys"

# ammo
%patch $2F4C0 "ammo"

# Keens
%patch $2F4C5 "Keens"

# drops
%patch $2F4CB "drops"

# ???
%patch $2F4D9 "..."

# wetsuit
%patch $2F4D1 "GRGsuit"
User avatar
levellord
Crazy pAtChEr
Posts: 1401
Joined: Thu Nov 20, 2003 11:35 pm
Location: NewZealand
Contact:

Post by levellord »

Excellent; now if only we can find where the window's structure is stored...
User avatar
MultiMania
Patch Master
Posts: 153
Joined: Mon Nov 24, 2003 3:09 am
Location: Deep in the heart of keen.
Contact:

Post by MultiMania »

I've got the structure for keen5 worked out, but don't have keen4 yet.

Keen 4's function is at (from Andy's decompilation) at E.1021.

It starts $55 $8B $EC $83 $EC $OC $56 $57 if you want to look for it.
User avatar
levellord
Crazy pAtChEr
Posts: 1401
Joined: Thu Nov 20, 2003 11:35 pm
Location: NewZealand
Contact:

Post by levellord »

I'd love to, but unfortunately too busy.

[Oddly, I've just finnished figuring out the Keen 3 statys window sructure!]
User avatar
Ceilick
Deputy Administrator
Posts: 402
Joined: Wed Sep 03, 2003 2:35 am

Post by Ceilick »

thanks for the patch! My mods nearly done, just a few more patches and its ready.
User avatar
OmniKeen
Posts: 21
Joined: Thu Jan 04, 2007 6:01 pm
Location: Between a rock and a hard place

Re: Here :)

Post by OmniKeen »

KeenRush wrote:(code)
Is that the same for Keen 5? If not, could you help me out and find the same thing for Keen 5?
KeenRush
Patch Maker
Posts: 1988
Joined: Sun Aug 31, 2003 2:52 pm
Location: Sand Yego
Contact:

Post by KeenRush »

Hey. Nope, the locations are different. But here they are:

Code: Select all

# Status window texts in Keen 5

%patch $308D3 "location"

%patch $308DC "score"

%patch $308E2 "extra"

%patch $308E8 "keycard"

%patch $308F0 "level"

%patch $30907 "keys"

%patch $3090C "ammo"

%patch $30911 "keens"

%patch $30917 "vitalin"
User avatar
OmniKeen
Posts: 21
Joined: Thu Jan 04, 2007 6:01 pm
Location: Between a rock and a hard place

Post by OmniKeen »

Thanks a bunch.
User avatar
XkyRauh
Posts: 1114
Joined: Sun Aug 31, 2003 9:14 pm
Location: San Diego, California

Post by XkyRauh »

KeenRush, you should make topics for these in the other forums, if they aren't already made. :)
Post Reply