PDA

View Full Version : aKttH demo



Joe123
05-21-2008, 04:57 AM
http://www.mediafire.com/?t1san2jin1l

Build 798.

http://www.armageddongames.net/forums/showthread.php?t=101221
This game =P

jman2050
05-21-2008, 01:06 PM
Heh, I like what I'm seeing so far, though it seems pretty short. Can't wait to see how this one progresses.

Russ
05-21-2008, 06:17 PM
Can't wait to see how this one progresses.
Trust me, it will be good. Joe and I have some pretty good stuff planed out for this...

Joe123
05-22-2008, 01:18 AM
Oh yeah, you should see what I've been planing!

http://lib.store.yahoo.net/lib/woodsmithstore/hand-plane-kit-LG-5002b160.jpg

Russ
05-26-2008, 03:23 PM
For once, I have no idea what you're implying in that post. :confused:

Joe123
05-26-2008, 03:40 PM
lol =P

You said:

Joe and I have some pretty good stuff planed out for this...

You meant:


Joe and I have some pretty good stuff planned out for this...

'Planing' is a method of working wood, that tool I posted it a plane.

'Planning' is when you write out what you're going to do before you do it.

Russ
05-26-2008, 03:53 PM
:banghead: I hate typos!

Anyways, just to get the attention of anyone reading this, here is what the level 1 boss will be:

http://terranomic.googlepages.com/zelda060.gif

bobrocks95
05-26-2008, 03:58 PM
Oo
__
That is amazing. Please, oh please, tell me it's custom and not just some nice new graphics.

Joe123
05-26-2008, 03:59 PM
Custom, Zemious and Alestance from PZC drew it.

Now play the demo and stop commenting on picutres dammit!

Russ
05-26-2008, 03:59 PM
Custom. It will be done with scripting, shooting fireballs at you, hurling boulders, and the like.

Joe123
05-26-2008, 04:16 PM
Ohhh!

Whether it works custom or not!


It's not made yet, but it'll be scripted as Russ said.

bobrocks95
05-26-2008, 05:03 PM
Well, I played the demo, and it's great. A couple things I saw-

http://i274.photobucket.com/albums/jj257/bobrocks95/zelda003-3.jpg
I'm pretty sure this isn't right....

http://i274.photobucket.com/albums/jj257/bobrocks95/zelda002-3.jpg
I got here- I was able to slip past the tree one screen left of this one- where you get the HCP

http://i274.photobucket.com/albums/jj257/bobrocks95/zelda004.jpg
Is this the end?

Joe123
05-26-2008, 05:05 PM
Is the first one an 'R' string?
Did it only play after you'd been inside the cave?
If so, that's correct.

The 'R' string system's pretty basic still at the moment.



That's bad.
I'll look into it, I didn't realise you could get round.


Yes, that's the end.

bobrocks95
05-26-2008, 06:57 PM
Ya, it specifically played after I had saved Leaf's sister. I can understand how hard it must be to program the script to change strings after specific variables have been met.

Joe123
05-26-2008, 07:13 PM
Ohhhh, after you saved her?

I swear I had it change after that.
I'll go check, thanks.


And it's not that hard at all, I just need to change a global variable to a different value.
I'm just lazy really.

bobrocks95
05-26-2008, 07:32 PM
If you can get out of your lazy pit, as a recommendation I'd suggest you set it so that, if you don't save her, and leave the cave, Leaf says something like
"What are you doing!? My sister's in that cave we visited, not out here!"
Just a small detail that makes it a bit more polished- small things add up.

Joe123
05-26-2008, 07:38 PM
Well, having it change at plot-specific points that you'll never enter again is really easy, whereas having it change to one thing and back to another and then never change again and stuff is really not so easy.

I could do it, but yeah, lazy pit.
And it'd require a lot of place-specific code, which is what I don't like.


Small details are important though, this is true.
I think I've paid attention to them pretty well in general though...

If I do go around organising a better R string system, it'd probably be best to be like a last thing to do after finishing the game, rather than something to do now though anyway.

The_Amaster
05-26-2008, 09:05 PM
Aren't there string control codes to check for items? Just give him invisible and usless customs, or something.

EDIT:
\5\X\X - Goto If Item. If Link has a certain item, then ZC switches to another string. Argument 1 is the item ID (consult the I_* code listing in std.zh), and argument 2 is the string to switch to.
...but you need item IDs...hmmmm

bobrocks95
05-26-2008, 09:20 PM
Don't the items that are specifically set aside for custom items in the item editor have IDs?

Russ
05-26-2008, 11:17 PM
All items have item IDs. Just open it in the item editor and it will show it's ID number at the top of the screen.

Nicholas Steel
05-27-2008, 12:09 AM
http://www.armageddongames.net/forums/showthread.php?t=101221 is closed, WHY? (the thread it self is what i speak of, duh!)

Looks pretty awesome, the story progression style seems a bit too like Lost Isle which was annoying! I'm up for beta testing whenever since it uses the latest and stablest beta ;)

Joe123
05-27-2008, 04:48 AM
Aren't there string control codes to check for items? Just give him invisible and usless customs, or something.

How's this relevant :confused:

I can't see what you're saying I should do with them.
At all >_<



http://www.armageddongames.net/forum...d.php?t=101221 is closed, WHY? (the thread it self is what i speak of, duh!)
Cause the Expo's finished


