Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Martijn dh

Pages: 1 ... 58 59 [60] 61 62 ... 77
1181
Other Projects / Re: [Demo] Tech demo - Horn of Balance (working title)
« on: October 18, 2010, 05:18:20 pm »
:-X
I've been working on the editor for a couple of weeks now and I'm starting to get fed up with it. It's just too boring to work on. If anybody wants to build the editor in my stead I welcome it, but I'm probably going to ditch it myself. Better to cut this early and focus on the engine again rather then waiting and stopping later on anyway.

1182
Other Projects / Re: [Demo] Tech demo - Horn of Balance (working title)
« on: October 12, 2010, 04:26:00 pm »
The links are still 0.9? :huh: One post before your own is a link to version 0.10. You can find the same link in the starting post. You can also find the 0.10 download in the old project section. Is one of the links corrupt or something?

Download 0.10.x will come in a couple of weeks. Like I said, it will take me a little bit to finish the work on that little sideproject. I'll add it to version 0.10 when finished. The rest of the next demo will be pretty much the same as the current demo though. Aside from fixes for the found glitches and a smaller filesize.

1183
Other Projects / Re: [Demo] Tech demo - Horn of Balance (working title)
« on: October 12, 2010, 05:33:33 am »
 :huh: It's the first link you see when you look at the first post in this topic.

Here you go: http://www.mediafire.com/?cccbaal6hgz89kb

1184
Other Projects / Re: [Demo] Tech demo - Horn of Balance (working title)
« on: October 11, 2010, 07:29:02 pm »
It's okay to quote me. Just don't post things I did not say and present it as a quote. It's not polite.

1185
Zelda Projects / Re: [Demo] LoZ: The Awakening of a Shadow
« on: October 11, 2010, 06:03:44 pm »
The trailer looked okay a couple of days ago. Don't worry. There's no need to double post five times in a row. People will watch it or they won't.

1186
Other Projects / Re: [Demo] Tech demo - Horn of Balance (working title)
« on: October 11, 2010, 04:41:17 pm »
Brutus: The game can be downloaded through the link in the starting post of this topic. There is also a direct download on this site, but I'm a little lazy right now. That editor thing I mentioned in my last post is not up for download just yet. You'll have to wait a couple of weeks if that's what you were referring to.
Gedosemo: Don't "quote" me like that, okay?

1187
Other Projects / Re: [Demo] Tech demo - Horn of Balance (working title)
« on: October 10, 2010, 09:45:40 am »
Progress this (and last) weekend is a little bit different then usual. I was working on the buzz blob enemy but needed a change so I'm making a little sidestep into a custom room editor. Correction. Really really early version of room editor XD. This will be a program that I'll try to develop alongside my main program over the years (?) adding features as I go. Right now it can just be used to define rooms and areas. I hope to expand it over the coming weeks so that the output from the editor will fuel the ingame dungeon map. Once that's done I'll continue with the main game again.

Once I'm done with this first stage (in maybe two more weekends, depending on life and studies) I'll attach it to the demo download. I'll also leave it open for those interested to look around or improve. Not sure if anybody'd care, but still. Just don't be surpised to find somewhat messy coding habbits here and there.

1188
Updates / Re: NCFC 2010 - Uh-Oh Spaghetti-O's
« on: October 10, 2010, 06:27:28 am »
If you're lacking projects then we could add my tech demo. If it helps I mean. However. I would like some help in that case since it's unclear what is required to contribute, I'm pretty busy and my game probably needs some more polish/testing.

1189
Coding / Re: Generic Hand Weapon and discusion about damage done.
« on: October 08, 2010, 08:45:25 pm »
Actually, you bring up a very good point. Something that has to be considered is the depth of objects and Link. At the moment everything is still at a fixed depth, we could use various depth ranges for different aspects of the game, such as Link, surfaces and objects. But this does not work if characters need to walk in front and behind objects. In this case probably -y would be the best choice, although you might want Link to walk over and under bridges as well. I think one would need both things to deal with depth.

Nice source for theory. I could work for this game as well. To bad some off the numbers are quite meaningless to me, or I am not reading it correct. I had hoped some more people would share their thoughts. Alas, this is not the community for sharing.

