Search This Blog

Monday, June 3, 2019

This Week in GameGuru - 06/03/2019

This will likely be my last update for 2-3 weeks.  This is due to the imminent delivery of my third child.

GameGuru News 


This week we had an info-drop on github with an update from Lee.  You can see the full details of it here but the latest essentially confirms that he's got a heavy focus on multiplayer and VR:
 https://github.com/TheGameCreators/GameGuruRepo/commit/243fbd39d2085a9265a67810a232c481150c69ed

While this is disappointing from a bug-fixing standpoint, it is at least some form of development so I'm curious to see when this thing is planned on going live. 

Lastly if you haven't taken a look at the thread on the forums about the lack of official word (I don't count, sorry!) then check here:  https://forum.game-guru.com/thread/220783?page=2

What's Good in the Store


Nothing new this week, sorry guys.  My camerakit is still on sale at half off, so pick it up now before it falls off sale!

https://www.tgcstore.net/product/31048

Free Stuff 


Graphix made a free cubemap skybox of a winter forest: https://forum.game-guru.com/thread/217932?page=14#msg2615957

JPH made a six-pack of free PBR skyscrapers.  https://forum.game-guru.com/thread/219734?page=2#msg2615961

Third party Tools and Tutorials 


BOTR continues his impressive work on an FPSC to GG importer.  This pipeline could really save some of the level creation of GG, considering the terrain engine is the biggest slowdown for the system.  TGC would do well to leverage projects like this.  

Defy is looking at putting together a dev log, but continues some important off the books work on saving and loading.  He may have a solution to some very serious problems with the current setup.  Time will tell!

Random Acts of Creativity (WIPs)


This week we saw a great demo of Slaur3n's cowboy survival game. 



The video shows a fairly high level of refinement for a GameGuru Game and I recommend all GG developers watch this for a good idea of some interesting new gameplay considerations: https://www.youtube.com/watch?v=X7ZfYsLA_dA&feature=youtu.be

Meanwhile, Bod has been plugging away at getting functional vehicles more functional by adding a working speedometer!  https://www.youtube.com/watch?v=bHf6EjWIGxE

My 'Silent Hill GG-Style' Game is available for download after having been updated to DX11: https://forum.game-guru.com/thread/216959#msg2615894
Be gentle, it reflects my game design from 3 years ago and I did little to actually change it beyond making it work in DX11.

DenZelik updated his game Neir:
While the asset use is fairly tame, I do like seeing that he's worked on custom inventory and HUDs so keep an eye on this one!

In My Own Works


This week I got sick of the stumbling blocks I kept hitting with the projectile system.  Between talking to EAI, Preben, and others I came to the conclusion I would need to dig into GG's root source code to figure out what was happening. My goal was to create a tennis-ball like weapon that would do no damage but interact from a physics standpoint with the game engine.  So in short, a very similar weapon to what's in Unreal.

https://youtu.be/6N2OSD-COt4 Thankfully I was able to find the problem and will make sure that my tutorial (to be posted soon) will have this information in it!