Looks pretty awesome, the story progression style seems a bit too like Lost Isle which was annoying!
It's not going to be too much like Lost Isle.
And also Link's just been told a load of storyline at the beginning =S
That never happened in Lost Isle.


I'm up for beta testing whenever since it uses the latest and stablest beta
Thanks =)
Although, the quest won't be around for quite some time, it's only really early days at the moment.
Feel free to report anything you can find in the demo though.

And the final game won't be in this beta I'm sure, just cause I'll hit some stupid bug that means I need to change to a later one at some stage.

Or 2.5 comes out =P

_L_
05-27-2008, 06:34 AM
aKttH demoI suddenly thought that acronym stood for "A Kick To The Head."



Incidentally...

What you do is make a custom item with one of the Custom Itemclasses. Then when you finish a plot element, you put \16\X at the end of the string to silently give the item. Then you put \5\X\X at the start of the string to check for the item and instead load a different string.

Of course, using item resources like this is a bit improper. I think I should add a control code that sets a screen variable, so you can use that with \3\X\X\X instead.

Gleeok
05-27-2008, 08:42 AM
Is this the same demo as before? I beat that one a while ago already. The one that ends after the moldorm enemy right? It's really good, but needs to be longer.

Joe123
05-27-2008, 08:44 AM
Yes, but I only sent that to you before to ask you to help me with a script or something, that wasn't the public release of the demo.

Russ
05-27-2008, 10:54 AM
Joe, the next (and last) demo we release should go through the level 1 boss (minus the revelation of the enemy main enemy of course). That way we can really grab people's attention.

Joe123
05-27-2008, 10:59 AM
Yeah sure.

Eramus area, level 1 and level 1 boss, but not the story-line between this demo and that area?


And have you started on level 1 or not yet?
Cause I want to do a couple things to the file.

bobrocks95
05-27-2008, 05:05 PM
If you ever need beta testers, I would like to sign on early. As you might be able to tell, I've had previous experience with beta testing and am experienced in pointing out flaws, giving suggestions, and trying as hard as possible to discover a flaw or way out.

Russ
05-27-2008, 05:29 PM
Yeah sure.

Eramus area, level 1 and level 1 boss, but not the story-line between this demo and that area?


And have you started on level 1 or not yet?
Cause I want to do a couple things to the file.
First, I was thinking we include all storyline except for the part where the main enemy appears before the boss.

Second, I haven't added level 1 yet. Go edit the file and send it to me when you're done.


If you ever need beta testers, I would like to sign on early. As you might be able to tell, I've had previous experience with beta testing and am experienced in pointing out flaws, giving suggestions, and trying as hard as possible to discover a flaw or way out.
Sure, you can test it.

Elmensajero
05-30-2008, 02:43 AM
First of all, this seems like it will be a very well done quest. This is the first one I have tried on 2.5, and so far I am very impressed. The graphics and music are put together rather nicely.

Now, for the glitches... :D

In addition to the area that bobrocks mentioned before, there is another walkability glitch, on the screen that you start on. After you get the sword, if you cut the bush, you can go behind the tree and up the screen to the north:
http://i300.photobucket.com/albums/nn20/elmensajero715/zelda005.jpg

Next, in the Woodstock Cavern, one of the blocks you can push turns all the edges of the combo black if you push it to the south (but not if you push it north). Here it is before and after pushing it (the block directly south of Link)
http://i300.photobucket.com/albums/nn20/elmensajero715/zelda002.jpg
http://i300.photobucket.com/albums/nn20/elmensajero715/zelda003.jpg.

And there were a few issues with some of the message strings (forgot spaces here and there, nothing really that important).

That is all of the ones I could find. Also, I was wondering why the sword was put in the equipment and item sections of the subscreen. It looks slightly redundant to me.

Anyways, great job guys, can't wait til the next demo comes out!

Joe123
05-30-2008, 05:36 AM
Ah, I'll get those sorted, thanks =)


It's in the item and equipment cause I like it like that :shrug:

Joe123
05-30-2008, 07:44 AM
I've sorted those first two, but I can't find any message strings with errors in them, do you know which ones they are?

Elmensajero
05-30-2008, 09:23 AM
It's in the item and equipment cause I like it like that :shrug:

:D Well, it looks good when put with the shield and tunic, and of course you have to be able select it, so it works okay.


I've sorted those first two, but I can't find any message strings with errors in them, do you know which ones they are?

Ummm, just glancing through the strings it looks like mess. strgs. 51 and 72
need a space in them. There may be more, I will play through the demo again when I get off from work and see if I can spot anymore.

Joe123
05-30-2008, 10:37 AM
Yeah, it goes with the equipment items cause it's always been like that, and it also has to go with the selectable items too.


And I'll have to fix those another time now cause I've sent the file off to Russ to make Level 1.
Thanks though =)

Russ
05-30-2008, 10:46 AM
And I'll have to fix those another time now cause I've sent the file off to Russ to make Level 1.

You did? I guess I better check me inbox at Pure then. Oh I hope this level's good enough.

Joe123
05-30-2008, 10:50 AM
You did? I guess I better check me inbox at Pure then.
Advisable.


Oh I hope this level's good enough.
I have faith, don't worry.