Thread: The Best Language For Editing At the Binary level?

  1. #1
    UT2004 Addict Kleid-0's Avatar
    Join Date
    Dec 2004
    Posts
    656

    The Best Language For Editing At the Binary level?

    Hey you guys! I'm not totally sure if this is against forum rules...

    I'm wanting to create a character editor for Diablo II. It's really weird because I get things like this:
    11100000 11001110
    And it comes to this:
    01110111
    At which is 119, and that stands for how many skill points your character has available.

    I can't really get a clear image in my head that will show me how exactly I'm going to work with this..lol, can someone give me some suggestions?

  2. #2
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Just go back to UT2K4 and your problems will be solved.
    EntropySink. You know you have to click it.

  3. #3
    Banned
    Join Date
    Jun 2005
    Posts
    594
    lol, anyways if you know the amount you want it to be and it not a matter of calculations, then simply remove the data from the
    previous and out put the 119 in binary.

  4. #4
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    mask the bits and reverse it. doesn't seem that hard?

  5. #5
    UT2004 Addict Kleid-0's Avatar
    Join Date
    Dec 2004
    Posts
    656
    Quote Originally Posted by Govtcheez
    mask the bits and reverse it. doesn't seem that hard?
    Yeah

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Listing binary tree numbers by level
    By Nazgulled in forum C Programming
    Replies: 5
    Last Post: 06-16-2008, 10:36 AM
  2. Binary Tree, couple questions
    By scoobasean in forum C Programming
    Replies: 3
    Last Post: 03-12-2005, 09:09 PM
  3. binary
    By webturtle0 in forum A Brief History of Cprogramming.com
    Replies: 52
    Last Post: 12-05-2002, 02:46 AM
  4. C better than C++? (POLL)
    By Lynux-Penguin in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 05-03-2002, 03:34 PM
  5. "lower level language"...??
    By matheo917 in forum C++ Programming
    Replies: 3
    Last Post: 04-12-2002, 03:52 PM