The way I intend to handle it eventually is to give pretty much all visual objects a depth depending on their y position on the map. Like range 0-10000 is level A and 10001-20000 is level B etc. Link is at y position 200 so his depth becomes 10000 - 200 * 20 - 5 = 405. The depth range 400 - 410 is reserved for him and all other objects at y position 200. While facing down his body is at depth 200, his shield at depth 200 - 3, etc. The shadows obviously fall outside of this set-up. Since the range of level A is max 10000; that will be the depth for all shadows on that level. All backgrounds will be somewhere at 10000+.

1190
Coding / Re: Generic Hand Weapon and discusion about damage done.
« on: October 03, 2010, 10:19:33 am »
The way I'm handling damage right now is as follows (short version):

If the enemy deals damage he does X[1] damage, X[2] magic damage with X[3] standing for effects like electrocute, freeze, poison, burn etc. When an enemy hits Link you get a switch command and you let loose the modifiers stored for each tunic. One variable per type of damage or effect stored in a matrix will be plenty.

When you hit an enemy I also use damage_classes. Check this link again for an example of how alttp did it.
http://www.gamefaqs.com/snes/588436-the-legend-of-zelda-a-link-to-the-past/faqs/39556
Each enemy has a value stored per damage class. You could use negative (or very high) values to indicate status effects.

One thing I can add is that you probably want to add a depth variable to your weapon object. Sometimes you want to hold it in front of Link (= when looking south) and sometimes you want it behind him (=when looking north). You'll eventually realise you don't want to edit it manually. Base it on the depth of Link and gice it something like a +1 or -5 value.

1191
Other Projects / Re: [Demo] Tech demo - Horn of Balance (working title)
« on: October 03, 2010, 10:02:49 am »
If you wish, then I can see about making the controls saveable in version 0.10.1. Do you really intent to play the demo multiple times?

Could you specify where the music fades unexpectedly?

It's probably cause I'm older then you (=childhood memories etc), but I like the feel of the Attlp graphics better then Minish Cap. They're not bad. The GameBoy styled graphics are far worse in that department.

1192
LTTP & FSA / Re: [request] Electrocuted Link
« on: October 01, 2010, 07:32:46 pm »
I'm sure I'll use it in more then one way before then end of the game. But for now, I'm just focusing on the first dungeon.

