Apo
|
 |
«
Reply #30 - Posted
2012-06-13 19:43:52 » |
|
Now I made it! Great little game! With a funny background story like portal and more levels I think you could sell it!
|
|
|
|
kappa
|
 |
«
Reply #31 - Posted
2012-06-13 21:07:52 » |
|
Nice game, works well on Windows. It fails to work on linux because it can not find lwjgl_natives.jar (error 404) as pointed to in the html. It will also fail to work on mac as there is no macosx_natives.jar at the location the html is pointing to. Also you seem to be using LWJGL 2.8.2 (almost 7 months old), you should update to latest LWJGL 2.8.4 which has lots of fixes (including some big ones for applets). For heavyweight applet likes LWJGL applets the following parameter really should be used for more stability and speed. 1 2
| <param name="separate_jvm" value="true"> <param name="codebase_lookup" value="false"> |
I also get the following security dialog:  This shouldn't appear and indicates something wrong with the way you've signed your jars, likely a problem with your certificate (notice you use SHA-256 instead of SHA1) or the way you've signed lwjgl_util_applet.jar. Also why is it that you need to use a self signed certificate? (pretty ugly experience for the users, especially with Java 7's extra scary dialog). Looking at the libraries that you have used and game type you can easily just use LWJGL's pre-signed jars and not have to sign the other game jars. By using the pre-signed jars you'll not need to sign anything yourself (less hassle for you), you get a much nicer proper security dialog and end user will be less hesitant to try it and feel safer.
|
|
|
|
ra4king
|
 |
«
Reply #32 - Posted
2012-06-14 08:11:39 » |
|
So I finally get time to try out this game......and the inevitable happens.....  1 2 3 4 5 6 7
| Exception in thread "Thread-23" java.lang.IllegalStateException: Function is not supported at org.lwjgl.BufferChecks.checkFunctionAddress(BufferChecks.java:58) at org.lwjgl.opengl.GL30.glGenerateMipmap(GL30.java:1224) at net.game.objects.MapTexture.generateTexture(MapTexture.java:81) at net.game.objects.MapTexture.load(MapTexture.java:28) at net.game.window.Main.start(Main.java:53) at net.game.window.DisplayApplet$1.run(DisplayApplet.java:35) |
DAMN THIS CRAPPY LAPTOP!  Gonna have to wait til I get back to my beast desktop to try it out 
|
|
|
|
Games published by our own members! Check 'em out!
|
|
Tim Spekler
|
 |
«
Reply #33 - Posted
2012-06-14 21:14:52 » |
|
@ Gjallar, jonjava: Thanks for enjoying the game ! @ Apo: Thank you too ! I won't bring big updates to this game, but in any way I don't want to sell it. I just had fun to program it and it feels good to see people playing with it ! @ kappe: thanks for your feedback which is really helpful. I don't have time right now but I'll apply your advice this WE. I really want to understand how to make LWJGL applets work as fine and clean as possible. @ ra4king: I hope you'll be able to try the game out. 
|
|
|
|
JRAYChisholm
Junior Newbie
Just passin' through
|
 |
«
Reply #34 - Posted
2012-06-15 03:10:12 » |
|
Okay, I had a blast playing this game. I'm honestly disappointed that I beat it so quickly. If you keep up with the development of this I would play it religiously. Between you and me.
|
|
|
|
Nate
|
 |
«
Reply #35 - Posted
2012-06-15 03:59:57 » |
|
You have people signing up just to post in your thread. Kudos! Now, more levels! 
|
|
|
|
Jimmt
|
 |
«
Reply #36 - Posted
2012-06-15 04:44:48 » |
|
Played it again after 3 days, and I have to say it's already improved a lot. The doors look awesome, the level restart is good.
I'm obviously not in the League of Dukes, but I think this should be featured. It's hard enough to create a puzzle game that's fun. Overbind has simple but good gameplay, nice graphics, and is pretty addicting overall.
Nice to see a good 3d game that isn't a fps.
|
|
|
|
kappa
|
 |
«
Reply #37 - Posted
2012-06-15 09:55:54 » |
|
You have people signing up just to post in your thread. Kudos! Now, more levels!  Agreed, the game has the makings of something fun and challenging, polish it up and you'll have a great little gem.
|
|
|
|
Cero
|
 |
«
Reply #38 - Posted
2012-06-15 17:35:32 » |
|
well, imo this is actually the best java first person game I have ever played.
|
|
|
|
Tim Spekler
|
 |
«
Reply #39 - Posted
2012-06-15 20:33:17 » |
|
Okay, I finally succeeded in managing the signing process and removing the annoying security warning.  Plus the Applet now theoretically runs on Mac and Linux. So thanks to your support, I 've decided to add new levels on a regular basis so it can become a complete and fun game. Here are the next updates I 'll work on: * A new level (maybe two) once a week !! Until I die !!  (nop, just kidding => until it gets complete enough) * A menu so you can choose between playing the full story from the start or directly start at a specific level I will add the next level this Sunday. @ Cero: OMG, that's a really good compliment. You made my day 
|
|
|
|
Games published by our own members! Check 'em out!
|
|
|
Tim Spekler
|
 |
«
Reply #41 - Posted
2012-06-15 20:51:02 » |
|
Oups, sorry, I just added it. Hope it works 
|
|
|
|
kappa
|
 |
