Can someone tell me how i can understand how sapien reads the senerio files. PLEASE help!!!
Printable View
Can someone tell me how i can understand how sapien reads the senerio files. PLEASE help!!!
read again
yea i messed up read again
Oh, I am a troll? Look at you!
:lmao: He's got you there shadow.
And BTW we have no idea what your talking about. HtH.
Troll has been trolled.
By that you mean the way sapien converts the scrips into the level?
A scenario file can be read by using a stream.
Code:string Path = openFileDialog.FileName;
Stream ns = new FileStream(Path, FileMode.Open);
//work with stream here
ns.Close();
do you mean "what do i do when i've run the sapien program and i get a little box with folders in it?"