raygagne

Members
  • Content count

    7
  • Joined

  • Last visited

About raygagne

  • Rank
    Member
  1. Multiplayer games for mobile platform

    Just checked your game trailer out. Looks cool. I have zero experience with mobile, but I have tried some stuff out with multiplayer. I have worked using Lidgren/XNA, and now I am looking at Forge Networking. I have a couple of opinions to share, but I am no expert so take them with a grain of salt as I am a hobby developer with nothing to show for my networking research really Networking asset/library 1) Since you are using Unity, you should definitely look at a networking asset (Consider looking into forge networking, photon and bolt) 2) No matter the framework, making a game that works under laggy conditions is very difficult Lag compensation methods On the second point above, there are two general strategies for dealing with lag: 1) The server has all of the true positions, and the client only predicts its future position. The server will correct the player's position if needed (rarely). This is the tried and tested method for FPS games since quakeworld in like 1995 or whenever that was and countless articles have been written about it. Since your game is a fighting game, I don't think this is for you. However, here is an incredible link about how the source engine works in case you are interested: https://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking 2) Your game seems most similar to a fighting game. Most fighting games use systems like GGPO (Using a netcode technique called "rollback," GGPO puts lag ahead of a player's move which partially hides latency and creates a lagless illusion. The effects examine which players performed the right actions and correct any possible inaccuracies. The program itself can allow players to adjust latency in case of high ping situations; either creating a possibly jerky yet accurate representation or a smoother game with input delay.) https://en.wikipedia.org/wiki/GGPO This is only a small taste, but I strongly encourage reading some articles about what lag compensation method makes sense for your game first, then thinking about how you can design your game for that, then considering which unity asset/library makes sense for you after you know these things. The best thing you can do is test your game under laggy conditions as early as possible if you want it to work. Many of these technologies simulate lag which helps a lot, but live tests are also critical. I hope this does not discourage you. Multiplayer games are amazing. I have countless hours in dota, subspace/continuum, etc because there is nothing better than human competition. Good luck.
  2. Walking in a WINTER WIZARD JAM

    Good luck to everyone in Wizard Jam! Would love to participate but I don't think I am going to be able to fit it in this time. Looks rad. I look forward to playing some submissions.
  3. Designer Notes 12: Davey Wreden

    Great ep.
  4. Post Your Game for Playtesting and Feedback!

    Sorry I should have posted a proper link: http://raygagne.itch.io/udk
  5. Post Your Game for Playtesting and Feedback!

    Hi guys, I just posted a game to itch.io. raygagne.itch.io/udk. It's couch co-op, you can play on xbox 360 controllers, or two people on a keyboard (wasd and arrows). The idea is simple visuals, tight controls, randomized weapons. I'd love if people tried it. It's my first published game and would greatly appreciate any feedback. Thanks! Ray
  6. Free Music / SFX Resource - Over 2500 Tracks

    It's just rad that this exists. Thanks for posting these.