• 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. C

    Cave Story + Other Videogame T-Shirts

    If Nicalis complains we will stop all sales and maybe even recall some merchandise.
  2. C

    Invincibility during events

    This is the same error you had with the <AIR command.
  3. C

    Cave Story + Other Videogame T-Shirts

    Selling T-Shirts of fanart should be fine. It's fair use and Pixel / Nicalis allow people to draw fanart.
  4. C

    Cave Story + Other Videogame T-Shirts

    Okay, the online Cave Story and Gaming merchandise store is open! We sell T-Shirts, mugs, smartphone cases, and much more. Here is an item that sells for $23.99: You can substitute your own image. For example, you could put an onlineworms image onto the shirt if you have his permission to do...
  5. C

    Mod Story: Critiques from hell

    Haha. Could you do The Witching Hour and WTF Story? And maybe Schism. There is no way you could tear that one apart with criticism. http://www.cavestory...-witching-hour/ http://www.cavestory...ry-demo-v-0504/ http://www.cavestory...schism-demo-10/ EDIT: Oh wait you need the creator's...
  6. C

    anti virus issues

    1. Uninstall Kaspersky 2. Install Avast, AVG, Panda Cloud Antivirus, Comodo Antivirus, Clam Antivirus, Malware Bytes Anti-Malware, or Spybot: Search and Destroy. 3. Play Cave Story.
  7. C

    NXEngine for Android

    Does that imply that Google lied to me?
  8. C

    Mari-0

    Wasn't there another game in which you could toy with a thing called the portal gun? Oh yeah I remember. There were actually 2 games that managed to do this. They were called Portal and Portal 2.
  9. C

    NXEngine for Android

    How did you compile this? Java is not C++. I would love it if you could give us the C++ to Java converter you wrote and used. Surely that program must do lots of special things to turn C++ graphics calls to Java Android SDK graphics calls. Obviously a converter like the one you made wouldn't...
  10. C

    How can I change or add to the music in the game?

    A hex editor is an editor that allows you to lay hexes. Or curses, or spells, as some people call them.
  11. C

    Unusual/notable Cave Story LPs.

    Uh, who cares?
  12. C

    Quick Modding/Hacking Answers Thread

    This is my plan: - Give TSC some more options and a little bit different syntax - All old TSC commands can still be used - From the TSC parser, jump to the ceiling fan / transmogrifier code (rarely used entities in mods) - Write new code there. - Return to the parser. Yeah. I guess I'll step...
  13. C

    Quick Modding/Hacking Answers Thread

    Can any assembly guru tell me why this particular jump in the TSC parser is not working? Address Command 424EAF JMP 468984 <-- This jump never happens, even though it is in the middle of the TSC parser. Address Command 468984 MOV EAX, DWORD PTR DS:[4A5AD8] 468989 ADD EAX, DWORD PTR...
  14. C

    Unusual/notable Cave Story LPs.

    What is so notable about DC playing CS?
  15. C

    Are you aware that your compendium has 1337 tabs in it?

    Are you aware that your compendium has 1337 tabs in it?
  16. C

    Cave Story 2?

    Cave Story 2 would be a great game that wouldn't be too repetitive with respect to the original. The problem is, Pixel and Nicalis won't make one. Also, all the good modders are too dumb to start one, thinking it cliche.
  17. C

    Artwork and Stuff

    Haha nice one X-Caliber. Good things. (Come to those who ________?)
  18. C

    How can I change or add to the music in the game?

    Yes normally people will use Resource Hacker. Just google it. If you can't figure out how to use ResHacker or it seems too hard, you can also remove a song and insert a different one using a hex editor. If the songs are different sizes, all you have to do is recalculate the relative virtual...
  19. C

    What you REALLY want from the next CS release

    We need a Rockfish release instead.
  20. C

    What you REALLY want from the next CS release

    The next release should have the following... --Classic graphics. No double res-ing. Just the regular stuff from good old PC Cave Story. --Several modes. There should be a "sit back & relax" mode, which is just a set of hand-crafted cutscenes made by Nicalis, CSTSF, and other Cave Story fan...
  21. C

    Java Game Making Tutorial

    Anything confusing in the guide? Are the generics not explained enough? Void class? Null?
  22. C

    "Strawberry" Game (maker of Iji, Hero Core, Hyper Princess Pitch)

    Well duh it's a game where you play as a rectangular strawberry who explores a fortress. Also who cares about a games reception when it gets released? I would play any good game that didn't have a single player who bought / downloaded it.
  23. C

    Quick Modding/Hacking Answers Thread

    Try scanning through the active NPC table. Your bullet should delete itself (also use the invincibility diamond sound + animation) whenever it gets close to an enemy that is invincible to that bullet. The table is somewhere in ram and contains 0x200 NPC slots, a total waste of space because most...
Back
Top