• 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 for Android/iOS (via PSX4droid/PSX4All) Theory

    Neither are you Noxid. I would hire a law student, but they charge $200 or more per hour.
  2. C

    Cave Story for Android/iOS (via PSX4droid/PSX4All) Theory

    You should remove the original Cave Story data files. It is legally impossible to GPLv3 the original Cave Story files. They are 100% copyrighted by Nicalis and Pixel. If the user wants to run Cave Story on NXEngine, they have to copy the data files themselves. This is what SPG is doing with...
  3. C

    Iji Ports: Permission Granted by Remar

    Certainly. You've been added to the list of Mac testers and testing staff. EDIT: New Logo...
  4. C

    Ask a dumb question.

    Because she's the Only Girl in the World. Why does Lady Gaga have a Ph.D.?
  5. C

    Reproramming Cave Story

    C++ is the core. Java layers on some more elementary functions. Mint contains the high level read-eval-print-loop, which will not be used inside the game engine because you don't need it. C++ constructs the foundation, and it runs the language. Java is the helper, and assists with filling out...
  6. C

    The new indie game sensation??

    Anything can be Gangam Style. Obama / Osama, Mitt Romney, Lindsey Stirling, Creepy Girlfriend, Dave Days... Everything is memeified this way on YouTube. Ba-jan!
  7. C

    The new indie game sensation??

    GTA: North Korea - Oppan Kim Jong-il Style!
  8. C

    Ask a dumb question.

    When Halo 4 doesn't come out. What is Java Game Experts better known as?
  9. C

    Reproramming Cave Story

    Download C++ Mint 2.2: http://www.mediafire.com/?aue7qccebchr75x I got really tired of C++'s weirdness and my inability to think in C++ and not Java. So instead of writing the whole thing in C++, the read-evaluate-print loop for Mint is written in Mint itself.
  10. C

    Reproramming Cave Story

    Is that too old? I don't understand much about electrical engineering. If SPG can fix such a thing, then that's great.
  11. C

    Iji Ports: Permission Granted by Remar

    Sure. Whatever is most convenient is okay. If you are capable of helping then that would be wonderful.
  12. C

    Iji Ports: Permission Granted by Remar

    If you want to help, that's fine. I might imagine that it would be difficult to work on 2 or more software projects at once, unless those projects somehow shared code in some way. But whatever floats your boat.
  13. C

    Iji Ports: Permission Granted by Remar

    I don't think GML has structs. Or objects. It also has floats, and strings. And nothing else except maybe arrays.
  14. C

    Iji Ports: Permission Granted by Remar

    Only 1 language will run at a time. Either the other languages must halt when a different one is active, or be smart enough to use threads in a way that takes advantage of the processor's multitasking somehow.
  15. C

    Iji Ports: Permission Granted by Remar

    Iji 1.6 for Any Operating System IRC Channel for Iji Porting: Join ##iji (yes, two pound signs) on irc.rizon.net Use: http://www.rizon.net/chat or your own IRC client. NOT irc.esper.net or aperture.esper.net. Hello ladies and gentlemen of the Cave Story Tribute Site Forums...
  16. C

    Reproramming Cave Story

    Will this compile? I'm too lazy to check. #ifndef FOR_EACH_H #define FOR_EACH_H #define foreach(alpha,beta,sequenceLength){ for(int SYS_I=0;SYS_I<sequenceLength;SYS_I++){void *alpha=beta[SYS_I]; #endif If you do this, you can apply the following. #include <iostream> #include...
  17. C

    Respawning Reptilian Relics

    DB's omelets are the bomb. They contain jellyfish juice, hot spicy chiles, and lots of cheese. Fancy cheese.
  18. C

    *Non-Macs -> Macs

    *Non-Macs -> Macs
  19. C

    Eh sorry about that post. I changed it to "I'm gonna use a hex editor on Mac. I don't think...

    Eh sorry about that post. I changed it to "I'm gonna use a hex editor on Mac. I don't think OllyDbg works on non-Macs." or something similar that's less offensive.
  20. C

    Reproramming Cave Story

    Yes, source code is available online.
  21. C

    Respawning Reptilian Relics

    DB! You are back Mr. SQL! Wait... you're really back??? Dude, you have the best basic modding guide / TSC guide ever! Please don't do that again by doing weird stuff to your website so that nobody can see your guides / donate stuff. Oh thank goodness.
  22. C

    Reproramming Cave Story

    I know a programming language that uses mainly 4-byte integers instead of 8-byte doubles for counting whole numbers, zero, and negative whole numbers. Regular double precision floats are also supported by this language. It's a pretty good scripting language. Should be fast on C++. Supports...
  23. C

    Music Requests Thread

    I was planning to request a song (the background music of Epic Rap Battle Season 2: Steve Jobs vs Bill Gates) for a parody I'm trying to do. I planned to voice Steve Jobs, Bill Gates, and GLaDOS as the main rappers. Unfortunately... -- Steve Jobs sounded like Justin Bieber. Even more...
  24. C

    Quick Modding/Hacking Answers Thread

    Eh, I actually mean a hex editor or disassembler for Mac. I don't think OllyDbg will suffice because it only works on Windows.
  25. C

    When you buy a game and get something different.

    I said I wasn't going to comment the regular version.
Back
Top