• Please stop embedding files/images from Discord. Discord has anti-hotlinking logic in place that breaks links to Discord hosted files and images when linked to from anywhere outside of Discord. There are a multitude of file/image hosting sites you can use instead.

    (more info here)

Search results

  1. GIRakaCHEEZER

    Cave Story Prequel

    I'm pretty sure that this is the result of him saving it as a jpg, since jpg compression does terrible things to sprites like this.
  2. GIRakaCHEEZER

    Bombchu Link's Open source Mods!

    The entity cap is 512 (0x200), not 255. Depending on how the entity create function is called though, it could cap out at 255 (since you can indicate what index to start from, and normally spawned enemies start spawning at index 0x100).
  3. GIRakaCHEEZER

    Cave Story Prequel

    PNG is generally better/faster than BMP these days, since although it takes time to decode the PNG into a raw raster format, that's normally outweighed these days by the load time for BMP (a bigger file takes longer to load).
  4. GIRakaCHEEZER

    Quick Modding/Hacking Answers Thread

    What. No seriously, what do you mean.
  5. GIRakaCHEEZER

    Cave Story Prequel

    There is no 24 color bitmap. There is 24 bit bitmap though, which is over 16 million colors (sometimes called True Color).
  6. GIRakaCHEEZER

    NoStoryJustCave (V.2.2) - A *Complete* mod made in 5ish days.

    Actually it literally translates to "No Cave Just Cavern" if you keep the original kanji for Doukutsu (洞窟), which both sort of mean Cave on their own.
  7. GIRakaCHEEZER

    Cave Story Prequel

    An 8 bit bitmap is a 256 color bitmap. Also Cave Story mostly uses 4 bit bitmaps (16 color).
  8. GIRakaCHEEZER

    Quick Modding/Hacking Answers Thread

    You can't do this. NPC AI is run before the game runs its drawing functions, so anything you would try to draw would be drawn over by the background/map/quote/everything (the game clears the screen to black before it draws a new cycle even).
  9. GIRakaCHEEZER

    Graphics in java

    Flash games != Java. They run on Actionscript which is (or is based on?) Javascript, but Javascript isn't Java, despite the odd naming convention.
  10. GIRakaCHEEZER

    I just got braces..

    Brush twice a day and floss nightly. Braces will teach you good dental hygeine habits if only because braces get really fucking nasty if you don't keep them clean.
  11. GIRakaCHEEZER

    DoConfig...

    That's not really relevant to my comments or the current thread of discussion. I'm not trying to give you a hard time about it (no need to get upset). Although it is odd that this topic has derailed to the topic of your name... I'm going to lock this thread because the original question was...
  12. GIRakaCHEEZER

    Cave Story Lithuanian Translation (Completed)

    We really should get our resident lithuanian (woodenrat) to test this out.
  13. GIRakaCHEEZER

    DoConfig...

    1) Notice how I said "Sorta". 2) That sounds like a terrible flavor for a milkshake.
  14. GIRakaCHEEZER

    DoConfig...

    That still breaks the pattern of "AdjectiveNoun". Sorta. Also it's kinda long.
  15. GIRakaCHEEZER

    Mod Art Help

    The scars should be less saturated or else they look like they're rather fresh.
  16. GIRakaCHEEZER

    The 2014 Valentines Day Thread!

    See, this is the true danger of asking someone out: what if they say yes?
  17. GIRakaCHEEZER

    The 2014 Valentines Day Thread!

    Then I guess you don't get them to be your, uh, whatever (Significant Other?). Which is a much worse spot than before, when they weren't your SO.
  18. GIRakaCHEEZER

    Booster's Lab - It's Pretty Good Now

    Well you'd better get started then, since that doesn't sound like an easy task.
  19. GIRakaCHEEZER

    Booster's Lab - It's Pretty Good Now

    Your tileset is too large. Didn't we tell you in the other thread that the max size is 256x256 pixels?
  20. GIRakaCHEEZER

    Quick Modding/Hacking Answers Thread

    That's the question I answered. Stick to the limit of 16x16 tiles, which is 256x256 pixels since each tile is 16x16 pixels.
  21. GIRakaCHEEZER

    Quick Modding/Hacking Answers Thread

    They can only be 16 tiles wide, which is normally 256 pixels, unless you're at double resolution in which case it is 512 pixels. They can be whatever height you want though, assuming it fits within the maximum size. The maximum size for a tileset is 16x16 tiles. This is primarily because...
  22. GIRakaCHEEZER

    Ballos' return V4.75: Going through your past.

    Reading this post has convinced me that you are undeserving of the privilege of using Booster's Lab, and thus I believe you should be forever condemned to the sub-par modding program that is Sue's Workshop. Your logic, or lack thereof, is really just astounding, and not in a good way.
  23. GIRakaCHEEZER

    Keroro Gunso, anyone?

    So you're saying it means exactly what it says (that being "stand and read"). Also you should probably include romaji when you're posting japanese words, since I doubt anyone here can read 立ち読み (tachiyomi).
  24. GIRakaCHEEZER

    Let's Play Dangan Ronpa!

    Let's start Chapter 2! Chapter 2 Part 01:
  25. GIRakaCHEEZER

    anybody still like pokemon

    You know, I'm pretty sure everyone hates pokemon. Infact why are they even making more games, it's not like anyone is even buying them. I guess nintendo just doesn't want to let it die...
Back
Top