Search found 554 matches

by lemm
Fri Aug 26, 2011 9:58 pm
Forum: Vorticons Requests and Discussion
Topic: In level saving?
Replies: 13
Views: 15016

As far as I know, a Galaxy save file incorporates a carmack compressed level, the list of sprites, and some other variables. But even the Keen Galaxy save mechanism isn't perfect, as is evidenced by all the savegame hacks.
by lemm
Fri Aug 26, 2011 9:55 pm
Forum: Coding
Topic: EZPATCH [Assembling Initial Database]
Replies: 11
Views: 22377

Also, what is the format of the patch database files?
by lemm
Thu Aug 25, 2011 10:41 am
Forum: Coding
Topic: EZPATCH [Assembling Initial Database]
Replies: 11
Views: 22377

Looks pretty neat so far. A couple things I would request: A function to check if patches overlap each other, that prints out which bytes overlap (is this included in the incompatbility checker?) A method of incorporating existing patch files that I write by myself (and, checking if my own patches o...
by lemm
Thu Aug 25, 2011 10:19 am
Forum: The Mods
Topic: Keen... and Pepsi
Replies: 17
Views: 45433

I got stuck in the upwards shooting ice cannon (the first one).
by lemm
Tue Aug 23, 2011 1:46 pm
Forum: Patches: Secret of the Oracle
Topic: How to: Change Sprite frames, speeds
Replies: 9
Views: 22876

Ahaha finally figured out the "Change H" parameter. It allows very fleeting actions (ie 0 delay actions) to not be drawn to the screen.
by lemm
Tue Aug 23, 2011 7:34 am
Forum: Patches: Secret of the Oracle
Topic: How to: Change Sprite frames, speeds
Replies: 9
Views: 22876

All of this information is now on the Keen Wiki, and a few corrections have been made, so refer to that from now on.
by lemm
Mon Aug 22, 2011 7:59 pm
Forum: Coding
Topic: Warp from command line?
Replies: 9
Views: 19861

An alternative would be to give the editor a "put the latest level edited into slot 1" mode, and the option to edit a dummy world map that has level 1 right next to the start. I think that making custom patches for each game would be a headache, and it wouldn't save THAT much time anyway s...
by lemm
Fri Aug 19, 2011 12:28 pm
Forum: Theory
Topic: DISCUSSION: Keen 6 level design.
Replies: 93
Views: 175349

You can pass through the electricity gates on hard mode by use of the Gik. I like that little trick.
by lemm
Sun Aug 14, 2011 2:05 am
Forum: Vorticons Requests and Discussion
Topic: In level saving?
Replies: 13
Views: 15016

As Malv said, there's a whole lot of memory in the game state that must be saved, including all of the map, the sprites, keen's stats, and probably a bunch of other variables that are scattered all over the place.
by lemm
Sat Aug 13, 2011 3:16 am
Forum: Coding
Topic: EZPATCH [Assembling Initial Database]
Replies: 11
Views: 22377

Hi Fleexy, A GUI patching tool sounds like a good idea, but I think what you have proposed doesn't really provide anything that isn't already available. The Keen Wiki is quite easy to use (just copy/paste), it is maintainable by a community, and the search function makes it easy enough to find thing...
by lemm
Thu Aug 11, 2011 5:55 am
Forum: Galaxy Requests and Discussion
Topic: score reset patch
Replies: 3
Views: 5572

The temporary score is a double word though, and the life is only a word, so you would need to find some other part of memory that isn't used.

Maybe the extra sound slots.
by lemm
Thu Aug 11, 2011 5:53 am
Forum: Vorticons Requests and Discussion
Topic: In level saving?
Replies: 13
Views: 15016

This is way too complicated.
by lemm
Thu Aug 11, 2011 5:52 am
Forum: CKCM
Topic: Sprite thread
Replies: 485
Views: 343203

It's just in it's triannual dormancy. It'll be back someday.
by lemm
Fri Aug 05, 2011 4:36 pm
Forum: Vorticons Requests and Discussion
Topic: Keen 3 V2?
Replies: 4
Views: 7507

1. Okay when I get time. It will probably won't overwrite the complex platform patch.

2. no

3. Yes that is right.
by lemm
Tue Aug 02, 2011 10:12 pm
Forum: Coding
Topic: Assembly?
Replies: 5
Views: 15805

http://www.arl.wustl.edu/~lockwood/clas ... m/toc.html

You can also get the online version here, but the PDF version is better, and it comes with appendices and exercises.

Also make sure you download the companion software, as it's a good resource.