Canceled Dragonball SUPER

Project is halted prior to completion and will not receive further updates.

betterbold

Active member
Hey guys, It's my first mod (WIP).
I like the Dragonball game "Super sonic warriors" and want to make it.


https://youtu.be/bb_dSZII0Vw

But It have few problems ...
1)Entities take damages and sometime float (like parabola).

2)Player's attack is sometime fail.
 
Hey man, your game's lookin pretty cool. If I can offer some advice, you should add a move command to your first attack, so the attack closes the gap on it's on rather then you having to fly face first into your enemy. Here's mine for example:

Code:
anim	attack1
	loop	0
	delay	3
	offset	124 126
	bbox	112 101 19 25
	fastattack	1
	frame	data/chars/tails/a1-0.gif
	frame	data/chars/tails/a1-1.gif
	move	8
	attack	124 109 21 11 9 0 0 0 0 20
	DropV	1 2
	frame	data/chars/tails/a1-2.gif
	move	0
	frame	data/chars/tails/a1-3.gif
	attack	0
	frame	data/chars/tails/a1-4.gif
	frame	data/chars/tails/a1-5.gif

Since your floating on air and I made this change myself, there's a better way to make this look more fluid.
Code:
anim	attack1
	loop	0
	delay	3
	offset	124 126
	bbox	112 101 19 25
	fastattack	1
	frame	data/chars/tails/a1-0.gif
	frame	data/chars/tails/a1-1.gif
	delay	1
	move	3
	attack	124 109 21 11 9 0 0 0 0 20
	DropV	1 2
	frame	data/chars/tails/a1-2.gif
	frame	data/chars/tails/a1-2.gif
	frame	data/chars/tails/a1-2.gif
	delay	3
	move	0
	frame	data/chars/tails/a1-3.gif
	attack	0
	frame	data/chars/tails/a1-4.gif
	frame	data/chars/tails/a1-5.gif

Aside from that, the smaller ki blasts look like they should move faster. Good luck with everything else though, and I hope to see Piccolo make an appearance here.  ;)

x)
 
betterbold, I think you should use wider screen for wider playing field and use bigger enemies so you won't have missed attack problems like this :)
 
@betterbold (Ryo Morisaki),

Your last post is in july 2016, any news for your probably Mod?

I see the another test: MEGAMAN REBOOT.
 
Some news about this mod ?
Sorry to write it, i like your work a lot, but you began many mods and never release any final playable mod.
I think you are a good modder, take time to finish and polish one ;)
 
betterbold said:
@stin
    Thanks for your watching my videos. ;D
    I'll release more games in this year.

Thank you, i will patiently wait for your Mods :)

@darknior, break your instinct and follow me;

- where dragonball was written and created?
In Japan!

- where megaman was written and created?
In Japan!

- which is the best and potential modder for these games?
A Japanese Man!

- what is the name of this modder for our community?
Ryo Morisaki!

And re-follow me; im born with a Commodore C64 inside.

Wait, wait and wait, the patience will repay the efforts of those who create games for passion.

Peace and Love.
 
Back
Top Bottom