Search Unity

My Legend - Multiplayer RPG

Discussion in 'Works In Progress - Archive' started by ExDeaDguY, May 4, 2012.

  1. ExDeaDguY

    ExDeaDguY

    Joined:
    Aug 25, 2009
    Posts:
    503
    Hi there. I've been working on this project for an hour here and an hour there when I have nothing else to do and would like to share it. :)

    All in all this is about a day or 2 worth of work. Let me know what you think!


    http://www.youtube.com/watch?v=m-p8ZFZaBLc
    High Def- 720p is available for a clearer image :p.


    I'm not sure what will become of this project but It's turning out pretty neat so far.
     
    Last edited: May 4, 2012
  2. xXGrimSlayerXx

    xXGrimSlayerXx

    Joined:
    Apr 5, 2012
    Posts:
    42
    Pretty Good,
    Did you do the Character Customization yourself? or follow a tutorial.
     
  3. ExDeaDguY

    ExDeaDguY

    Joined:
    Aug 25, 2009
    Posts:
    503


    All myself, Its all pretty basic stuff, equipping stuff giving the clothing item the same rig and parenting each bone to its counterpart on the player. :p
     
  4. TylerPerry

    TylerPerry

    Joined:
    May 29, 2011
    Posts:
    5,577
    Looks great :D
     
  5. aixaix

    aixaix

    Joined:
    May 7, 2010
    Posts:
    523
    Do you use UnityScript (JavaScript) for this?
    If so, can u suggest a good site/documentation About how to make multiplayer?
    Nice work tho,
    -Aix
     
  6. ExDeaDguY

    ExDeaDguY

    Joined:
    Aug 25, 2009
    Posts:
    503
    Heyy. I'm using c# for this. But the coding languange doesn't really matter, only the way a line looks is really all that changes. Its still coded relatively the same. For this I am using uniys networking as this will have a player limit of like 20 or so. Unitys networking is pretty simple to use. Search network in the scripting refference. There's also a few guides on this forum just search networking tutorial or something! :)