Jump to content

cbox


miinaturvat

Donors+
  • Posts

    925
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by miinaturvat

  1. remove what?
  2. Well, that makes no sence, since they're not signed to any specific IDs... Do you know why they don't work? Or proof that they don't work?
  3. And did it work?
  4. miinaturvat

    AMAZING!

    Oh no! They will die in 6 days and 22 hours if they're not hatched!
  5. It doesn't sound nearly severe enough to deserve loosing his account... And why do you need a good hacker? Most real hackers won't help you, nor will any ethical hacker.
  6. I don't think you need to do a licence transfer, since it's not actually signed to any IDs (they're all just a load of 0s). I might be wrong, but I'm pretty sure you could just copy the file from one Xbox to another, even though they are LIVE files.
  7. Didn't you read the post above? It's not signed to any profile, device or console ID, thus it does not need to be re-signed. On this subject, does anyone have a flaming hog LIVE file I can have? I will quite happily give away my honour guard wraith file
  8. I always wondered how to get a flaming warthog... thanks
  9. What's the point of the honor guard wraiths? Can you even enable them in multiplayer? Because you never get any wraiths in single player...
  10. I'm doing a bit of programming for the PSP in C/C++, using the pspdev thing for compiling. I'm trying to make a function to print in color. Basically, I call my function, giving it a string I want to print, and a RGBA (red, green, blue, alpha) hex color code. Then my function should print the message in that color. I have some code to do this: void printStuff( long colour, char *message ) { int r; int g; int b; int a; int c; c = colour; r = c / 0x01000000; c -= (r * 0x01000000 ); g = c / 0x00010000; c -= (g * 0x00010000 ); b = c / 0x00000100; c -= (b * 0x0100 ); a = c; pspDebugScreenSetTextColor((a * 0x1000000) + (b * 0x10000) + (g * 0x100) + (r)); pspDebugScreenPrintf(message); } In theory, if I use: printStuff(0xFF7F0FF, "Hello"); ...it should print the text "Hello" in orange. It compiles fine, and when I do the sums on a calculator, it works fine. But when I run it on the PSP, it doesn't work at all... I think the problem lies when I'm doing "r = c / 0x01000000 ;", like it can't divide properly or something. Does anyone know why this doesn't work? Or, can anyone think of a better way of getting r, g, b and a from the color? Thanks.
  11. pics or no download.
  12. Go into pan-cam and try it...
  13. Well, it has to be possible, otherwise a film clip wouldn't show you lower your weapons in the first place...
  14. Is there any way of changing a film clip to make it look like you've lowered your weapons? Since you can only lower your weapons in a local game, the ability to do this would come in very handy for machinima purposes...
  15. Isn't a 'Flam' where you hit a drum with both sticks, but the first stick hits the drum slightly before the other? So we're not allowed to hit people with two sticks? Are we still allowed to hit people with one stick?
  16. They've updates sandbox Why don't you just create a plugin for sandbox for a map of your choice? The plugins have the tags for any tag you select
  17. 17 month bump! Sorry, I couldn't resist
  18. Well, I have a web server on my network, and I'm not enabling UPnP... Is there any other way of opening the NAT for my Xbox? Thanks.
  19. Bumped: I really need this clip
  20. How do they work?
  21. lol You get hired, then fired immediately after you are hired. Seems pretty pointless if you ask me
  22. Isn't this just basically Team SWAT?
  23. So could you possibly upload that particular clip? Or the whole thing and I'll edit it Thanks
  24. Unlike this guy, real modders don't really care if someone feels the need to release a test
  25. No... It just has that clip in it somewhere. Does anyone have them on DVD? So they can rip the DVD and upload it possibly?
×
×
  • Create New...