Bio Menace patches

Anything related to Keen Modding.
Post Reply
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

Bio Menace patches

Post by szemigi »

Are Bio Menace patches possible to make? Because I made some as well, but I'll need more.

Levellass, what do you say?
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

They're possible, we have a few, but I don't know my way around the game and they'd take me an extremely long time to make.
User avatar
Zilem
Posts: 4
Joined: Wed Jun 10, 2015 8:39 am
Location: Europe; Denmark
Contact:

Post by Zilem »

I'm kind of wondering if it is possible to have Graphical mods work for Episode 2 and 3.
User avatar
Fleexy
Site Admin
Posts: 490
Joined: Fri Dec 12, 2008 1:33 am
Location: Bloogton Tower

Post by Fleexy »

It's entirely possible to change the graphics of Bio Menace. All the EGA files are external, so no patches are needed for that. You just need the chunk offsets, which shouldn't be terribly difficult to figure out. Abiathar already knows the tile layout:

Code: Select all

EgaSettings: {
 EgaHeadEntryLength: 3
 BackTileStart: 442
 BackTileCount: 1728
 ForeTileStart: 2170
 ForeTileCount: 2466
}
(For Bio Menace 2. Others can be found in defaults.aconf.)
Post Reply