Recently started working on an open-source adventure/rpg game. (7 posts)

  • Profile picture of WASD WASD21p said 3 months, 2 weeks ago:

    I made http://jmonkeyengine.org/groups/general/forum/topic/about-to-start-my-second-jme-project-unsure-about-design-pattern/ a while ago. Instead of continuing in that topic I thought I’d make a new one.

    I go to an IT-school where we get 100 hours to do a project that has something to do with IT. I choose to make a game in jMonkeyEngine as I’ve done a year ago: http://www.youtube.com/watch?v=mThJ5LNAOX0
    This time I’m working with a friend from another class that studies 3D design. So our plan is that he do all the graphics and I do the programming.

    At first I wanted to make an RPG-game but right now it’s looking more like an adventure game in which I will add RPG-elements. I decided to skip networking since it would take up a lot of energy and time and instead work on other elements of the game. Maybe I’ll make a 2D online game in the future.

    The story so far:
    You are an alien traveling in space. Suddenly a comet hits your spaceship and you crash land on an unknown planet. You then make contact with the native tribes there.
    Not much more is planned yet and even if it was I’m not gonna spoil the story :P

    Source code: https://github.com/WASDi/BigGameProject

    GUI design I just made up in paint from a screenshot: http://i.imgur.com/mLRyO.jpg
    First part of the intro cinematic: http://www.youtube.com/watch?v=I7GkX6_Cty4

    I’m gonna post updates in this thread every know and then. Feel free to look at my source and suggest improvements :D

  • Profile picture of normen normen1290p said 3 months, 2 weeks ago:

    Kewl, good luck and have heaps of fun :) Working together as a programmer and graphics/visual editor is really what the SDK was made for, hope to get some feedback from you guys.

  • Profile picture of thetoucher thetoucher350p said 3 months, 2 weeks ago:

    sounds really cool, good luck man

  • Profile picture of WASD WASD21p said 3 months ago:

    I’ve almost finished my terrain now. I moved from Terrain.j3md to TerrainLighting.j3md and added the 4 textures I’m intending to use. Sand, grass, snow, road.

    Screenshot with low LOD: http://i.imgur.com/dI4Pn.jpg

    Still needs some work. I’m not sure how to get rid of those black spots that you see. The code for loading it is initTerrain() currently on line 153 in https://github.com/WASDi/BigGameProject/blob/master/src/mygame/ResourceLoader.java

  • Profile picture of WASD WASD21p said 2 months, 1 week ago:

    Updates!

    http://i.imgur.com/CVCwO.jpg

    The closest NPC automatically gets targeted, indicated by the blue box for now. Yellow sphere means you should talk do that NPC for a quest. In this case Sandberg said what the chatarea says and McSand is the NPC with the yellow sphere.

    Source code of DeliveryQuest.java which I am satisfied with: https://github.com/WASDi/BigGameProject/blob/master/src/mygame/quest/DeliveryQuest.java
    The superclass contains documentation.

    The next big step will be combatsystem and enemies.

  • Profile picture of thetoucher thetoucher350p said 2 months, 1 week ago:

    cool, this is coming together really nicely. When do we get a video ? =)

  • Profile picture of WASD WASD21p said 2 months ago:

    @thetoucher said:
    cool, this is coming together really nicely. When do we get a video ? =)

    There is the a short video of the intro cinematic in my main post which I think you’ve already seen. The next video will probably be a trailer once the game is released.