Hello Guest

Author Topic: 2.5D game similiar to Ragnarok online  (Read 5999 times)

phatality123

  • Newbie
  • *
  • Posts: 5
    • View Profile
2.5D game similiar to Ragnarok online
« on: September 16, 2012, 02:27:29 am »
How would I go about making a 2.5D rpg game with 2D monsters,characters,items,and tiles but 3D buildings, terrain, etc? Also, I would want the camera to point at the player from a perspective angle (rather than orthagraphic), so how would I make the player,items,etc billboard the camera, and/or is 2D Toolkit capable of making a game like this? Thanks.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: 2.5D game similiar to Ragnarok online
« Reply #1 on: September 16, 2012, 12:30:11 pm »
I haven't tried something like that, but 2D Toolkit does support isometric tiles, so thats a first step there. You can paint isometric 2.5D tiles in there, and have them layer correctly. There is one bug where there could be overlaps at partition boundaries, but this can be worked around in the game.

I imagine positioning the player properly will be tricky, as it would have to be in front of the right things and behind others.

phatality123

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: 2.5D game similiar to Ragnarok online
« Reply #2 on: September 16, 2012, 05:54:37 pm »
Ok thanks.