Page 1 of 1

3d simple game

Posted: Sun Sep 02, 2018 9:25 am
by Demonio
Hello everyone,

So I was trying to create something as my steping stone to 3d in love2d (version 0.11) and here it is.

Image

This game is more about testing what can I do that to make it perfect.

If anyone is interested how this was made then https://bitbucket.org/demonio/cubewarriors/src/master/ you can have source code.

Feel free to ask any questions or sugest what should I do with it.

Game page: https://openfun.itch.io/cubewarriors

NOTICE: since I uploaded 0.0.4a I can not see attached files. If you have same problem please use itch.io page. Thank you

Re: 3d simple game

Posted: Mon Sep 03, 2018 8:21 am
by Demonio
Someone told me that my game looks horrible.So here you have some textures.

Image

Re: 3d simple game

Posted: Mon Sep 03, 2018 10:55 am
by pgimeno
It vibrates like hell. I don't think it's supposed to be like that?

Re: 3d simple game

Posted: Mon Sep 03, 2018 11:02 am
by Demonio
It is problem with calculating ai player (one for each real one) trying to fix it right now

Re: 3d simple game

Posted: Tue Sep 04, 2018 10:43 am
by Demonio
So I finally fixed movement problems. It was stupid problem but at least I found it. Fix is in version 0.0.3a

Re: 3d simple game

Posted: Tue Sep 04, 2018 3:59 pm
by pgimeno
Ahh, much better, thank you! Now I can move knowing what I'm doing.

The AI still vibrates a lot, though. I also found a situation where the AI player was in one position and their bullets were coming from a different position:
CubeWarriors-bullets.jpg
CubeWarriors-bullets.jpg (56.58 KiB) Viewed 5702 times
It looks like you forgot to bundle IQM and CPML this time around. I had to grab them from the previous file.

Re: 3d simple game

Posted: Tue Sep 04, 2018 10:39 pm
by Demonio
Thank you for this amazing testing.

Sorry for the libs it was first Jenkins build and I forgot to init submodule.

About bullets from wrong place that looks like 2 problems.
1st: bugged shooting ( it should not shoot at that time)
2nd: wrong place ( easy to fix just swap x and y )

Next build should come soon ( fixing other small problems found in log from server side )

Re: 3d simple game

Posted: Tue Sep 04, 2018 11:35 pm
by Demonio
So I hope that everything was fixed. If you find anything else then I will try to fix it.