Jump to content

cbox


miinaturvat

Donors+
  • Posts

    925
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by miinaturvat

  1. neither does Reach... It should be named pluto! What? It's not like there are any other planets called pluto, are there?
  2. They're designed to look good. That's it If you're an arty person, you get a Mac. If you have any form of inteligence, you get Windows, or Linux/Unix if you're really L33t
  3. And there was me, clicking on this topic in the hope that I could purchase some thread from Pargy... And WTF is a Pargy?
  4. Were these made on a dev-kit? I hope not...
  5. Yeah. I wish I had my own section for random PSP games/apps I release Seriously, I've released loads here, and I think I'm making the "handhelds" section look messy
  6. Ever wanted to run the matrix on your PSP? Now you can! :laugh: Speed-up/slow-down the matrix with the L and R triggers. Pause and continue the matrix with the X button. Change display modes with the Square button. Press any other button to exit! should be attached, and source is included, as normal. GGLI.zip
  7. Ah, but we don't want to see other people's mods, we want to make our own!
  8. Yeah, the best way would probably turn it into an image, and have all your text links at the bottom of the page. And a few watermarks over the text would be a good idea. Or maybe even comments in the image file...
  9. What?! To display anything in the browser, it needs to be told what to display by HTML. If you use Javascript and you expect it to change anything within the page, it must edit HTML. A page with no source won't show up. simple And what do you mean by a page written by javascript"? If it's written by javascript, but there's no source code, what the hell did your javascript write?! If you can point me to a page with no source, I'll believe you. But until then, I'm just gonna call you an idiot
  10. Surely you can copy then to a USB stick or something? And have you tried right-clicking them and making sure they're not "read-only"?
  11. Any games that allow you to download some bonus feature after pre-ordering a game, probably.
  12. And this is exactly why I don't use iTunes or an iPod. Get a real MP3 player!
  13. Severe bumpage going on here... And if anyone actually cares, the devision works strangely on the PSP. The way I did it was as follows: void printHex( unsigned long color, int x1, int y1, char *str) { char message[999]; unsigned r1; unsigned g1; unsigned b1; unsigned a1; unsigned char r; unsigned char g; unsigned char b; unsigned char a; if( strlen( str ) < 800 ) { sprintf( message, "%s", str); } else { sprintf( message, "String too big (%d chars)", strlen(str) ); } r1 = color & 0xFF000000; g1 = color & 0x00FF0000; b1 = color & 0x0000FF00; a1 = color & 0x000000FF; a = (char)(a1); b = (char)(b1 >> ; g = (char)(g1 >> 16); r = (char)(r1 >> 24); pspDebugScreenSetXY(x1,y1); pspDebugScreenSetTextColor((a * 0x1000000) + (b * 0x10000) + (g * 0x100) + (r)); pspDebugScreenPrintf(message); }
  14. yeah. oh wait... Care to tell us where these enums are located?
  15. Yep. Very weak processors... Recommend using an offline PC for video-editing. Offline so you don't have to bother with anti-virus software stealing all your system's resources.
  16. OMG you totally stole that from BlueShadowz! But seriously, it's kinda good
  17. lol at whoever -rep'd him Why would you +rep boost in the first place? you can say sorry all you want, but most people here would probably go on your post count rather than your rep, and since you have like 3 posts, nobody's really gonna care what your rep is, are they?
  18. I think the owner of this site has the right to post something where ever he wants
  19. Wow! I found the secret pikmin! There's 3 of them, and they're hiding in a warthog, really close to the top of the page!
  20. I agree with Lockon Stratos. Nive job. Very nive job indeed. What did you use to make this?
  21. Yay, forgeable elephants! But I've definately seen this before somewhere...
  22. What do you mean by modding commands onto screenshots? Do you mean like make the description say the time and controller 1's gamertag? Or console commands?
  23. So... What does it do? And is that honestly how you spell 'syncing'?
  24. It looks quite good, and there haven't been many Halo 3 usermap mods lately. It's a shame lots of it is host-only... Could someone download this from bungie and then upload it to rapidshre or something?
×
×
  • Create New...