Forum MUGENATION: character won't load - Forum MUGENATION

Salta al contenuto

  • 2 Pagine +
  • 1
  • 2
  • Non puoi iniziare una nuova discussione
  • Non puoi rispondere a questa discussione

character won't load

#21 L   SlayerGatsu 

  • Sensei. Squadra dei Falchi
  • PuntoPuntoPuntoPunto
  • Gruppo: Membro
  • Messaggi: 5545
  • Iscritto: 26-December 04

Inviato 23 June 2005 - 08:02

the immages aren't sorted with mee?
or by chance you used an Old version of mcm....
send me the sff, i'll correctit personally B)
0

#22 L   soljahboi83 

  • Chan
  • Punto
  • Gruppo: Membro
  • Messaggi: 37
  • Iscritto: 19-May 05

Inviato 23 June 2005 - 23:25

an old version of mcm? is there a way i could possibly get a hold of an updated version? i will send you the sff but it's on a different computer so i will have to get it and send it...
0

#23 L   soljahboi83 

  • Chan
  • Punto
  • Gruppo: Membro
  • Messaggi: 37
  • Iscritto: 19-May 05

Inviato 25 June 2005 - 22:28

it's cool gatsu i was finally able to fix the pics...i just messed around with it freely and got it done...thanks for the offering your help
0

#24 L   SlayerGatsu 

  • Sensei. Squadra dei Falchi
  • PuntoPuntoPuntoPunto
  • Gruppo: Membro
  • Messaggi: 5545
  • Iscritto: 26-December 04

Inviato 26 June 2005 - 08:17

NP B)
and I'm really happy that you managed to do it your self, This is that Best way to learn mugen B)
0

#25 L   Pasto 

  • MedaMaster del mugenation Team
  • Gruppo: Membro Speciale
  • Messaggi: 1446
  • Iscritto: 15-June 04

Inviato 02 July 2005 - 11:11

yep thats right ^o^

( i know something about auto-learn . . . how many mugen did i crash ? . . . lol )
0

#26 L   v_chronos 

  • Chan
  • Punto
  • Gruppo: Membro
  • Messaggi: 16
  • Iscritto: 01-January 05

Inviato 17 August 2005 - 22:19

cansomebody please help me with this error?

Error message:
Error parsing trigger1, 3
Error parsing [State 4010, varadd AI]
Error in [Statedef 8010]
Error in Aragon.st

Library error message: Malformed expression encoutered: %6) = 0
0

#27 L   SlayerGatsu 

  • Sensei. Squadra dei Falchi
  • PuntoPuntoPuntoPunto
  • Gruppo: Membro
  • Messaggi: 5545
  • Iscritto: 26-December 04

Inviato 17 August 2005 - 22:31

sure...

so open up the file aragon.st

press ctrl-f on the keyboard

write
[Statedef 8010]

hit enter, then

press ctrl-f on the keyboard

write
[State 4010, varadd AI]

ceck he below button and hit enter,
then post the entire state.

a state ends were another state starts, therefore when you see the next
[state ####, somehting] the prev state is over.

moreove, If you feel lucky, remove the spase angd give it a try... BUT post the state anyhow because it's not going to work... (99% sure)
0

#28 L   v_chronos 

  • Chan
  • Punto
  • Gruppo: Membro
  • Messaggi: 16
  • Iscritto: 01-January 05

Inviato 18 August 2005 - 22:22

[Statedef 8010]
type = S
movetype= A
physics = S
anim = 8010
sprpriority = 2


[State 4010, varadd AI]
type = varadd
Trigger1 = var(9) = 1
trigger1 = random <= 600
trigger1 = gametime(%6) = 0
var(17) = 2

[State 4010, varadd AI]
type = varadd
Trigger1 = var(9) = 1
trigger1 = random <= 600
trigger1 = gametime(%6) = 0
var(17) = -1
0

#29 L   SlayerGatsu 

  • Sensei. Squadra dei Falchi
  • PuntoPuntoPuntoPunto
  • Gruppo: Membro
  • Messaggi: 5545
  • Iscritto: 26-December 04

Inviato 18 August 2005 - 23:03

[Statedef 8010] 
type = S
movetype= A
physics = S
anim = 8010
sprpriority = 2

[State 4010, varadd AI1]
type = varadd
Trigger1 = var(9) = 1 && random <= 600 && gametime(%6) = 0
var = 17
V = 2

[State 4010, varadd AI2]
type = varadd
Trigger1 = var(9) = 1 && random <= 600 && gametime(%6) = 0
var = 17
V = -1


see if that works... now mugen will give a different error if it does not...
exactly it will specify which one i'ts wromg B)
0

#30 L   v_chronos 

  • Chan
  • Punto
  • Gruppo: Membro
  • Messaggi: 16
  • Iscritto: 01-January 05

Inviato 19 August 2005 - 21:05

it now gives this error.

Error message:
Error parsing trigger1, 1
Error parsing [State 4010, varadd AI1]
Error in [Statedef 8010]
Error in Aragon.st
Error loading char/Aragon/Aragon.def
Error while precaching

Library error message: Malformed expression encoutered: %6) = 0
0

#31 L   SlayerGatsu 

  • Sensei. Squadra dei Falchi
  • PuntoPuntoPuntoPunto
  • Gruppo: Membro
  • Messaggi: 5545
  • Iscritto: 26-December 04

Inviato 19 August 2005 - 21:25

there, try this...

[Statedef 8010] 
type = S
movetype= A
physics = S
anim = 8010
sprpriority = 2

[State 4010, varadd AI1]
type = varadd
Trigger1 = var(9) = 1 && random <= 600 && (gametime%6) = 0
var = 17
V = 2

[State 4010, varadd AI2]
type = varadd
Trigger1 = var(9) = 1 && random <= 600 && (gametime%6) = 0
var = 17
V = -1

0

Condividi questa discussione:


  • 2 Pagine +
  • 1
  • 2
  • Non puoi iniziare una nuova discussione
  • Non puoi rispondere a questa discussione

1 utenti stanno leggendo questa discussione
0 utenti, 1 ospiti, 0 utenti anonimi