Home › Forum › Projects › Beta 1 Game Contest › WIP: Tank game – Contest Entry
This topic contains 52 replies, has 9 voices, and was last updated by
erlend_sh 1 year, 4 months ago.
-
AuthorPosts
-
I will try to remake this tank game
http://www.youtube.com/watch?v=sA13HISbejM&feature=relatedDont know how far I can get, cause of lack of time and knowledge, but I will try my best.
WASD – control for player 1
arrows -control for player 2
space = fire for player 1
o = fire for player 2
20 Nov version http://199.91.153.47/sfhtf2bil7rg/pr1cu460cjjgoin/STG.jar using 17 Oct nightly
27 Nov version http://199.91.153.203/t9th75nzm8rg/cucjv7s2ijxl17c/STG.jar using 26 Nov nightly
27 Nov version http://download1152.mediafire.com/74yc13fru4zg/4gediz1m66l43z8/STG.jar using 26 Nov nightly (added effect)
03 Dec version http://199.91.154.49/7syxg45bsxrg/5t3a3t7c4httkvw/S-TG.jar using 26 Nov? nightlyGood Luck! If you need any help with the rules, just ask
If you don’t have a lot of time to work on it, I’d advise you to first work on the core engine and important models. That way, you can finish the game – which is the most important thing.
thanks memonick, I have a question
Will I have to update the progress of my game here? Or will it be ok when I suddenly show my result at the end of December? (if I managed to get there)You will have to show progress. If you don’t, it will be assumed that you had the game ready, and just posted the end result.
A little update
in past few days I was just sitting around, made some little tests to/and plan things.
today I started to code a little bit, reviewed my naked child and copied some of its code and ideas. Also made some fast models to see how my game will turn out.
Here is a pic of future
http://imgur.com/5odCOin next week i will slowly try to export those mesh into jme and make use of my tests (collision)
So this week I played more than workProgress: 0.1%
Looks good
YAY! Very cool! Each step is an unit?
Interessting!
Must make it multiplayer
@Addez said:
Must make it multiplayer
Do not put obstacles on her road
, it have to be made later
.
EDIT: his
Guys, you gotta stop talking about naked children or Google is gonna blacklist us
@Addez
what do you mean with multiplayer ?
2 people together on one computer or multiplayers over the internet ?
I can make the first one(already planed as my ***** child )
The second is also doable , but there will sure be a lot of sudden death and problem, but I dont think I will put network in this game. May be when i have time.
@glaucomardano
I dont really know yet, we will see.@erlend_sh
sry about the trouble, i didnt know google stick its nose into jme.
then I will call that ***** child of mine ***** child
hope it is okand here is a little update about the game
managed to import meshes into jme, looks really really bad.
I cant even see the tank in the middle
and something didnt work as i planed.Check if you have lighting.
I already have 2, without the second it would be even uglier
Java123456DirectionalLight sun = new DirectionalLight();sun.setDirection(new Vector3f(0f, -10f, 0).normalizeLocal());root.addLight(sun);DirectionalLight sun2 = new DirectionalLight();sun.setDirection(new Vector3f(0f, 10f, -100).normalizeLocal());root.addLight(sun2);
I think it is because of my material in blender.
I will concentrate on physics first, then I will return with material things later.
I suck at material and texture ….
I was thinking both. But multiplayer over the net would be great
I exported a tank model with some color as ogre xml and loaded in my game
Tank2.mesh.xml
Tank2.material
so the name are the same.I used nightly zip from jme and got a red tank (which means it cant load material file) the nightly zip are from 10,11,14,15 November
and with 17 October it has the right color. Did something change in jme3 recently with material from ogre? -
AuthorPosts
You must be logged in to reply to this topic.