YesNoOk
avatar

Ankoku AsurA Tag System translated Help (Read 6752 times)

Started by ....., July 29, 2007, 12:35:22 am
Share this topic:
Ankoku AsurA Tag System translated Help
#1  July 29, 2007, 12:35:22 am
  • avatar
  • *
this is the original
Quote
**********************************************************
Estos Simples Pasos (cuales pueden realisarce en minutos)
deben Efectuarse Correctamente o De lo contrario
"Ankoku AsurA Tag System (SNK style)"
no Funcionara en Tu Mugen ni con tus Chars , Probablemente trayendo Anomalias
al funcionamiento Tradicional de el Mencionado.
**********************************************************


PASO 1- Colocar el .EXE
"Ankoku AsurA Tag System (SNK style)"
en la carpeta de Tu MUGEN.

**********************************************************

PASO 2- Copiar y Pegar el Texto
"Pegar al Principio del CMD!"
(el de abajo de estas palabras) arriba de todos los demas commandos de Cada Char a Usar "Ankoku AsurA Tag System"

;()()()()()()()()()()()()()()()
;[][][][][][][][][][][][][][][]
;Pegar al Principio del CMD! []
;[][][][][][][][][][][][][][][]
;()()()()()()()()()()()()()()()
[Command]
name = "Ankoku-AsurA-TaG"
command = s
time = 1
[Command]
name =  "AsuAtras"
command = B
time = 1
[Command]
name =  "AsuAdelante"
command = F
time = 1
[Command]
name =  "AsuAbajo"
command = D
time = 1
[Command]
name =  "AsuArriba"
command = U
time = 1
;()()()()()()()()()()()()()()()
;[][][][][][][][][][][][][][][]
;Pegar al Principio del CMD! []
;[][][][][][][][][][][][][][][]
;()()()()()()()()()()()()()()()


NOTA: Puede que si el char tiene todo el cupo de Cantidad de commandos permitidos por MUGEN te de problema, en este caso deberas tratar de Aligerar los Commandos del Char en cuestion
Los commandos de "Ankoku AsurA Tag System" deben estar todos o sino MUGEN se Cerrara Marcando Error
Lo mismo sucedera si quitas un Commando que no este repetido
en El Char a modificar por lo Tanto Verifica de
Borrar commandos
que esten repetidos pero con Distinta Ejecucion.

**********************************************************


PASO 3- Dejar libre en Cada Char a Usar el
"Ankoku AsurA Tag System":


[statedef -3]


NOTA: la Mejor manera de Buscar Este Statedef es con la Opcion buscar del Bloc de Notas.
Todo lo que este en Statededef -3 funciona en Statedef -2 por lo tanto es cuestion de Eliminar el -3 dejando todos los codigos del eliminado ( -3 ) en el que a quedado efectivo ( -2 ).

**********************************************************

PASO 4- Verificar los Chars a Usar "Ankoku AsurA Tag System" usen el Common1.cns del Mugen que se encuentra en la carpeta "DATA" de tu MUGEN

NOTA: la manera de Verificar esto es el el archivo .DEF del char la linea donde dice "stcommon = common1.cns"
de figurar la linea "stcommon = (otro,cns)" debera ser modificado dejando efectiva la linea mencionada como "stcommon = common1.cns".
Para evitar el mal funcionamiento del char si cambais la linea agrega el .cns en una linea extra "st" seguida de un numero mayor a la cantidad de "st" que alla en el .DEF

EJEMPLO:

(ANTES de MODIFICAR)
st  = N.cns
st2 = S.cns
st3 = H.cns
stcommon = (otro).cns

(DESPUES de MODIFICAR)
st  = N.cns
st2 = S.cns
st3 = H.cns
st4 = (otro).cns
stcommon = common1.cns

*****************************************************************

PASO FINAL- EL char en cuestion para que Rinda un buen Funcionamiento con "Ankoku AsurA Tag System" debe estar minimamente BIEN configurado.Entiendase contener
las animaciones Vasicas (las de KFM por EJ) al igual que numeros de States, de no ser Asi peude traiga BUGs al Ejecutar "Ankoku AsurA Tag System" , Igualmente en Versiones Futuras se Inluira un Mini-Tutorial de como Arreglar pekeños desperfectos que sucedan.

******************************************************************

PASO EXTRA- LEER (si se quiere) los Commandos de como Usar
(en pleno juego) "Ankoku AsurA Tag System".

**********************************************************

Datos importantes a la Hora de Jugar

El Tag se encuentra remplasando el modo Team Simul
para que de Efecto "Ankoku AsurA Tag System"
Los dos Jugadores deben Elegir Team Simul
Antes de elgir tu Char (en el Order Select)
Debes precionar ctrl + 3 Recien ahi podras mover el cursor
Luego de Eso debes Confirmar el Orden con Start
Debes dejar las Intros de los Personajes
De no seguir los pasos o cortar las Intros el Juego se
Trabara quedando la pantalla en Negro
Estos es intencional para que no se Creen Bugs y se den
cuenta que algo no esta bien Echo.
Proximamente se incluira una pantalla con un Aviso
En lugar del Fondo Negro

**********************************************************
the translated by me

1)
put the Anko Asura Tag System in your MUGEN folder
2)
Copy and paste this text on the CMD file (this must be the first of the CMD file)
;()()()()()()()()()()()()()()()
;[][][][][][][][][][][][][][][]
;Pegar al Principio del CMD! []
;[][][][][][][][][][][][][][][]
;()()()()()()()()()()()()()()()
[Command]
name = "Ankoku-AsurA-TaG"
command = s
time = 1
[Command]
name =  "AsuAtras"
command = B
time = 1
[Command]
name =  "AsuAdelante"
command = F
time = 1
[Command]
name =  "AsuAbajo"
command = D
time = 1
[Command]
name =  "AsuArriba"
command = U
time = 1
;()()()()()()()()()()()()()()()
;[][][][][][][][][][][][][][][]
;Pegar al Principio del CMD! []
;[][][][][][][][][][][][][][][]
;()()()()()()()()()()()()()()()
NOTE: If this doesn't work, delete the copied text(the character can't be played in tag mode) because, MUGEN will crashes and the problem can be solved only with this metod
3)
leave free the [statedef -3]
you must search in your character CNS and delete the [statedef -3]
4)
you must change the CNS in the DEF file, an Example stcommon = common1.cns
for more easier,

(before)
st  = N.cns
st2 = S.cns
st3 = H.cns
stcommon = (otro).cns

(after)
st  = N.cns
st2 = S.cns
st3 = H.cns
st4 = (otro).cns
stcommon = common1.cns

this is an example

FINAL)
you must Run the Ankoku AsurA Tag System EXE file, but when you add these thing to your chars, will be have bugs, but in the future I will create a Tuttorial to fix these bugs

When you playing in simul mode
you must press CTRL +3 or +4

I hope this can works, if not, tell me
also, I'm not 100% sure if this can works, but this is a Beta downloadable here http://www.mugenlatinoamerica.org/foro/showthread.php?t=86
this place is not a warehouse
Re: Ankoku AsurA Tag System translated Help
#2  July 29, 2007, 01:00:57 am
  • *****
  • You know it!
    • viewtiful9.blog124.fc2.com/
WTF IS THAT IN UR SIG!

is this diffrent from the other tag systems?

WOO! WOO! WOO!
PSN / XBLA - ViewtifulSuxx
Re: Ankoku AsurA Tag System translated Help
#3  February 12, 2008, 09:08:32 pm
  • avatar
  • *
The Sig Is Justice