Search found 2 matches
- Mon Nov 24, 2003 9:43 am
- Forum: Programming
- Topic: Writing a Halo Modder in C++ For A Class and NEED HELP!
- Replies: 6
- Views: 1465
Awesome, thanks a lot I actually worked through the whole hex problem. The solution was actually pretty simple, and I can't believe I didn't think of it sooner. I went ahead and brought the hex value in as a string without the 0x. I then just did a couple of loops to reverse the hex bytes (i.e. ABCD...
- Sat Nov 22, 2003 6:27 pm
- Forum: Programming
- Topic: Writing a Halo Modder in C++ For A Class and NEED HELP!
- Replies: 6
- Views: 1465
Writing a Halo Modder in C++ For A Class and NEED HELP!
So I opted to do something cool like write an app to mod halo rather than the plain old tic tac toe or checkers game for my C++ final project. I'm having a few issues though that I thought maybe you guys could help me clear up: My major problem is that i want to be able to read in a list of Offsets ...