mugen chars, rare characters
Mugen | CHAT | ZoroTS - Forum | Registration | Login
[New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 2
  • 1
  • 2
  • »
ZoroTS
RIK3076Date: Tuesday, 2012-01-24, 10:07 AM | Message # 1
Templar Knight
Group: contributor
Messages: 308
Awards: 6
Reputation: 25
Reproofs: 0%
Status: Offline
My first character Zoro Time Skip





The movelist is inside folder




Message edited by RIK3076 - Tuesday, 2012-01-24, 10:20 AM
 
sgn_15Date: Tuesday, 2012-01-24, 10:09 AM | Message # 2
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
pics?

 
lol-samaDate: Tuesday, 2012-01-24, 6:48 PM | Message # 3
Hero
Group: contributor
Messages: 399
Awards: 0
Reputation: 10
Reproofs: 0%
Status: Offline
for your first char is good but add more effects in your next

 
XasorDate: Wednesday, 2012-01-25, 7:19 AM | Message # 4
Templar Knight
Group: contributor
Messages: 308
Awards: 6
Reputation: 25
Reproofs: 0%
Status: Offline
lol-sama, Tnx man, it still a learning process for me, btw Where did you get Time Skip luffy sprites ? I tried to save that from sdb.drshnaps.com but it has small different shades of green pixels around luffy how can you fix that problem ? or is there a correct way to download. plz help

 
sgn_15Date: Wednesday, 2012-01-25, 8:08 AM | Message # 5
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
Quote (Xasor)
lol-sama, Tnx man, it still a learning process for me, btw Where did you get Time Skip luffy sprites ? I tried to save that from sdb.drshnaps.com but it has small different shades of green pixels around luffy how can you fix that problem ? or is there a correct way to download. plz help

thanks for ignoring

http://sdb.drshnaps.com/display.php?object=14455
click to see full size at the top of the sheet


 
XasorDate: Wednesday, 2012-01-25, 8:32 AM | Message # 6
Templar Knight
Group: contributor
Messages: 308
Awards: 6
Reputation: 25
Reproofs: 0%
Status: Offline
sgn_15, Sorry about that I'll post the pics sometime, thank you :))

 
anis91Date: Wednesday, 2012-01-25, 12:47 PM | Message # 7
Knight
Group: contributor
Messages: 120
Awards: 0
Reputation: 0
Reproofs: 0%
Status: Offline
u too? you are a fan of those low-res?
oh geesh,
it's not your prob anyways <-<

anyways nice char, for a 1st attemp happy


if u need to see any animation you want to see
the pm button is down-left
 
lol-samaDate: Wednesday, 2012-01-25, 7:36 PM | Message # 8
Hero
Group: contributor
Messages: 399
Awards: 0
Reputation: 10
Reproofs: 0%
Status: Offline
Quote (anis91)
u too? you are a fan of those low-res?

you can't make everyone like them
Quote (Xasor)
lol-sama, Tnx man, it still a learning process for me, btw Where did you get Time Skip luffy sprites ? I tried to save that from sdb.drshnaps.com but it has small different shades of green pixels around luffy how can you fix that problem ? or is there a correct way to download. plz help


i only made the bg color and it worked perfectly


 
XasorDate: Sunday, 2012-01-29, 11:15 AM | Message # 9
Templar Knight
Group: contributor
Messages: 308
Awards: 6
Reputation: 25
Reproofs: 0%
Status: Offline
anis91, Thanks man appreciate it :))

Added (2012-01-29, 11:15 AM)
---------------------------------------------
sgn_15, How can I make combos, coz as you can see in my character it has 3 attacks in one button and I don't know how to code that, can you help me ?




Message edited by Xasor - Sunday, 2012-01-29, 11:18 AM
 
sgn_15Date: Sunday, 2012-01-29, 11:22 AM | Message # 10
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
Quote (Xasor)
sgn_15, How can I make combos, coz as you can see in my character it has 3 attacks in one button and I don't know how to code that, can you help me ?


you do that in CMD... like this

Quote
;---------------------------------------------------------------------------
; Stand Light Punch
[State -1, Stand Light Punch]
type = ChangeState
value = 200
triggerall = ctrl
triggerall = statetype = S
trigger1 = command = "x"
trigger1 = command != "holddown"

;---------------------------------------------------------------------------
;STATE 201
[State -1]
type = ChangeState
value = 201
triggerall = statetype = S
triggerall = animelemtime(2) >= 0 && stateno = 200 && movecontact
trigger1 = command = "x"
trigger1 = command != "holddown"

;---------------------------------------------------------------------------
;STATE 202
[State -1]
type = ChangeState
value = 202
triggerall = statetype = S
triggerall = animelemtime(6) >= 0 && stateno = 201 && movecontact
trigger1 = command = "x"
trigger1 = command != "holddown"

;---------------------------------------------------------------------------
;STATE 203
[State -1]
type = ChangeState
value = 203
triggerall = statetype = S
triggerall = animelemtime(3) >= 0 && stateno = 202 && movecontact
trigger1 = command = "x"
trigger1 = command != "holddown"


from those CMD codes as examples, you need to have CNS codes (statedefs) for states 200, 201,202 and 203

you can remove the movecontact if you want, movecontact means you need to contact (hit or guarded) the enemy before you can use the next part of combo

if you want to hit (successfully) before being able to use the next combo, then replace movecontact with movehit




Message edited by sgn_15 - Sunday, 2012-01-29, 11:22 AM
 
XasorDate: Sunday, 2012-01-29, 5:51 PM | Message # 11
Templar Knight
Group: contributor
Messages: 308
Awards: 6
Reputation: 25
Reproofs: 0%
Status: Offline
sgn_15, Thanks man d(",)b

 
sgn_15Date: Sunday, 2012-01-29, 5:53 PM | Message # 12
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
Xasor, do you know some spriters who can sprite fairy tail?

 
XasorDate: Monday, 2012-01-30, 7:42 AM | Message # 13
Templar Knight
Group: contributor
Messages: 308
Awards: 6
Reputation: 25
Reproofs: 0%
Status: Offline
sgn_15, I only know grim but I think he only rips sprites, I don't know if he makes one.

 
N1nYoDate: Monday, 2012-01-30, 8:40 PM | Message # 14
Archangel
Group: contributor
Messages: 1721
Awards: 1
Reputation: 9
Reproofs: 0%
Status: Offline
Xasor, nice char btw XD just needs more effects
 
sgn_15Date: Monday, 2012-01-30, 9:19 PM | Message # 15
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
Quote (Xasor)
sgn_15, I only know grim but I think he only rips sprites, I don't know if he makes one.

he is the owner of SDB and a ripper
thanks

you can post this char in glb site


 
  • Page 1 of 2
  • 1
  • 2
  • »
Search:

Copyright MyCorp © 2024 Create a free website with uCoz