• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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 gl4cieR

  1. gl4cieR

    Pokemon Online RPG coding help!

    That is your interpretation. I did not say that he can't use C# or Go. But I am the type of guy who prefers to do things the hard way. The skills he would gain with programming languages which are closer to the 'metal' will help him more in the future. If he wants it really easy he can just...
  2. gl4cieR

    [Discussion] Which programming language is best for fangame development?

    C++ to program the engines subsystems and LUA for Game Event Handling.
  3. gl4cieR

    [Question] Getting different angles in the overworld

    It will not work out of the box with Essentials because of it's and RPG Maker's nature of being sprite based. Also how do you image no-top-down sprites if all tilesets are optimized for a top-down view? You would not have a pleasing image as in the newer gen games of Pokemon(Newer gen uses 3D...
  4. gl4cieR

    [Question] RPG Maker XP on Mac using Wine

    It would be better if you setup a VM install Windows and Install RPGMXP. VMware Player/Fusion has a very good integration for Mac OS making it almost seamless and the speed is almost perfect from my own testings. Wine will give you more headaches than setting up a VM. sincerely, gl4cieR
  5. gl4cieR

    Pokemon Online RPG coding help!

    Of course you need to create a game loop otherwise you won't have a game. To be honest if you are not proficient in C/C++ or Java you won't be able to do an Online RPG in 4 months. Network protocols Are like they are called protocols for transfering data between computers (Internet) in form of...
  6. gl4cieR

    Pokemon Online RPG coding help!

    Programming an Online RPG is not an easy task and it solely depends on your skills. Which programming languages do you know, C/++, Java ? Any experience with Network Protocols like TCP/UDP, Sockets ? Did you work with Databases (MySQL,PostgreSQL) ? First you would need to program a base game...
Back
Top