1193
LTTP & FSA / Re: [request] Electrocuted Link
« on: October 01, 2010, 07:04:29 pm »
I can anwser that already (so you don't get your hopes up too much). Link can only be electrocuted outside. The needed enemy just doesn't fit the dungeon. I'm adding it because I'm working on status effects these days.

1194
LTTP & FSA / Re: [request] Electrocuted Link
« on: October 01, 2010, 06:23:38 pm »
Great! Thanks.
Time for me to get to work then.

1195
LTTP & FSA / [Solved] Electrocuted Link
« on: October 01, 2010, 02:30:24 pm »
Hello all,

It's been a while since I made a general request, but that's fixed now. Although it's more of a request for information at first.
I'm looking for the sprites of Link getting electocuted alttp style (what I already have is attached) and I have two questions.

1. Am I missing any sprites? Possibly other facing directions or parts of the animation?
2. And if so, who can help get the missing images?

Greetings,
Martijn

1196
Other Projects / Re: [Demo] Tech demo - Horn of Balance (working title)
« on: October 01, 2010, 06:15:12 am »
Just a quick response before I head of to work:
1. Controls can be changed. The lay-out works great for me but obviously there are different keyboard settings out there and different preferences. So I added the option to be able to customize the keys. It's a temporary fixs for now till I add in an option to be able to save your custom settings.
2. Never had this problem and never had anybody else give me simular feedback. My first guess would be that it has to do with your machine's performance.
3. Already fixed it in my own version, so you won't have the problem anymore in demo 0.10.1 when that's finished.

1197
Other Projects / Re: [Demo] Tech demo - Horn of Balance (working title)
« on: September 27, 2010, 05:52:05 pm »
Yes! If only every comment was as nice XD

Fixed the first issue by moving the birdstatue up by 4 pixels.
Fixed the second issue by not allowing a grabbing motion while on the stairs.

I'm not going to edit the third situation. You are correct. It is an oversight on my part. But not in the long run. The dungeon is designed around the player having to first find 4 torches to light. That will move the bird statue with the stairs leading down. Once down you find the master key and that will allow you to open the big lock you used to get to this particular room. It looks sloppy right now, seeing a closed door when you walked through an open door. In the end you will not come across this situation though, as the small lock will have to be opened before opening the big lock.


I'll update the demo once more issues have accumulated.

1198
Other Projects / Re: [Demo] Tech demo - Horn of Balance (working title)
« on: September 26, 2010, 08:15:14 pm »
Thanks for the image.

About your comments. It's a little difficult to determine the problems.

Could you post an image of you getting stuck with the statue across the entrance. Does this refer to the movable statue outside? And if so, what did you do to get stuck? Did you pull it or push? I need to be able to recreate it to fully understand the problem.

Could you also post a screenshot with the southern door and it's locked door? I need more information to determine what door you are talking about and wether or not it is glitch/oversight.

1199
Other Projects / Re: [Demo] Tech demo - Horn of Balance (working title)
« on: September 26, 2010, 04:41:08 pm »
Okay then. There is FINALLY a new demo out (v0.10). Like promised. Hope you guys/girls like it. Honestly I forgot what was in the last one so I hope nobody's dissappointed with the progress. Feel free to point out any glitches that need changing. I don't expect it to be perfect XD.

And here is a list of the mayor changes/additions since the last demo:
-Added more rooms
-Added breakable wall (hint: it's near the dungeon map)
-Added alternative chests + Edited the "Opening chest" sequence
-Finished renaming all the scripts
-Redid the overhead display (= less objects used, but the same visuals)
-Added keys from above and in pots
-Changed the jump down sequences
-Added stand alone stairs + accompanied transitions
-Added pushing and pulling objects (v.2)
-Added and implemented push / pull switches (15x)
-Added interaction movable objects and pressure plates
-Added teleportation tile
-Added key on pedestal
-Redid the coding for the cyclops gaurds (+ added a blue / red variant)
-Turned enemy colors variable
-Implemented new system of damaging enemies (+ damage from enemies)
-Changed the underlying health / magic values
-Redid all the existing enemies using a new structure
-Redid the old shielding mechanic
-Updated the dungeon map system
-The fade out screen effect is now draw as part of the HUD
-Added different hurt visuals for enemies
-Added in new blue, red and yellow Stalfos enemies
-Redid the entire character structure
-Added in ice rod, fire rod and rod of medu (no magic attack yet, but you can club enemies with them XD)
-Changed large portions of the pick up + throw mechanics
-Further refined the AI of flying tiles (and other projectile enemies)
-Landing in water will now result in a splash effect
-Added a series of new containers
-Container weight now has small effects on some actions (walking/running/picking up/throwing)
-Added the option for longer and diagonal ledgejumps
-Adjusted/improved getting items from chests
-Created a new digging system
-Added new Pols Voice Enemy
-Recoded/improved all the transitions between rooms
-Recoded large sections of the death sequence
-Added visuals for more tunics and a frozen + stone state
-Redid/simplified the respawn mechanic
-Fixed up a large (!) number of glitches/error/smaller issues

1200
Zelda Projects / Re: [Demo] LoZ: The Awakening of a Shadow
« on: September 26, 2010, 02:12:37 pm »
Tried the demo but I'm afraid to say I'm a little dissappointed.
-The filesize is 35mb. That's ... uuh... massive. Maybe it's the engine you are using that's so big?
-I start the game and it pops up in fullscreen. That makes the game look really ugly as oppossed to the default screen or a multiblication of that.
-The enemy on the left just moved over the pit and got stuck. I appearantly touched it shortly after and it dissappeared.
-Can't move left in or over the pit. Can't move right because of an invisible wall. So I'm stuck on the first screen :huh:
-There are no instruction (like F1 or in the starting post here) so I can't tell if I'm missing things aside from sword swinging and rolling. You're starting post mentions other items so I am probably wrong.
-If I walk left up against a wall and swing my sword the character's facing is changed after the animation. It happens for different directions as well. This isn't an issue while moving.

Don't be discouraged though. I've you work on your presentation then 1/3 of this is fixed instantly.
Another 1/3 is me complaining that there isn't much to do. Your screenshots say otherwise so that may not be an problem for the next demo.
And the last comments are glitches I guess.

Didn't like this demo, but I'll look forward to the next one.


Edit: Right. There is a read me file I missed. Let me check the game out a little further.


Edit2: This is more like it, but I do have a couple more things to mention:
- There were 6 instances where I moved to another screen, got hit before I was able to do anything and got pushed back to the previous screen.
- In the desert, if you bring up the menu, the sand is covering the menu.

Pages: 1 ... 58 59 [60] 61 62 ... 77

Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.06 seconds with 36 queries.