[C#]Making Editor for files with structure

Results 1 to 3 of 3
  1. #1
    (oO (||||) (||||) Oo) jM2.me is offline
    Grand MasterRank
    Aug 2009 Join Date
    USA (Fuck Yeah)Location
    2,527Posts

    Support [C#]Making Editor for files with structure

    I will start directly with what I want.

    I have .data file for game (might not be for game), and that file has following structure:
    ConfigID -> 4bytes -> 0A 11 45 11
    ConfigValue -> 255bytes -> 45 AD ...

    There are about 200 those configs.
    How do I make a program in C# that will read that and insert it in array or do something with it?

    P.S. I know that google.com is your and mine friend, but I can't think about a search query that will give what I want.

    Thanks
    Last edited by jM2.me; 03-12-09 at 05:07 AM.


  2. #2
    Grand Master IQstim is offline
    Grand MasterRank
    Jan 2009 Join Date
    630Posts

    Re: [C#]Making Editor for files with structure

    you're right, google is my friend, indeed.

    http://www.google.co.uk/#hl=en&ei=D5...9064815dba9d93

  3. #3
    (oO (||||) (||||) Oo) jM2.me is offline
    Grand MasterRank
    Aug 2009 Join Date
    USA (Fuck Yeah)Location
    2,527Posts

    Re: [C#]Making Editor for files with structure

    Quote Originally Posted by IQstim View Post
    you're right, google is my friend, indeed.

    http://www.google.co.uk/#hl=en&ei=D5...9064815dba9d93
    Thank you very much
    Best guy here



Advertisement