Wow This topic is old, and no feedback (why am i not surprised

)
Anyway here's ome feedback i hope is usefull:
- First of all some screenshots will be nice
- The tittle screen is to simple, you should add the Game logo and osmethng else but not much
- The animation of the flames in the select screen is a bit sloppy and you can see some pink edges on teh flames
- The versus screen could use some sound, also even when there is no music always set the loop to 1 or there will be no music during the fights (winmugen)
- In the installation you said:
QUOTE
Copy those files FROM mugen/data TO mugen/data/ninjamas:
common1.cns
common.snd
fightfx.air
fightfx.sff
That is not neccesary because if those files are not in the motif folder Mugen will use the ones in the data folder.
- Also to make iy easier to be another motif available, you should do this:
Since there are only 2 fonts...or even if they're more:
CODE
[B]font2 = ninjamas/NinjaNum.fnt
font3 = ninjamas/name2.fnt[/B]
That way the user doesn't have to move the fonts or youy could make a font folder inside the ninjamas folder and it should be soemthing like this:
CODE
[B]font2 = ninjamas/fonts/NinjaNum.fnt
font3 = ninjamas/fonts/name2.fnt[/B]
And for the music do this:
CODE
[B]select.bgm = data/ninjamas/sel2.mp3[/B]
Or make a folder name music or something in the ninjamas folder.
NOTE: When you have music in the motifs folder you always have to add a "data" before the motifs folder name or it will not work.
- You should add a "rush" or "hits" word to the hit counter (rather than the default one) to make it look better
- Maybe teh lifebars will look better without the small portarit or add a box for the portait
- If you keep the chars name inside the lifebar make the font white so it looks better or put the chars name outside the lifebar.
Well that's all i have i hope is somehow usefull
Bye