Jump to content

cbox


Recommended Posts

Posted (edited)
ok im very new to c# and im trying to make the easiest film clip modder i can and im use another filmmoders source code and it has io.SeekTo(0x1B849); blah blah blah... but when i c/p it to mine it it dosent recognize io. and there is this thing on the source code solutions explorer called io.cs im guessing i need that in my solution explorer but how do i get it there? :huh: Edited by yellosnomonkee
Posted (edited)

Um, that sounds a little like my source I gave to someone 0_o.

 

You need the io class. Just create a class named IO with the same code as the IO class. Or you can just navigate to the solution explorer, right click and add existing item and point it to the IO.cs class which is in the directory of my source code you are using.

 

BTW: Is it called Basic Film Modder? or it can be 1337 Film M0dzor ... There both mines lol.

Edited by yungbol
Posted (edited)
Um, that sounds a little like my source I gave to someone 0_o.

 

You need the io class. Just create a class named IO with the same code as the IO class. Or you can just navigate to the solution explorer, right click and add existing item and point it to the IO.cs class which is in the directory of my source code you are using.

 

BTW: Is it called Basic Film Modder? or it can be 1337 Film M0dzor ... There both mines lol.

oh sorry i got it from a friend its basic film modder

also thx it did a little but i think i need something else its not recognizing the filelocation in IO io = new IO(fileLocation, FileMode.Open); or the IO at the begining

Edited by yellosnomonkee

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...