YesNoOk
avatar

Piccolo SB (Read 4685 times)

Started by supermystery, September 24, 2008, 06:19:23 pm
Share this topic:
Piccolo SB
#1  September 24, 2008, 06:19:23 pm
  • avatar
  • ***
    • www.angelfire.com/moon2/ned
Piccolo SB by me



Version 1.01
===========

Various updates including:

Supers do not give power anymore
Custom AI is now standard

Version 1
===========

Large sprites from Shin Butoden to match up with street fighter and marvels sizing

Free flying ability

All required sprites.

Fairly Balanced Moves

MVC based combo system

Special Move backgrounds

Harder AI than kid goku's (i think)

=====================================================================================
Basics
===========
Super Jump
D, U

Guard Push
press a button while blocking

Parry
To perform a parry, you must press forward the moment the attack is about to hit you. Press down for low attacks.

Recovery roll (while falling)
D, DB, B, x

Aerial Rave Starter
down + z

Throw/Grab
forward + x or z

Power up
z+c

Fly
start button

Special Moves:
=============

Fireball
D, DF, F + any punch press (punch again for a second fireball while attacking)

Super Dash Kick
F, F, + any kick

Desending Multi Kick
D, DF, F, and any kick button while jumping

Teleport
D, DF, F, and weak kick/medium kick or:
D, DB, B, and weak kick/medium kick to go backwards

Rising Double Kick  (Can also be done in air)
F, D, DF, and any kick

Eye Beam
D, DB, B, and any punch

Super Moves
============

Special Beam Cannon (Makankosappo) Level 1 and above
D, DF, F, x+y

Light Grenade (Level 1 and above)
D, DB, B, x+y

Super Aerial Light Grenade (Level 1 and above While jumping)
D, DF, F, x+y

Super Electric Attena
D, DB, B, a+b

No Place to hide (Level 1 and above)
D, DF, F, a+b

Hyper Special Beam Cannon (Level 2 and above)
D, DF, F, x+y+z

Hidden Stuff
==============
King Piccolo's Palletes

Shun Clone Satsu

====================================================================
Regarding AI
====================================================================
Default is on but if you really want to switch it off open the piccoloSB.cns file and do the following:

Code:
Change:

;AI on or Off
[State -2, Simplifier]
type = VarSet
triggerall = !IsHelper
trigger1 = var(58) = 1
trigger2 = var(0):=0
var(0) = 1 ; Another option is to replace 1 with something like MatchNo, if
; you want to design your AI to have varying levels of difficulty.
IgnoreHitPause = 1

To:

;AI on or Off
;[State -2, Simplifier]
;type = VarSet
;triggerall = !IsHelper
;trigger1 = var(58) = 1
;trigger2 = var(0):=0
;var(0) = 1 ; Another option is to replace 1 with something like MatchNo, if
; you want to design your AI to have varying levels of difficulty.
;IgnoreHitPause = 1

http://mugenlair.freesmfhosting.com/index.php

Under hosted creations
Re: Piccolo SB
#2  September 25, 2008, 01:59:25 am
  • **
  • Everyone has darkness,Fight it or EMBRACE it
This piccolo look gorgous I dont like getting dbz chars but i might just have to get this one
Re: Piccolo SB
#3  September 25, 2008, 03:40:42 pm
  • ***
  • 10 Years! Still going strong.
    • USA
    • http://forums.sonicretro.org/index.php
what a second....kid goku? supermystery is that you?!

if it is, wtf happend to your site?

regardless, i need a SB piccolo so im gonna give this a shot!
Project: Ultimate Zero & Ultimate X

Status: W.I.P.

~~~~~~~~~~~~~~~~~~~

MMZ Soundpack Project (Canceled)

JDM

Re: Piccolo SB
#4  September 25, 2008, 05:31:41 pm
  • ***
  • Stop right there criminal scum!
    • Canada

  • Online
I've tried him out and he's awesome but his AI is quite broken! He teleports too much and he's too combo happy. Could you please tone him down a bit?
Stop! You've violated the law! Now pay the court a fine or serve your sentence. Your stolen goods are now forfeit!
Re: Piccolo SB
#5  September 25, 2008, 10:15:37 pm
  • avatar
  • ***
    • www.angelfire.com/moon2/ned
Thanks everyone who tried him so far

I've tried him out and he's awesome but his AI is quite broken! He teleports too much and he's too combo happy. Could you please tone him down a bit?
Thanks for trying him
For now i would recommend that you disable the AI if its too much, until i decide to update the AI again.

With the Ai disabled it still can fight decently
Re: Piccolo SB
#6  September 26, 2008, 11:14:50 am
  • avatar
  • ***
    • www.angelfire.com/moon2/ned
Hard AI has been updated and some easier variations have been added

Default AI level is Easy but you can set it to medium or hard if you wish


Easy mode:
-----------

Open the PiccoloSB.def file

And check the following is like this:

Code:
cmd     = PiccoloSBEasy.cmd   ;Easy AI
;cmd     = PiccoloSBMedium.cmd   ;Medium AI
;cmd     = PiccoloSBHard.cmd   ;Hard AI

Medium mode:
-----------

Open the PiccoloSB.def file

And check the following is like this:

Code:
;cmd     = PiccoloSBEasy.cmd   ;Easy AI
cmd     = PiccoloSBMedium.cmd   ;Medium AI
;cmd     = PiccoloSBHard.cmd   ;Hard AI


Hardest mode:
-----------

Open the PiccoloSB.def file

And check the following is like this:

