May 19, 2024, 10:33 pm

News:

SMF - Just Installed!


Side-projects , more games

Started by Prime_8, Jun 18, 2019, 06:55 am

Previous topic - Next topic

scifieric

NICELY DONE!  My friend, I am fairly convinced you can do anything.
3DSciFi.com  Welcome!

Prime_8

I got it in-game, but it has no script on it.  it only has its mesh and its physics collision shapes.

Prime_8

so when I spent a few hours hunting a bug, that I could not lockdown.

A while ago I had it so if  a client or server left or got dropped the client could be routed rite back to the main menu.

detect drop ..
process drop

kill the current 3d scene
jump back to lobby

kill the network peer system



It was working golden for ages. then it was not. LOL

after digging, I found I had changed the root node name, and forgot to update it in the kill step .LOL

*face palm *


scifieric

Nice work in finding the flaw!  And outstanding work, by the way.
3DSciFi.com  Welcome!

Prime_8

lol, I should have automated the name of the root node.

I will get to that when I  work out how to load different maps.

scifieric

Quote from: Prime_8 on Aug 02, 2019, 03:45 pmlol, I should have automated the name of the root node.

I will get to that when I  work out how to load different maps.
My friend, you are amazing.
3DSciFi.com  Welcome!

Prime_8

Thanks man.

I got a bunch of bugs fixed tonight.

Also, I started working on the effects for fires and explosions.

3 explosions(they are animated), the 3rd has point light in it with animated light energy /strength.
and a thruster effect that dates all the way back to my old ECE games.

scifidude79

Nice! 'Splosions are always important. :)

Prime_8

they sure are.

I had to change the shader type on the flame to add vs multiply

Prime_8

scifidude79

Quote from: Prime_8 on Aug 03, 2019, 05:36 pmI had to change the shader type on the flame to add vs multiply


Yeah, that definitely makes it show up better.

scifieric

That is spectacular!  I thought they looked 3D when I was watching them and your motions around them.
3DSciFi.com  Welcome!

Prime_8

Had some good playtest and some bigger updates done tonight.

I added sounds and the explosion effects. Then  I had to sync then across the network.



I will trim the playtest video and put that up.

Freak

Here we are. Born to be Kings, were the Princes of the Universe!

My DeviantArt Page: https://www.deviantart.com/micetich
My Wordpress Blog: https://freakart89.wordpress.com/

Prime_8


Live WAN test. it had some audio issues due to  W10 update changing my audio settings.

so yeah just 3 of us in that test.

I will be doing an alpha test one night soon for those wanting to try it, but I have to fix the network closing code.