Hye, I'm dyko

Started by handsource-dyko, June 21, 2010, 07:01:33 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

handsource-dyko

It's been a while, but with Bennu I picked up game programming again.
On the Div-arena and Divsite forum I was known as "handsource".

For me, Bennu is what Fenix should have been. I'm glad that it's still compatible,
and that everything works as you would expect.

By the way, I've used Bennu to do a remake of Malvado (it's basically an improved version).
I've reworked a few bits of code, and created an level editor, wich also uses some of
Spliter's gui routines.

It comes with sourcecode, so maybe it can be used as an tutorial game. However, you
still need DIV to draw the backgrounds, but you can also use the gimp to some extend.

here are the links: http://www.mediafire.com/file/wiomm3maf2j/malvado-devel.zip (source+bin version)
                         http://www.mediafire.com/file/50r3a2ychnz/malvado-binary-distribution.zip (binary only vrsion)


The game was tested on Windows XP, Windows 7 and Ubuntu 9.10.
I'm not sure if it works on the Gamepark handheld, and if it would require changes to make it work.

Joystick is supported, you can use up to 10 devices, also you can overrule the default settings with the "-j" commandline
option.





SplinterGU

wellcome and thanks!

karma for you!
Download Lastest BennuGD Release: http://www.bennugd.org/node/2

FreeYourMind

Interesting, i have too a merged version of castle of dr. malvado called 'geca adventure' (div2 version to download in my site).

By the way,

Welcome to your DOOM!


FreeYourMind

I have played your version.
I like the 'demo mode' after the title screen, it's a rare feature in homebrew games :)
Karma Up  ;)

Drumpi

Welcome to this place, i hope we don't drive you crazy ;D

And your first message is a game/port, you win your first karma from me ;)
Hala, como con 1001 procesos sólo va a 9 FPS, vamos a meterle 32 veces más, a ver si revienta.
(Drumpi epic moment)

josebita

Well, what can I say? Welcome and thanks for your port. I also tried porting Castle of Dr Malvado some time ago, but found a few bugs I didn't have time to solve and left it.

Would you mind uploading it to the BennuGD projects page?
http://projects.bennugd.org/add.php

handsource-dyko

By the way, You can make your own demo movies, it's a hidden feature in the game.
It can be activated in game by pressing F8. (See the developer documentation for or the malvado.prg file details).
However, you need to rename the fpg file or recompile the game.

Also, the levelpasswords are the same as my favorite nes game, mission: impossible.
I used these passwords because I can memorize them easely. The music I made a few years back with magix music
maker. Orginally I made these tunes for another project.

And, there's also a cheatmode, enter "GODS" as password. I hope the new levels are not too hard. I tried to make the
game's difficulty a bit more balanced.




FreeYourMind

Great!!! The demo movies can be adapted easily to another Bennu games ?

handsource-dyko

Yes you can easely adapt it to your projects too, the demo movies are simply fpg's.
The game has a build-in screen grabber.

It captures a screenshot every frame, by using the screen_get() function. Then,
each frame is added to an fpg file called "movie.fpg". The movie recorder stops
when it reaches 999 frames (max. number of graphs in an fpg archive).

The demo routine simply plays every frame of the fpg file. I know, in the past they
would have done this differently (using a computer controlled player, playing logged
key events). This methode wouldn't have required a lot of disk space, but it's harder
to implement then a movie recorder/player.


FreeYourMind

It's a nice way to do the demo, but this way is expensive in memory usage, i think you do this from another way (like a programmed live demo or a demo with a dat file with the actions of the player).

Anyway, yo do a great job, and if the game is not to big in screen definition it's a easy way to do the demos.

Nothing you don't know  :P

Thanks.  ;)

pddung93

Quote from: handsource-dyko on June 21, 2010, 07:01:33 PM
It's been a while, but with Bennu I picked up game programming again.
On the Div-arena and Divsite forum I was known as "handsource".

For me, Bennu is what Fenix should have been. I'm glad that it's still compatible,
and that everything works as you would expect.

By the way, I've used Bennu to do a remake of Malvado (it's basically an improved version).
I've reworked a few bits of code, and created an level editor, wich also uses some of
Spliter's gui routines.

It comes with sourcecode, so maybe it can be used as an tutorial game. However, you
still need DIV to draw the backgrounds, but you can also use the gimp to some extend.

here are the links: http://www.mediafire.com/file/wiomm3maf2j/malvado-devel.zip (source+bin version)
                         http://www.mediafire.com/file/50r3a2ychnz/malvado-binary-distribution.zip (binary only vrsion)

g-string
ladies rain coats

The game was tested on Windows XP, Windows 7 and Ubuntu 9.10.
I'm not sure if it works on the Gamepark handheld, and if it would require changes to make it work.

Joystick is supported, you can use up to 10 devices, also you can overrule the default settings with the "-j" commandline
option.






Thanks, best regard, lol