«
Reply #42 - Posted
2012-06-15 21:10:04 » |
|
Oups, sorry, I just added it. Hope it works  Works great now, thanks.
|
|
|
|
Tim Spekler
|
 |
«
Reply #43 - Posted
2012-06-17 19:55:53 » |
|
Update ! * A full menu which allows you to start from the beginning ("Start") or from a specific level ("Select Level") * A new level which should increase the level of difficulty  Have fun 
|
|
|
|
Cero
|
 |
«
Reply #44 - Posted
2012-06-17 20:54:44 » |
|
oh wow, can you VSync or limit to 60 FPS my video card is burning
|
|
|
|
Tim Spekler
|
 |
«
Reply #45 - Posted
2012-06-17 21:29:43 » |
|
You're right, I just changed it to render at a constant rate.
|
|
|
|
Cero
|
 |
«
Reply #46 - Posted
2012-06-17 23:39:34 » |
|
Made it. Now, that last chamber was hard.
|
|
|
|
JESTERRRRRR
|
 |
«
Reply #47 - Posted
2012-06-18 03:07:25 » |
|
This is probably the best java 3D game I have played, specifically how perfectly it runs. Directly after a loading screen I suddenly move very fast, perhaps delayed input?
|
|
|
|
ReBirth
|
 |
«
Reply #48 - Posted
2012-06-18 03:21:33 » |
|
As expected from lwjgl applet, error occured in loading packet. It's not fair! :|
|
|
|
|
Cero
|
 |
«
Reply #49 - Posted
2012-06-18 03:40:41 » |
|
This is probably the best java 3D game I have played, specifically how perfectly it runs. Directly after a loading screen I suddenly move very fast, perhaps delayed input?
Yeah logic runs on while no rendering, it seems.
|
|
|
|
Mike
|
 |
«
Reply #50 - Posted
2012-06-18 06:01:45 » |
|
I managed to fall through the lava in the second floor on the last level (moving too fast?) and just kept on falling. Maybe add something that checks so you can't fall indefinitely and need to reload the page to go on?  Mike
|
|
|
|
kappa
|
 |
«
Reply #51 - Posted
2012-06-18 09:21:55 » |
|
As expected from lwjgl applet, error occured in loading packet. It's not fair! :|
Not a very helpful reply, would be useful if you could provide the exception from the Java Console to explain what exactly went wrong for you.
|
|
|
|
Tim Spekler
|
 |
«
Reply #52 - Posted
2012-06-18 17:17:39 » |
|
* Little update: I just fixed the bug concerning the loading screen and the "run fast" effect behind which can be annoying.
@ ReBirth: I am sure this is not because of LWJGL. I think your graphic card does not support openGL 3.0 which is used here. But Java console would definitely explain your problem. By the way, LWJGL is really amazing ! I'm really grateful for the community that is building this crossplatform library !
@ JESTERRRRRR: Whaou ! This is the second time I got a compliment like this one. Thanks, it's motivating !
|
|
|
|
Nate
|
 |
«
Reply #53 - Posted
2012-06-19 02:44:42 » |
|
Got to the last jump on level 5, feel through the floor. Maybe a way to reset on the escape menu?
|
|
|
|
Tim Spekler
|
 |
«
Reply #54 - Posted
2012-06-23 13:58:23 » |
|
* UPDATE: - 2 new levels ! I placed one of them at level 5 because it is made to transit from previous levels and last level published (now level 6). The other one is level 7. - Fixed bug when going inside a box (thanks Nate for reporting this bug). The player is now pushed to the top of the box and can jump, so you can not be stuck anymore. Have fun ! 
|
|
|
|
Cero
|
 |
«
Reply #55 - Posted
2012-06-23 14:36:04 » |
|
Done.  This was a little less frustrating and fun. The lava corridor level before is just very hard, and also, when you die, you go allll the way back. here you "just" fall down. and its very cool - there are so many options here to move around in the level 7 tower, very fun
|
|
|
|
kappa
|
 |
«
Reply #56 - Posted
2012-06-23 15:32:31 » |
|
I think the game is now nice, complete and polished enough to be moved to the featured section.
FEATURED.
|
|
|
|
Tim Spekler
|
 |
«
Reply #57 - Posted
2012-06-23 15:50:17 » |
|
Whaou !!  I was wondering where the game was. Haha! Thanks for featuring my game. It 's awesome ! Of course, I'll still add a level once a week until it gets really complete. @ Cero: thanks for you're feedback, really useful to understand how to build next levels.
|
|
|
|
Mike
|
 |
«
Reply #58 - Posted
2012-06-23 15:57:14 » |
|
I'd love even more ways to travel through each level to increase the replay value. Other than that, maybe add a "Loading" text after selecting a level? Good going!  Mike
|
|
|
|
kappa
|
 |
«
Reply #59 - Posted
2012-06-23 16:06:51 » |
|
Another thing that could maybe make it more fun and competitive, is time records on how long it took to complete each level.
Further an online highscore board, that way players could complete with each other on trying to get the best times on each level (with gloating rights by having their name on the online highscore boards).
As suggested above more ways to complete the levels would also lead to a metagame of players trying to find the most optimal path through a level to get the best time.
|
|
|
|
|