Zelda: Return Of The Hylian for Dreamcast
- Neoblast
- DC Developer
- Posts: 315
- https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
- Joined: Sat Dec 01, 2007 8:51 am
- Has thanked: 6 times
- Been thanked: 1 time
Zelda: Return Of The Hylian for Dreamcast
After a while since my last port I decided it was about time already.
Here I bring you the first game of a homebrew zelda trilogy, using the same style as the old zelda games.
Controls:
Dpad: Move
A: Action
B: Run
X: Sword
Y: Map
L: Save Menu
R: Use item
VMU: 14 blocks each save.
License GPL
Made in C++ and SDL
Website: http://www.zeldaroth.fr/us/
DOWNLOAD CDI + SOURCE:
http://www.dreamcast.es/descargas/iberd ... source.rar
Here I bring you the first game of a homebrew zelda trilogy, using the same style as the old zelda games.
Controls:
Dpad: Move
A: Action
B: Run
X: Sword
Y: Map
L: Save Menu
R: Use item
VMU: 14 blocks each save.
License GPL
Made in C++ and SDL
Website: http://www.zeldaroth.fr/us/
DOWNLOAD CDI + SOURCE:
http://www.dreamcast.es/descargas/iberd ... source.rar
- PH3NOM
- DC Developer
- Posts: 576
- Joined: Fri Jun 18, 2010 9:29 pm
- Has thanked: 0
- Been thanked: 5 times
Re: Zelda: Return Of The Hylian for Dreamcast
Looks nice man!
Is it using the SDL 320x240 or 640x480 screen mode?
Thanks for helping keep the DC alive!
Is it using the SDL 320x240 or 640x480 screen mode?
Thanks for helping keep the DC alive!
- Neoblast
- DC Developer
- Posts: 315
- Joined: Sat Dec 01, 2007 8:51 am
- Has thanked: 6 times
- Been thanked: 1 time
Re: Zelda: Return Of The Hylian for Dreamcast
320x240 and 16 bit color mode but it runs very smoothlyPH3NOM wrote:Looks nice man!
Is it using the SDL 320x240 or 640x480 screen mode?
Thanks for helping keep the DC alive!
Thanks to you too, any news on the xvid lib?
-
- DCEmu Fast Newbie
- Posts: 21
- Joined: Wed Aug 19, 2009 5:45 am
- Has thanked: 0
- Been thanked: 0
Re: Zelda: Return Of The Hylian for Dreamcast
Niiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiice
Thanks for that!
Thanks for that!
- PH3NOM
- DC Developer
- Posts: 576
- Joined: Fri Jun 18, 2010 9:29 pm
- Has thanked: 0
- Been thanked: 5 times
Re: Zelda: Return Of The Hylian for Dreamcast
Sounds cool im sure a lot of dc fans will enjoy!Neoblast wrote:320x240 and 16 bit color mode but it runs very smoothlyPH3NOM wrote:Looks nice man!
Is it using the SDL 320x240 or 640x480 screen mode?
Thanks for helping keep the DC alive!
Thanks to you too, any news on the xvid lib?
A little news, I have been contacted by another developer that may be interested in utilizing the decoder im working on in a commercial project.
This gives me a bit of external motivation to continue working with it!
-
- Psychotic DCEmu
- Posts: 577
- Joined: Mon Aug 11, 2008 9:34 am
- Location: Nowhere U.S.A.
- Has thanked: 0
- Been thanked: 0
Re: Zelda: Return Of The Hylian for Dreamcast
Looks interesting. I was a fan of the SNES game back in the day.
-
- DCEmu Newbie
- Posts: 1
- Joined: Sat Apr 09, 2011 9:24 pm
- Has thanked: 0
- Been thanked: 0
Re: Zelda: Return Of The Hylian for Dreamcast
Sweet!
Will there be ports of Oni Link Begins and Time To Triumph as well?
Will there be ports of Oni Link Begins and Time To Triumph as well?
-
- Psychotic DCEmu
- Posts: 577
- Joined: Mon Aug 11, 2008 9:34 am
- Location: Nowhere U.S.A.
- Has thanked: 0
- Been thanked: 0
Re: Zelda: Return Of The Hylian for Dreamcast
Per the built in Google translator on the Dreamcast.es site:zelda42293 wrote:Will there be ports of Oni Link Begins and Time To Triumph as well?
[Emphasis Mine]After a little while without bringing anything, I'm taking things I have on my list little by little.
Today I bring a new zelda game, the first of a trilogy that will appear in DC gradually. This is a zelda style RPG SNES with support to save the game in the VMU. Made in C + + and SDL.
-
- DCEmu Freak
- Posts: 54
- Joined: Tue Aug 30, 2011 3:29 am
- Has thanked: 0
- Been thanked: 0
-
- DCEmu Freak
- Posts: 54
- Joined: Tue Aug 30, 2011 3:29 am
- Has thanked: 0
- Been thanked: 0
-
- DCEmu Freak
- Posts: 54
- Joined: Tue Aug 30, 2011 3:29 am
- Has thanked: 0
- Been thanked: 0
Re: Zelda: Return Of The Hylian for Dreamcast
No news about the ROTH fix and the second port ?
thanks.
thanks.
-
- DCEmu Freak
- Posts: 54
- Joined: Tue Aug 30, 2011 3:29 am
- Has thanked: 0
- Been thanked: 0
- BlueCrab
- The Crabby Overlord
- Posts: 5694
- Joined: Mon May 27, 2002 11:31 am
- Location: Sailing the Skies of Arcadia
- Has thanked: 10 times
- Been thanked: 70 times
- Contact:
Re: Zelda: Return Of The Hylian for Dreamcast
If there's nothing new that has been posted, one would generally assume there's no new news.
There's no reason to bump this thread over and over.
There's no reason to bump this thread over and over.
-
- DCEmu Freak
- Posts: 54
- Joined: Tue Aug 30, 2011 3:29 am
- Has thanked: 0
- Been thanked: 0
- Neoblast
- DC Developer
- Posts: 315
- Joined: Sat Dec 01, 2007 8:51 am
- Has thanked: 6 times
- Been thanked: 1 time
Re: Zelda: Return Of The Hylian for Dreamcast
Actually there are, I'm porting the second one and looking into the first one issues...
It runs out of memory, the game itself is close to the dreamcast ram limits ( 16MB ). Some issues didn't appear in my tests but I guess I will be able to fix it by freeing resources more often maybe that way it won't crash past X point
It runs out of memory, the game itself is close to the dreamcast ram limits ( 16MB ). Some issues didn't appear in my tests but I guess I will be able to fix it by freeing resources more often maybe that way it won't crash past X point
-
- DCEmu Freak
- Posts: 54
- Joined: Tue Aug 30, 2011 3:29 am
- Has thanked: 0
- Been thanked: 0
Re: Zelda: Return Of The Hylian for Dreamcast
Thanks for your reply but i don't understand.
Fix possible or not ?
Thanks again.
Fix possible or not ?
Thanks again.
- Neoblast
- DC Developer
- Posts: 315
- Joined: Sat Dec 01, 2007 8:51 am
- Has thanked: 6 times
- Been thanked: 1 time
Re: Zelda: Return Of The Hylian for Dreamcast
Yes it is, I haven't had any time lately, hopefully I can get back to it again.
Expect a fix and the second part of the trilogy in the next weeks.
Expect a fix and the second part of the trilogy in the next weeks.
-
- DCEmu Freak
- Posts: 54
- Joined: Tue Aug 30, 2011 3:29 am
- Has thanked: 0
- Been thanked: 0
-
- DCEmu Freak
- Posts: 54
- Joined: Tue Aug 30, 2011 3:29 am
- Has thanked: 0
- Been thanked: 0
Re: Zelda: Return Of The Hylian for Dreamcast
Hello,Neoblast wrote:Yes it is, I haven't had any time lately, hopefully I can get back to it again.
Expect a fix and the second part of the trilogy in the next weeks.
No news :/