Read . ba
#1

someone could give me a hand with this?

 

as I can do to read "ejm. Data / NPC / pet / gatsby.smc"

 

and if you find the line " ANIMSET   TFNM "Data\Npc\pet\catsbi.ba";

 
you open the reader .ba ......

#2

Oh man.. is english is tu hard is for mi is ? .. at least the basics or Google Translate

.ba is serious binary animation set

You can use Serious Ska Studio to open this.

#3
Solved, Close the topic Wink

#4

IniFile ini = new IniFile(INI);
            string Path = ini.IniReadValue("cfg - MySQL", "Path");
            string[] lineas = File.ReadAllLines(@Path + a_smcFileName_1.Text);
            string[] file = null;
            foreach (string linea in lineas)
            {
                if (linea.Contains("ANIMSET"))
                {
                    file = linea.Split('"');
                    break;
                }
            }           
            Aeditor Ventana_editor = new Aeditor();
            Ventana_editor.Path = Path + file[1];
            if (Ventana_editor.ShowDialog() == DialogResult.OK)
 

                a_ani_idle1_1.Text = Ventana_editor.Resultado;


Forum Jump:


Users browsing this thread: 2 Guest(s)