• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by DaSpirit

  1. D

    Team Recruitment/Volunteering

    Abstract: Pokémon Cinder & Foam is a well renowned fan game known for its beautiful concept art featuring over 300 brand new custom Pokémon and a custom region. A list of team members is in the link. Some old screenshots: The game's state: Pokémon Cinder & Foam is nearly complete in terms...
  2. D

    [Discussion] Pokemon Games with GameMaker Studio?

    It's difficult because GameMaker lacks the ability to write custom data structures. You can simulate it with 2 dimensional arrays, or any other built in GM data structure, but it takes significantly longer. You must know some computer science to even write a Pokedex implementation in GM since...
  3. D

    PokeDroid - A Java Android & Desktop Engine

    How does that work? Does it add black bars on the sides, does it resize the screen or does it does it show less of the map? Frankly, none of these are good solutions but I am curious which one you chose.
  4. D

    [Question] Monetization of Game?

    The donation web page would have to have some clever wording to avoid any possible issues of getting sued. ;)
  5. D

    [Discussion] What Kind of Starter Kit Would You Like to See?

    Maybe it's because you're on the wrong website for that. I barely see any models on deviantArt at all. Try checking model websites. In my honest opinion, I believe that the next possible contender in the Pokémon engine search should be one with its own compiler, with its own language. Such a...
  6. D

    First time back from a year long hiatus. Now what?

    First time back from a year long hiatus. Now what?
  7. D

    Atla Adventures (GameMaker)

    I've attempted to make a Pokemon engine in GameMaker lots of times before. I'm interested in how you would do it. I don't think you should do it in C++. You would lose all of those editors and it would take 5 times longer to make.
  8. D

    GameMaker is not a toy. GameMaker Studio 1.2 (unreleased) is compiled into C++ using the LLVM...

    GameMaker is not a toy. GameMaker Studio 1.2 (unreleased) is compiled into C++ using the LLVM compiler and you can use C++ in it as well. It also makes Android, iOS, HTML5, MIPS, Windows 8, Windows 8 Phone, Mac and Linux games. Think of it more like a library with editors. It's a very...
  9. D

    You begin with choosing a graphics API. I suggest OpenGL 3.x, as it is cross-platform and has...

    You begin with choosing a graphics API. I suggest OpenGL 3.x, as it is cross-platform and has really great support. Next, you have to learn matrix algebra. Then you have to use matrix algebra to calculate the 3D projection. Once you have that set up, it's easy. You can use the GLEW library to...
  10. D

    Pokemon C# Engine

    Well, if you put it on the Xbox store, it would be in a commercial environment even if you don't sell it so I don't think it would be allowed.
  11. D

    Which aspect of it are you stuck about? The generation? The creation? The graphics? There are...

    Which aspect of it are you stuck about? The generation? The creation? The graphics? There are open source versions of what you want to make already.
  12. D

    Pokemon C# Engine

    I think the question should be whether it would be allowed. I don't think it would be allowed.
  13. D

    Hey, if you ever need help in C++, send me a PM. I have years of experience under my belt.

    Hey, if you ever need help in C++, send me a PM. I have years of experience under my belt.
  14. D

    [Developing] Square Craft [Alpha 0.1]

    Why not? In C++: Have you mastered template meta-programming? Pointer arithmetic? Matrix algebra? Do you know how to compile and use libraries? Do you know how to tweak your compiler's settings. I mean, it's not impossible, but it's difficult. I'll be very impressed if you can make this in C++...
  15. D

    [Developing] Square Craft [Alpha 0.1]

    That's a really bad idea. You can't learn C++ while making a game. C++ is one of the hardest languages and has many features that need to be learned to make an efficient game. If you told me you sucked at GameMaker 4 months ago, what makes you think that you can make a game using an even harder...
Back
Top