Thread: Spirigon - 2D MMORPG

Page 8 of 11 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 107
  1. #71  
    PokeFrontier Java Developer

    Pokemon's Avatar
    Join Date
    May 2011
    Posts
    2,733
    Thanks given
    494
    Thanks received
    801
    Discord
    View profile
    Rep Power
    1242
    Here is some artwork in progress for you guys to check out our dialogue characters


    [Only registered and activated users can see links. ]



    Pokemon loves his
    Reply With Quote  
     

  2. #72  
    Somewhere in the Mojave desert...
    EnlistedGhost's Avatar
    Join Date
    Nov 2015
    Age
    28
    Posts
    26
    Thanks given
    44
    Thanks received
    7
    Discord
    View profile
    Rep Power
    56
    Quote Originally Posted by Pokemon View Post
    Here is some artwork in progress for you guys to check out our dialogue characters




    Very nice progress Pokemon and the rest of the team!

    Hope you still remember me lol though I haven't piped up I've been keeping tabs... still watching eagerly for that alpha/beta
    Reply With Quote  
     

  3. #73  
    PokeFrontier Java Developer

    Pokemon's Avatar
    Join Date
    May 2011
    Posts
    2,733
    Thanks given
    494
    Thanks received
    801
    Discord
    View profile
    Rep Power
    1242
    Quote Originally Posted by EnlistedGhost View Post
    Very nice progress Pokemon and the rest of the team!

    Hope you still remember me lol though I haven't piped up I've been keeping tabs... still watching eagerly for that alpha/beta
    Thank you enlisted ghost, we greatly appreciate you checking up on the games progress. Please join our discord as well

    Here is a video showing a few things we have right now in the game


    [Only registered and activated users can see links. ]



    Pokemon loves his
    Reply With Quote  
     

  4. #74  
    Somewhere in the Mojave desert...
    EnlistedGhost's Avatar
    Join Date
    Nov 2015
    Age
    28
    Posts
    26
    Thanks given
    44
    Thanks received
    7
    Discord
    View profile
    Rep Power
    56
    Quote Originally Posted by Pokemon View Post
    Thank you enlisted ghost, we greatly appreciate you checking up on the games progress. Please join our discord as well

    Here is a video showing a few things we have right now in the game

    Awesome! Definitely going to give that a watch right after this reply and then join your discord

    Looking forward to seeing more!
    Reply With Quote  
     

  5. #75  
    PokeFrontier Java Developer

    Pokemon's Avatar
    Join Date
    May 2011
    Posts
    2,733
    Thanks given
    494
    Thanks received
    801
    Discord
    View profile
    Rep Power
    1242
    Quote Originally Posted by EnlistedGhost View Post
    Awesome! Definitely going to give that a watch right after this reply and then join your discord

    Looking forward to seeing more!
    Thank you so much i look forward to you joining our discord !

    After much work from Josh, we've spoken to Jason and he's given us a lot of insight for optimization on the client. We've done extremely heavy touch ups on the client from ground up removing a lot of things that were not needed
    We came across a massive memory leak on the client that would eventually lead it to crash, after heavy debugging we found the problem but we also made a lot of other resource optimizations with it dropping from an average of 200mb to a whopping 90-125mb average

    here is a picture of the memory leak


    Here is a picture of the new client


    We have the client back up and running now



    in libgdx, the api we use to make the cross platform game, some resources are not managed by the JVM but rather managed by native drivers and needed to be disposed of manually which we were not doing as i have never dealt with a library like this before and was used to the JVM garbage collector doing all of that work.

    Games are resource heavy applications. Images and sound effects can take up a considerable amount of RAM. Also, most of these resources are not managed by the Java garbage collector. Instead they are managed by native drivers. Having the garbage collector decide when to release a 5 megabyte texture from video ram wouldn't be a too bright idea either.

    We want fine grained control over the life-time of our resources. There are multiple classes in libgdx which represent such resources. They all implement a common Disposable interface which indicates that instances of this class need to be disposed of manually at the end of the life-time. Failure to dispose resources will lead to severe memory leaks!.


    walking is back, ground items are back, item pickup is back, the client is extremely light now and the coding ive done is much more efficent and works a lot better for future development tasks.
    there will be a little joystick style button as part of the UI later on that as you move the knob around its radius it will allow you to actually look around other parts of the map without moving / walking just by traslating the camera position so you can see whats above / below / beside you and decide where you want to go next if you are unfamiliar with the area. another feature we have is that you will be able to zoom out / in anywhere from 50% zoom to 150% so you can see fine details of the map or zoom out to see a larger tile radius for long travels.

    Here's an update on the female character dialogue, just need some touch ups on the outlines and shadows

    [Only registered and activated users can see links. ]



    Pokemon loves his
    Reply With Quote  
     

  6. Thankful user:


  7. #76  
    PokeFrontier Java Developer

    Pokemon's Avatar
    Join Date
    May 2011
    Posts
    2,733
    Thanks given
    494
    Thanks received
    801
    Discord
    View profile
    Rep Power
    1242
    Here's some more artwork, i've started on our female variant of the in game world characters, once finished ill have the ability to easily create skins for the characters




    [Only registered and activated users can see links. ]



    Pokemon loves his
    Reply With Quote  
     

  8. #77  
    PokeFrontier Java Developer

    Pokemon's Avatar
    Join Date
    May 2011
    Posts
    2,733
    Thanks given
    494
    Thanks received
    801
    Discord
    View profile
    Rep Power
    1242
    We've been adding all directions for the player spine animations.
    Added female skin on the spine animation for the default player

    Been messing around a bit more with spine adding face constraints to dialogue characters



    Here is some artwork you guys can use as a wallpaper if you'd like


    [Only registered and activated users can see links. ]



    Pokemon loves his
    Reply With Quote  
     

  9. #78  
    Registered Member
    Ziva's Avatar
    Join Date
    Aug 2013
    Posts
    742
    Thanks given
    237
    Thanks received
    319
    Rep Power
    421
    Quote Originally Posted by Pokemon View Post
    We've been adding all directions for the player spine animations.
    Added female skin on the spine animation for the default player

    Been messing around a bit more with spine adding face constraints to dialogue characters



    Here is some artwork you guys can use as a wallpaper if you'd like

    I have been following the project since you started this thread, you are doing great!

    Take a look at these guys they are creating their own game.
    [Only registered and activated users can see links. ]

    Their art is really smooth
    R-S Mod Response  NL
    Proud to be dutch.

    Do you want to start modelling? Check lumplums thread here!
    [Only registered and activated users can see links. ]
    Don't forget to look at the videos they will help you using primitives.
    Reply With Quote  
     

  10. Thankful user:


  11. #79  
    PokeFrontier Java Developer

    Pokemon's Avatar
    Join Date
    May 2011
    Posts
    2,733
    Thanks given
    494
    Thanks received
    801
    Discord
    View profile
    Rep Power
    1242
    Quote Originally Posted by Ziva View Post
    I have been following the project since you started this thread, you are doing great!

    Take a look at these guys they are creating their own game.
    [Only registered and activated users can see links. ]

    Their art is really smooth
    Thank you so much for your support Ziva~!

    I'm going to try my best and push as much art as i can for the battle system so we can show something on video for you guys.

    In regards to the instagram profile, I love their style of pixel art, it looks great!
    I'm aspiring to improve each day, I just got into art so we can finish this project. I look forward to improving to the point i can make higher quality art for this game and press forward

    [Only registered and activated users can see links. ]



    Pokemon loves his
    Reply With Quote  
     

  12. Thankful user:


  13. #80  
    PokeFrontier Java Developer

    Pokemon's Avatar
    Join Date
    May 2011
    Posts
    2,733
    Thanks given
    494
    Thanks received
    801
    Discord
    View profile
    Rep Power
    1242
    Website coming soon, we also have a sound and music composer joining the team!
    I've been working hard on some battle background objects



    Battle UI Concept

    Last edited by Pokemon; 07-23-2019 at 05:02 AM.

    [Only registered and activated users can see links. ]



    Pokemon loves his
    Reply With Quote  
     

  14. Thankful user:


Page 8 of 11 FirstFirst ... 678910 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. UltimateWorld - 2D MMORPG
    By Ultimate in forum Application Development
    Replies: 36
    Last Post: 07-11-2010, 12:10 AM
  2. Un-named 2d MMORPG progress
    By Zee Best in forum Application Development
    Replies: 35
    Last Post: 08-11-2009, 10:16 PM
  3. Divinity - 2d MMORPG
    By Songoty in forum Application Development
    Replies: 55
    Last Post: 08-06-2009, 07:09 AM
  4. [Updated] Free 2D MMORPG Engine [VB6]
    By Scruffy in forum PC
    Replies: 0
    Last Post: 07-25-2009, 08:22 AM
  5. 2D MMORPG - Basic at the moment
    By Zee Best in forum Application Development
    Replies: 41
    Last Post: 02-21-2009, 04:35 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •