News

GameGuru Dev Blog - Standalone Scrutiny

As part of my process of getting save and load progress correct, I have recruited the help of a game created by a GameGuru community member and artist, to help me anticipate the kind of file layouts, LUA globals and other curve-balls that might throw me should I restrict my tests to the default stock examples.  It has already thrown some good 'obvious' issues with basic standalone creation, such as multi-level games that place the FPM files in a subfolder of mapbank (who would have thought GameGuru users needs that ;).  Anyhoo, fixing these silly things along the way really gets them out of the way and the result will be a very solid standalone export for V1.13, not to mention the save and load feature as a bonus.

The thumbnail image is taken from the aforementioned user game, and more on this cool family game will be revealed in the next few weeks and a final showing later in the month. For now, you can be warm and fussy over the new fixes that have gone in since the last dev blog:

GameGuru Twitch - Weeping Statues

Today hosted our live broadcast on Twitch and featured a 60-minute walk through to make a simple 3D game with scary stone enemies.  The trick to these creatures involved their ability to move ONLY when the player was not looking at them.  Naturally the game needed more work, but it was playable and had potential, and will likely never see the light of day. You are more than welcome to take the idea and turn it into something much nicer than the one I created in less than an hour.  Here is a link to the weekly broadcast in case you missed the transmission:

https://www.youtube.com/watch?v=penQB2Eoyr0

GameGuru Dev Blog - LUA Loading

They often say you can work hard, or you can work smart, both achieving the same result but one will take a lot less time. Today felt like something of a smart day, in that a rather bland and methodical approach produced some very cool long-term code for the way GameGuru will handle loading and recreating a game scene.  It came about from the need to have a loading menu on both the main game menu and also the in-game menu, so two ways to get the game loading back in and really did not want to have to duplicate code.  The solution involved the rather nifty 'require' keyword that LUA provides to import functionality from a common script, to serve multiple purposes. Right now the latest version only saves and restores the players position and viewing angle, but it does this very well and cleanly from both the first and second menus.  Adding more things to save and restore becomes a lot easier from here on in.

Stoke Sentinel Speaks With GameGuru Lee

On our visit to Stoke College Game Jam, we had the opportunity to speak with some lovely journalists from Stoke Sentinel and talk a little about the games industry, and more specifically, about the volume of work Stoke College Game Jam students could get through in just three days.  We had a great time checking out the final games and entertaining presentations and look forward to attending more Game Jams in the future.

GameGuru V1.12 Released!

We have just released the latest version 1.12 of GameGuru on Steam, which includes many fixes to the core product and introduces new content to those users who own the Fantasy DLC Pack (http://store.steampowered.com/app/365530/).  Thanks to the feedback over Christmas and the first few months of 2016, we collected a list of fixes you wanted to see ahead of any new features and decided to make this the subject of the current update.  Here is a complete list of the changes:

Fixed lightmapper to match same texture models better (dummy limb issue) Lightmapper can no longer duplicate polygons of first mesh in batching process Fixed issue causing character entities to rotate to player when enter unfreeze range Fixed issue with character entities not updating the 'angley' field LOCK now added to grouped entity menu Locking entities now prevents entity movement when editing terrain Fixed 'musicplaytrackX.lua' scripts to use correct full 100 volume Fixed GetTimer(e) so it reports zero immediately after using StartTimer(e) Fixed issue of entities spawning 50 units above ground, now just 30 units above NOTE: Make sure if your model has more than 60 bones, use CPUANIMS=1 and entity_basic.fx Added SETLIMBINDEX, ROTATELIMBX, ROTATELIMBY and ROTATELIMBZ as LUA commands Fixed transportinzone.lua to play sound as non-3D for louder replay Added new ai_viewanimations.lua to allow quick view of all model animations Changed the way dynamic lights calculate range to workaround NVIDIA 361 flicker bug Updated several decal textures to improve quality and looping sequence Fixed legacy behaviour whereby ISIMMOBILE FPE entities CAN lose health (but only to 1) Added 'LUA Scripting Advice' to the HELP menu The LUA command HIDEHUDS no longer hides the TAB TAB menus or metrics panel Added TITLE, OPTIONS, INGAME, SAVE, LOAD, GFX and SFX option pages under LUA scripts Added WIN, LOSE, NEXTLEVEL and more advanced loading page LUA script Added 'resolutions.lua' and usd require to use common resolution finding code in LUA Fixed issue of previous level cleanup deleting character creator heads for new level Camera Y Offset now if more than twice the camera distance, camera collision disables Removed SAVE and LOAD pages to bring forward the V1.12 release (above tweaks) Fixed g_Inkey and g_Scancode which stopped working with the recent beta update Really added new ai_viewanimations.lua to allow quick view of all model animations Updated Abandoned building meshes from Death Valley DLC (minor geometry fixes) Fixed issue of sinking characters, due to quick-physics boxes for unchanged terrain Fixed issue with occlusion hiding entities at a distance greater than 12000 Fixed issue with how entity sizes are calculated for the occluder, now less flicker Fixed issue of Inkey returning key press inside speech marks Fixed issue with flickering occlusion caused by threshold not scaling with distance Added new scriptbank\stories\HealthTypes scripts and sample level (shields!!) Corrected mask texture of Archer in Fantasy DLC - shoe tint issue resolved Added SCIFI PACK to More Media menu as prompted - good catch! Added support for View Range in Fantasy Character/Creature script (both Core and DLC) Prevented F11 menu from being blocked if HIDEHUD is in force Prevented standalone executables from using any HUDs (TABTAB and F11 menus) Standardised terrain brush size to be same size in both editor and F9 mode Added support for g_MouseWheel in DeactivateMouse() mode (absolute not relative) Corrected description in global.lua - GetImageWidth() is percentage not pixel Both GetImageWidth() and GetImageHeight() now return as float values Fixed issue of splash image being off center when set OS font > 100%

As you can see, we did take the opportunity to add some new LUA commands and additional in-game functionality to keep you on your toes. The next update will focus on the top voted feature you have requested which is the ability to save and load your progress in a standalone game, plus your usual grab bag of additional tweaks and additions.