Code:
;cmd     = PiccoloSBEasy.cmd   ;Easy AI
;cmd     = PiccoloSBMedium.cmd   ;Medium AI
cmd     = PiccoloSBHard.cmd   ;Hard AI


Download the patch from the same place

JDM

Re: Piccolo SB
#7  September 27, 2008, 01:00:06 am
  • ***
  • Stop right there criminal scum!
    • Canada

  • Online
Hard AI has been updated and some easier variations have been added

Default AI level is Easy but you can set it to medium or hard if you wish


Easy mode:
-----------

Open the PiccoloSB.def file

And check the following is like this:

Code:
cmd     = PiccoloSBEasy.cmd   ;Easy AI
;cmd     = PiccoloSBMedium.cmd   ;Medium AI
;cmd     = PiccoloSBHard.cmd   ;Hard AI

Medium mode:
-----------

Open the PiccoloSB.def file

And check the following is like this:

Code:
;cmd     = PiccoloSBEasy.cmd   ;Easy AI
cmd     = PiccoloSBMedium.cmd   ;Medium AI
;cmd     = PiccoloSBHard.cmd   ;Hard AI


Hardest mode:
-----------

Open the PiccoloSB.def file

And check the following is like this:

Code:
;cmd     = PiccoloSBEasy.cmd   ;Easy AI
;cmd     = PiccoloSBMedium.cmd   ;Medium AI
cmd     = PiccoloSBHard.cmd   ;Hard AI


Download the patch from the same place

Thanks!
Stop! You've violated the law! Now pay the court a fine or serve your sentence. Your stolen goods are now forfeit!
Re: Piccolo SB
#8  September 27, 2008, 01:10:25 am
  • **
  • Kung Lao - 70% Almost ready to release!
that screen shot where piccolo is shooting lighting looks AWESOME :P Ima try him how
*Downloading*
-----------------
After going to the link..
*ARG! Register forum!*
*Desides another time when im not lazy, my legs hurt, i have a cold. Arg...*
*Then realizes you dont have to register! <cough> <sniff-sniff>*

Making Stick Figures in MS Paint is Fun....
Continuing Kung Lao =]
Last Edit: September 27, 2008, 01:15:46 am by alum2
Re: Piccolo SB
#9  September 27, 2008, 09:21:48 am
  • avatar
  • ***
    • www.angelfire.com/moon2/ned
Re: Piccolo SB
#10  September 27, 2008, 08:35:13 pm
  • ***
  • I´m Onslaught...
yeah...really...no registration is needed to download the characters(this one and any other one hosted)
Nice to see you updated some of your characters...the AI levels is much appreciated,because of all of what has happened in the past(even though you are free to make the AI the way you feel like doing it)

Good job SM,i might test it out if i have some freetime today.. :sugoi:


Spoiler: Tribute (click to see content)
Re: Piccolo SB
#11  September 27, 2008, 10:27:09 pm
  • avatar
  • ***
    • www.angelfire.com/moon2/ned
yeah...really...no registration is needed to download the characters(this one and any other one hosted)
Nice to see you updated some of your characters...the AI levels is much appreciated,because of all of what has happened in the past(even though you are free to make the AI the way you feel like doing it)

Good job SM,i might test it out if i have some freetime today.. :sugoi:



Thanks
Re: Piccolo SB
#12  September 27, 2008, 11:24:16 pm
  • avatar
Cool. I hope he has an english voice pack once he's completed.
Re: Piccolo SB
#13  September 28, 2008, 09:45:09 am
  • avatar
  • ***
    • www.angelfire.com/moon2/ned
Re: Piccolo SB
#14  September 29, 2008, 02:51:24 am
  • ***
  • 10 Years! Still going strong.
    • USA
    • http://forums.sonicretro.org/index.php
Cool. I hope he has an english voice pack once he's completed.

SM isnt known to use japanese sets.

wow dude wow your piccolo is awesome stuff. your medium level ai was beating me into the ground i shudder to think what hard ai is like! his moves are amazing and combos rock. definate keeper in my roster!

you gotta make a broly someday he would rock under your skill!
Project: Ultimate Zero & Ultimate X

Status: W.I.P.

~~~~~~~~~~~~~~~~~~~

MMZ Soundpack Project (Canceled)
Re: Piccolo SB
#15  September 29, 2008, 12:55:48 pm
  • avatar
  • ***
    • www.angelfire.com/moon2/ned
Cool. I hope he has an english voice pack once he's completed.

SM isnt known to use japanese sets.

wow dude wow your piccolo is awesome stuff. your medium level ai was beating me into the ground i shudder to think what hard ai is like! his moves are amazing and combos rock. definate keeper in my roster!

you gotta make a broly someday he would rock under your skill!

Thanks  :)
Re: Piccolo SB
#16  September 30, 2008, 11:09:56 am
  • **
  • Kung Lao - 70% Almost ready to release!
btw, how do u change the AI? He kills me with combos non-stop :O
*yeah no more cold! for now :/?*
Edit:
Nvm, just saw the post about the hard, med and ect.
Edit2: The link to the character was down. couldnt download patch.

Making Stick Figures in MS Paint is Fun....
Continuing Kung Lao =]
Last Edit: September 30, 2008, 11:15:36 am by alum2
Re: Piccolo SB
#17  September 30, 2008, 11:31:06 am
  • avatar
  • ***
    • www.angelfire.com/moon2/ned
Ive uploaded piccolo with the patches in, ive also added a very easy mode too.

Download from the same place.