Search found 538 matches

by adurdin
Tue Sep 02, 2003 8:26 am
Forum: Vorticons Requests and Discussion
Topic: PATCH QUESTION: How to change the border color in Keen 1-3?
Replies: 6
Views: 8760

PATCH: Change border color in Keen 1, 2, 3

You basically have a choice of 16* colors for the border in the Keen games. The colors are shown in the table below, with the associated hex values. Border Color Values: http://files.keenmodding.org/images/35_0.png There are three different border colors: one is the color that is shown during most o...
by adurdin
Tue Sep 02, 2003 7:44 am
Forum: Galaxy Level Editors
Topic: Ted5 Foreground to Background
Replies: 5
Views: 8689

Using Foreground tiles in the Background Layer

It's not possible to use foreground tiles in the background layer. For places like behind the tree in your picture, you must use an appropriate background tile; in this case, tile #34, the second-last in the second row.
by adurdin
Mon Sep 01, 2003 2:47 am
Forum: The Mods
Topic: Keen 1 Mod: Episode X
Replies: 7
Views: 13000

Screenshots

by adurdin
Mon Sep 01, 2003 2:32 am
Forum: Patches: Marooned on Mars
Topic: ARTICLE: Changing or Disabling Cheat Codes
Replies: 0
Views: 5449

ARTICLE: Changing or Disabling Cheat Codes

This post describes how to change or disable the cheats in Keen 1, 2, and 3 (v1.31) The first thing you must do is decide what three keys should be the cheat code, and find the corresponding scan codes from the table below. For example, suppose we wanted to use J,X,Tab for a cheat code. The three s...
by adurdin
Mon Sep 01, 2003 12:50 am
Forum: Patches: Marooned on Mars
Topic: ARTICLE: Modding teleporters in Keen 1
Replies: 9
Views: 20274

ARTICLE: Modding teleporters in Keen 1

This post describes how to mod the teleporters in Keen 1 v1.31 Teleporters are indicated on the map level with a sprite number in the range $20 - $2F. This number gives both the teleporter style (on snow or on dirt) and the destination number. You can have three teleporter destinations, numbered 1,...
by adurdin
Sat Aug 30, 2003 5:27 am
Forum: Dreams Requests and Discussion
Topic: Where can I download Keen Dreams?
Replies: 5
Views: 26261

Where can I download Keen Dreams?

Obtaining Keen Dreams:

Keen Dreams can be freely distributed. Download Keen Dreams v1.13 here. Unzip the files into a folder and you're ready to go!
by adurdin
Sat Aug 30, 2003 5:26 am
Forum: Galaxy Requests and Discussion
Topic: Where can I download Commander Keen 6?
Replies: 9
Views: 43267

Where can I download Commander Keen 6?

Obtaining Keen 6: Keen episode 6 is not shareware, so it cannot be freely distributed. Unfortunately, it is no longer available for sale, except secondhand. Try looking on eBay or other online trading sites to find it. Updating Keen 6 If you already have Keen 6, but some mods or patches don't work,...
by adurdin
Sat Aug 30, 2003 5:21 am
Forum: Galaxy Requests and Discussion
Topic: Where can I download Commander Keen 4 and 5?
Replies: 1
Views: 27405

Where can I download Commander Keen 4 and 5?

Obtaining Keen 4: Keen episode 4 can be freely distributed. Download Keen 4 v1.4 here . Unzip the files into a folder and you're ready to go! Obtaining Keen 5: Keen episode 5 (along with episode 4) can be purchased for US$20 from 3DRealms [update 2020: dead link], on a CD. Also included in this pur...
by adurdin
Sat Aug 30, 2003 3:45 am
Forum: The Mods
Topic: Hosting for finished mods
Replies: 4
Views: 39347

Hosting for finished mods

If you've released a complete mod but don't have any webspace, see below for options for hosting it.
by adurdin
Sat Aug 30, 2003 1:42 am
Forum: Vorticons Requests and Discussion
Topic: Where can I download Commander Keen 1, 2, and 3?
Replies: 1
Views: 23636

Where can I download Commander Keen 1, 2, and 3?

Obtaining Keen 1: Keen episode 1 can be freely distributed. Download Keen 1 v1.31 here . Unzip the files into a folder and you're ready to go! Obtaining Keen 2 and 3: Keen episodes 2 and 3 (along with episode 1) can be purchased for US$20 from 3DRealms [update 2020: dead link], on a CD. Also includ...
by adurdin
Sat Aug 30, 2003 12:54 am
Forum: General
Topic: Welcome to Keen: Modding!
Replies: 8
Views: 15751

Welcome to Keen: Modding!

Keen: Modding is now open. This forum is intended for discussion of Commander Keen editing and modding, and as a storehouse for tips, tricks, patches, and utilities. If you want to visit these boards regularly, or post any comments, you'll need to register. Just click the http://durdin.net/andy/kee...
by adurdin
Sat Aug 30, 2003 12:33 am
Forum: Patches: Marooned on Mars
Topic: Pogo stick item gives Keen zero shots
Replies: 0
Views: 4144

Pogo stick item gives Keen zero shots

This patch will change the pogo stick item so that it will give Keen zero shots:

For Keen 1, version 1.31 only:

Code: Select all

%ext ck1
%version 1.31


%patch $44AB  $C7 $06 $C8 $AA $00 $00
%end
by adurdin
Sat Aug 30, 2003 12:29 am
Forum: Patches: Marooned on Mars
Topic: Start with / always have pogo stick
Replies: 0
Views: 4594

Start with / always have pogo stick

The following patch will give Keen the pogo at the start of every game:

For Keen 1 v1.31 only:

Code: Select all

%ext ck1
%version 1.31


%patch $900E  $01 $00

%end