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.

Topics - Hedanito

Pages: [1]
1
Coding / [Tut] Minish Cap font
« on: February 12, 2009, 04:15:42 pm »
How to make a MC font in gamemaker.

Making a minish cap font is very easy once you got the right sprite.
So add this sprite to your game:


Now you have to create a font from the sprite. You can do that with this code:
Code: [Select]
global.mcfont=font_add_sprite(spr_mcfont,33,true,2)
And now all you got to do is use this code when you want to use the MC font:
Code: [Select]
draw_set_font(global.mcfont)
You can even change the color of the font with this code:
Code: [Select]
draw_set_color(c_red)

And thats how easy it is ^^. This font doesn't contain letters like á or è or other weird letters like that, but i might add them later.

2
Recruitment / Zelda Online
« on: February 11, 2009, 11:37:32 pm »
The Zelda Online development topic can be found here.

I noticed i spent many hours trying to animate some bad rips, while i could be programming. Thats why i desperately need an animator. All you gotta do is turn rips into strips i can use. So something like this:
From:


To:

*This took me like 30 min :O*


I could also use a spriter. For now mostly for things like menu's etc, but also for new monsters/bosses/areas, and maybe even new items for link.

And a level designer would be really helpfull too. You will need to design dungeons with puzzels for 1 to 8 players.

If you have something else you think you can help me with, PM me and show me what you can do, and ill look if you can be of any help.

If you want to know more about the details of what you can do you can PM me. Everyone will of course be given credits for their efforts.

3
Zelda Projects / The legend of Zelda Online
« on: February 09, 2009, 01:32:25 am »
First of all: Hello, im Hedanito, and im new here ^^.

I was looking around the internet for things for my zelda game and then i came here and thought it would be fun to post here about it.

Ok so enough about me, let me tell you about my zelda online =D

In Zelda online you can go on an adventure with up to 8 players (or maybe even more in the future) at once. Everything is minish cap style, just because i think it looks better :P.

I started this a few months ago when i wanted to learn how to make online games. Because i didnt understand it very well yet everything was pretty buggy. I stopped working on it about a month ago. About a week ago i looked at it again and i decided to rebuild the whole thing from scratch.

Here is a screen to show what it looks like at the moment:

Still looks a bit ugly (no map lol) but i've mostly been working on the engine.

Here is another screen of 2 players together:
[imgzoom]http://img179.imageshack.us/img179/327/screen2nc4.png[/imgzoom]
As you can see every player will get a different color. This almost fully works, i only have to add the sprites for every color :P. The chat also works, you can also scroll up/down.

I am also going to add magic, for that im going to use the bar link gets in the minish cap when he charges his sword. I cant find a rip though, so thats why i didnt add it yet ^^.

I dont know exactly how the online part is gonna be. Maybe something like four swords, when you connect with your friends you can sellect a mission and then play, or maybe something like guildwars, where you can get together in town, but outside every party gets its own area.

I hope you guys here can help me getting some ideas for my game, or maybe even help with the game itself. If you think you can help me with anything at all, from ripping/spriting/animating to programming, pm me and show me what you can do ^^.

Pages: [1]

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



Page created in 0.095 seconds with 34 queries.