Korath World Map Text

Completed patches for Keen5.
Post Reply
User avatar
Gridlock
Posts: 71
Joined: Sat Feb 05, 2011 7:04 am

Korath World Map Text

Post by Gridlock »

Before you ask, this has nothing to do with AR. I'm doing some modifications to the K5 world map, and from what I can tell, the game detects the player's y position when the world map is loaded to determine whether the location text is the Omegamatic or the Korath base.

Can this y value be changed to something else? I want to make this y position lower so that I can expand the world map here without the game thinking I'm on Korath. I don't see anything on the wiki about this.
User avatar
ckguy
Posts: 465
Joined: Tue Oct 14, 2003 11:20 am
Location: Wakefield, RI, US
Contact:

Post by ckguy »

I know I asked for this five zillion years ago (read: like 10-11 years ago) and didn't get any takers. But we know a lot more about patching now than we did then - it sounds like this would just be a one-bytes patch.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

That'll be this patch:

Code: Select all

#Korath base text
%patch $6210  $64    #Vertical location for difference
%patch $6214  $0223W #Text called from
%patch $30563 "Keen steps out" $0A "onto Korath III" $00

It IS on the wiki you know ckg; I'll put a copy on the Korath page though.
User avatar
ckguy
Posts: 465
Joined: Tue Oct 14, 2003 11:20 am
Location: Wakefield, RI, US
Contact:

Post by ckguy »

levellass wrote:It IS on the wiki you know ckg
Heh, so next time I'm working on my levelpack in another like ten years I'll be sure to check it out :p
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

ckguy wrote:
levellass wrote:It IS on the wiki you know ckg
Heh, so next time I'm working on my levelpack in another like ten years I'll be sure to check it out :p
By that time the wiki will have gained sentience and finished the pack for you.
Post Reply