Product Chat / GameGuru Change Log

Author
Message
LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 11th Jul 2017 13:55 Edited at: 11th Jul 2017 13:57
LATEST BETA

* Graphics Overhaul In Development (dev blog: https://forum.game-guru.com/thread/218038)

V 2017.05.05

Fixed issue causing terrains not to load in correct texture for multi-level games
Fixed conflict between Building Editor and Terrain Painter resources
Changed footfall sounds for GRASS, STONE and WOOD. Good to get feedback during preview
When loading in a new level, ensure old texture_D.dds / _N.dds are deleted first
Fixed PLRVISIBLE data from entity in script always 0 for entities inside Floor Zones
Rasied virtual player position during enemy sight detection (moved from waste to eye)
NOTE: Above solves issue of enemy not seeing player at distance if stood behind barrel
Added new 'defaultwaterheight=500' to SETUP.INI for manual control of water line
Added new 'defaultterrainheight=500' to SETUP.INI to decouple terrain from water
Improved DarkAI time slicing to avoid skipping AI bots during intense scenes
Added new LUA commands; SetAnimationSpeedModulation and GetAnimationSpeedModulation (anim modulation)
Added new LUA commands; GetMovementDelta to return real entity movement since last cycle
Fixed issue of GetEntityXXX commands not returning floats (returned integers only)
Moved all intense 'pathfinding' logic to secondary thread to speed up main game thread
Tweaked GUARD scripts so they revert to ATTACKERS once they are hurt
Added three new character reskins for soldier, shotgun and uzi enemies (thanks to Michael Stockton)
Updated metal material for footfalls to match changes to other materials (generic, stone, wood)
Now supports up to 1000 weapons in the gunbank (plenty of community weapons out there!)
Now sorts weapons listed in HasWeapon field of entity properties into alphabetical order
Ensured 1st level is loaded before Save Standalone to guarentee levelbank\testmap contents
Fixed critical bug which 'deleted' textures that internal EBE structures relied on when saving
First entity loaded into editor no longer causes up to 7 second delay before it displays
Large delay when EBE structure first added to editor also removed thanks to above fix
Updated several shaders to new Preben shaders featuring Retro Post Process and Performance
Further updated terrain shader thanks to Preben to add new varation map technique to the mix
Added variation_D.png and variation2_D.png to texturesource folder for above variation map trick
Updated IDE links to Game Asset Store to newest site URL of "https://www.tgcstore.net/"
Externalised player control system to scriptbank\gameplayercontrol.lua
Added 483 new LUA commands to the scripting system to support Player Control Mechanics
Added SetSurfaceIntensity, SetSurfaceSunFactor, SetGlobalSpecular, SetBrightness, SetContrast
Added SetPostBloom, SetPostLightRayLength, SetPostLightRayQuality, SetPostLightRayDecay
Added SetPostSAORadius, SetPostSAOIntensity, SetPostLensFlareIntensity
Added SetOptionReflection, SetOptionShadows, SetOptionLightRays, SetOptionVegetation, SetOptionOcclusion
Added SetCameraPanelDistance, SetCameraPanelFOV, SetCameraPanelZoomPercentage, SetCameraPanelWeaponFOV
Added SetTerrainLODNear, SetTerrainLODMid, SetTerrainLODFar, SetTerrainSize
Added SetVegetationQuantity, SetVegetationWidth, SetVegetationHeight
Small tweaks to Fantasy and Scifi DLC levels
AI INIT now called again for non-spawnatstart entities when they SPAWN
Changed AI combat core so setting activate to 1 no longer instantly alerts them to attack (now 2)
Fixed issue of 'hunting mode' ignoring cone range defining viewing distance of AI
Fixed issue of cone of sight not always aligning with visual angle of AI character
Improved AI so hunter mode will track last location of player from firing on spot
Enhanced AI detect module to update tracking information of player target
When load in an FPM that uses a terrain or veg style not on local machine, now resets to last slot
When hurt, AI character now instantly spins to face player who shot them (quicker reflexes)
Fixed issue of movement delta going to zero during some script activity (slow anim issue)
Added regular soldier behavior so returns to patrol after 5 seconds of losing player
Corrected visual settings for new levels so as not to carry over old lighting settings
Changed sound detection so idle characters will look in direction of the noise if within 2000 units
Improved aggression of agro'd AI so they track player location outside of range when raised
Reduce AI activation flag to zero after used so can use normal behavior outside of provoked event
When sound detected by patrolling AI, idle is started to look in direction of player who made sound
Prevented occluder from hiding the heads of custom characters from built-in character creator
Added g_PlrKeyX LUA globals which represent mappable keys for in-game use (for arrowkeys/controllers)

V 2017.03.31

Changed default LUSH texture set to include 16 variations to demonstrate choice
Improved speed of the terrain shader for lower-end machines
Added a secondary overlay mode for the texture in the first slot (path slot)
Removed redundant terrain texture items from Terrain Main Bar
Fixed crash caused by the terrain blend function on some levels
Now prompts user when switching terrain in test game to warn of possible delay
Updated grass textures and default terrain texture plate to lower specular term
Removed legacy use of VegShadowSampler.g for 'painted shadows' - never used

V 2017.03.29

Added new switches in fixtures folder with new scripts to control doors remotely
Breaks association from linked parent when EXTRACT used on an entity
Improved accuracy of texture paint cursor at lowest brush radius
Fixed AI_WANDERER script to use correct internal function names
EBE structures loaded into level now carry the correct textures into level
EBE structures being edited now use their own correct textures previously stored
When save EBE structure, it now uses unique texture in ebebank, not current one
Prevented rogue 'loaded' temp EBE items being added to local library list
Stopped crash when an EBE that shares a texture is edited to customise the texture
Created new terrain texture system which uses a single atlas texture inc 16 textures
Terrain texture system scans for old terrainbank folders and creates new atlas
Add new UI for terrain texture painter to select and customize up to 16 textures
Grass no longer overwrites underlying terrain paint for more grassy options
Corrected several AI_*.LUA scripts which used incorrect MAIN and INIT names
Created new terrainbuild\texturesource folder to store new terrain texture choices
Now only shows grass paint in grass painting mode for better texture editing
Updated supertexture to handle new 16 texture terrain (instead of previous 4)
Trigger supertexture to recalculate if terrain texture change detected
Added new 'default.fpm' which loads automatically when welcome splash present
NOTE: Above helps show new users GameGuru is more than just a green flat landscape
Moved super terrain texture palette generation until leave texture selector panel
Resets terrain texture painting mode when start new map to remove unwanted panel
When start new level, texture terrain panel instantly removed if was open
When change levels in editor, terrain texture panel now reflects latest texture
Removed redundant terrain texture toolbar icons, replaced with single button
Terrain textuer selector custom requester now points to PNG initially
NOTE: Above coupled with Diffuse Only PNGs screens out accompanying Normal files
Fixed small seam effect between texture choices (thanks to the mighty Preben!!)
Now removes the terrain texture panel quicker when have it open and load FPM
When enter F9 mode, no longer brings up terrain texture panel in-game
Entirely moved terrain texture palette generation to test/game process
Empties custom terrain texture files from testmap when start new level map
When start new level, terrain texture panel selection image restored to default
Moved terrain texture paint toolbar icons to join other terrain button tools
The IMPROVEDDISTANCE setting is now set to ON by default, improving distant textures
Small corrections to terrain rock ratio and normal mapping for improved visuals
Fixed issue causing all specular to be dropped from textures, now restored
Ensured terrain texture panel texture selection does not render its alpha elements
Switched the new terrain texture diffuse plate to use DXT5 which preserves specular

V 2017.03.10 : Tweaks to A.I and a DLC Boost

Fixed melee punch condition to revert to recover and prevent startidle movement
NOTE: Noticed MoveForward creates physics inertia and slides AI object WAY ahead of final pos when FAST
Increased timing of path regeneration to avoid fast AI bots stop/start effect
Improved COMBATCORE script for better classic Zombie and melee AI behavior
Zombies (combat melee script) now remain idle until player detected
Critically halved motion multiplayer to stop zombie/legacy character sliding
Fixed soldier AI so those who patrol paths can continue doing so, even after stopping
Updated the legacy character movement to include the new character avoidance logic
Restored AI bot speed system and readjusted Zombie characters to correct issues
Reduced turn speed so characters no longer turn instantly to their new direction
Ensured when high speed AI reaches very last node, stop movement flag sooner (stop move spin)
Replaced code which contains AI within their designated floor zones
Increased frequency of path generation from 1 second down to 0.75 seconds
Removed forced animation speed from new AI behaviors to allow entity property control
Removed forced turn speed from new AI behaviors to change it via entity SPEED property control
Improved stair climbing detection for faster AI bots and characters in general
Removed TEXTUREPATH from saved EBE entities to prevent use of temp ebebank\default caches
Increased speed of all soldier characters to match legacy tweaks and AI back-end movers
Stopped duplicate EBE thumbs being created in local library entitybank list
Any EBE temp files and EBE texture files are removed from testmap folder on NEW level
NOTE: It is normal for EBE items to disappear from local library, only their copies are used
NOTE: To treat an EBE as a normal entity, simply delete the EBE file associated with it
Building Editor textures recovered after texture cache clearance deletes them on session exit
Fixed issue of multimaterial models with short texture names corrupting model data
Corrected multimaterial object rendering to once again populate first slot with diffuse texture
NOTE: The above fixes ensures the Galaxy Seed sky scrolling effect is restored
The ENDCOLLISION property no longer sends ragdolls through floor and entities
Added 'forceobstaclesliceheight' to FPE fields to allow AI obstacle plane height to be set
Added 'notanoccludee' to FPE so entities can be designed to never get occluded by occluder
Adjusted blood splat decal effect so only used if NO 'materialindex' specified in FPE
Added 'explodedamage' to FPE to specify the default explosion yeild of specfic entities
Added 'hoverfactor' to FPE to give hovering capability to 'flying' entities (drones)
New SCIFI DLC Assets (Mission To Mars) and all new DRONES - Definately Check It Out!

V 2017.02.28 : A.I and Third Person

Waypoint nodes no longer being edited when in EBE mode
Fixed crash bug caused when you place an entity then immdiately use UNDO
Fixed issue of mouse wheel disabling when leave EBE for first time each session
When EXTRACT performed, mouse now centers on Widget position, less chance for mess
IDE now expands the Fixtures entitybank folder for one less click to get a door
Changed the Fixtured subfolders to capital first letter to match entitybank
Modified loading EBE from local entity library to create new instance in level
NOTE: Above allows modifications to be retained on save/reload and protect saved EBE
Now when delete EBE file from saved EBE, it turns into regular (uneditable) entity
Corrected static_basic.fx to re-include the SpecularOverride constant (lightmap shader)
Fixed lightmapper to no longer force meshes to flat-shading (now keeps smoothing groups)
Added slider to control Lens Flare intensity, and adapted post process shader to suit
When you hold down CTRL while EBE painting, it axis locks the initial direction
Added slider to control Surface Sun Intensity (defeats sun influence for indoor scenes)
Adjusted main surface and shadow shading to use Sun Surface Factor
NOTE: The Surface Sun Intensity slider is experimental but can control DOT3 lighting
Added credit text file to texturesource folder to credit authors as collection grows
Added two new shaders (tree_basic.fx and treea_basic.fx) for better tree rendering
Updated all foliage entities in core, MP1 and MP3 packs to use new tree shader
NOTE: New shaders and FPEs above fix the transparent edge issue on trees and plants
Fixed issue of F9/E crashing test game, was the result of new object mask flag code
Fixed issue relating to entities that have bones in only some limbs not being mouse detected
Fixed issue of entities stop animating if change specular to a non 100 value
Further improvements to the shaders by Preben (improved shadows and per-object light flag)
Tweaked all ROOF asset pieces in fixtures\roofs to avoid 'out the box' Z clash
Added 'dontfindfloor' field to FPE to initially ignore floor finder (roof pieces)
Added 'keyframe speed' field to GUNSPEC file to allow per-weapon anim speed control
Created wider entity properties panel to see weapon choices better
Fixed issue of waypoint nodes being hidden after regular entity/EBE highlighted
Enabled ZREAD for waypoint/zone objects to get idea of where they are in scene
Added 'PlayVideoNoSkip' to LUA commands to control a video which should not be stopped
Added PlayVideoNoSkip to global.lua so the above command will work
Replaced blank_N.dds from effectbank\media so legacy entities are smooth on HIGHEST
Added hidedistantshadows field to SETUP.INI (V1.14 defauled this to 1 for ON)
Set new hidedistantshadows to 2 to retain LARGER entity shadow for buildings
NOTE: Above improves IDE editor view as large buildings now have shadows when high
Improved cascade shadow mapping code by using R32F format (cards under 10 years)
Improved cascade shadow mapping code with larger base shadow texture and bias per cascade
Added 'realshadowresolution' to SETUP.INI (old V1.14 default was 1024), now 4096
NOTE: New 4096 shadow resolution will be sought, but will use lower if HW not available
Restored realtime shadows to hidedistantshadows=1 & realshadowresolution=1024 (performance)
Added shadow depth tweak to overlay_basic.fx used by new windows entities (for shadowing)
Entity loader will now attempt to find and load _cube.dds file if _i.dds not found
Added spinloop.lua to scriptbank with logic to spin an entity slowly on the Y axis
Added new Shiny Skull entity in Scenery to demonstrate new Cube Mapping capability
Added support for loading _normal, _specular and _gloss if multi-material object uses them
NOTE: Above will allow Fuse Characters (via FBX2GG) to be imported with full shader effects
Added new special value to 'smoothangle' FPE field over 101 which 'GENERATES SMOOTH' normals
Also new special value over 101 will also seal and blend position and normal values
Added new ai_dance.lua as the first official AI work towards V1.15
Added new effect called character_notangents.fx to ignore corrupt tangents in models
Added new "entitybank\user\fusecharacters" folder with material to help importers
Modified cube_basic.fx so that cube mapping is independent of light direction
Added new 'isspinetracker' to FPE to control new spine tracker for modern character anims
Added MoveWithAnimation(e,v) LUA command which moves entity if v is 1 using spine tracker
Added REALSHADOWCASCADE 0-3 to SETUP.INI for manual control of shadow mapping cascade levels
NOTE: New cascade values are 2, 6, 18 and 75 (though reverted to old 10, 20, 50, 100)
Fixed ragdoll and collision settings on new FuseModel FPE template
Fixed bug so PHYWEIGHT and PHYFRICTION specified in FPE are no longer reset to 100
Added three new roof pieces (thanks Belidos) to give you the option of flat-topped roofs
Added "treea_basic.fx" awareness to switch entity to DYNAMIC if selected (for animspeed control)
Updated with latest Preben shader tweaks with improved shadows and debugging flags
NOTE: realshadowresolution=1536 to anything upto 4096, the bias works without changes
Added new LUA command ID=GetPlayerWeaponID() where ID returned is the WeaponID index
Added new LUA commands SetCameraOverride, SetCameraPosition and SetCameraAngle (main cam control)
Added new LUA commands GetCameraPositionX,Y,Z and GetCameraAngleX,Y,Z for full set/get
Added much needed LUA command "WrapAngle" which will save lots of LUA code to handle angles
Created a re-usable 'module_cameraoverride.lua' LUA script to keep newer scripts cleaner
Reactivated support for FOOTFALLMAX and FOOTFALLx in FPE where x is the footfall index
NOTE: Above allows entities to specify keyframes that would trigger a footfall sound effect
Added code to the physics system to report material types to the entity footfall system
Added sounds to new faster zombie and related AI script (ai_idlemovebitehurt.lua)
Added AGRO logic to new AI script which alerts nearby enemies within radius of an event
Added sound awareness to new AI script for wider agro alerts
Added headshots to new AI script to ensure player can benefit from single shot kills
Added new 'CharacterControlManual(e)' which forces AI to a new 'full manual mode'
Added new LUA commands 'GetEntityPositionX,Y,Z()' in order to update AI in manual mode
NOTE: Gives LUA scripter FULL control of how entities are handled based on AI data
Added new LUA command 'AISetEntityTurnSpeed(obj,speed)' to help control path navigation
Refined the AI path finding to allow for VERY fast anim-movements without delays
Thanks to a Rafhalzer fix, and my tweaking, imported Fuse characters now have normals
Fixed so tangent and binormals animate properly in character shader
Added 'character_gloss.fx' to effectbank to use illumination slot as gloss map
Fixed big bug causing most AI obstacles to fail if depend on loading them in (EXE/TestGamex2)
Corrected path finder so fast tracking of paths detect node quickly and moves to next
Reactivated avoidance code (mode 1) in AI system so entity Vs entity avoidance works
Added new LUA command 'GetAnimationSpeed' to obtain the ANIMSPEED when entity first starts
Added FIVE new Doors to Fixtures (thanks to Cesar Correa for making them freely available)
Fixed Entity physics for characters so vertical velocity replaced with gravity force
Two new entity physics LUA commands added FreezeEntity(e,m) and UnFreezeEntity(e)
SurfaceSnap = created new default mode which finds any surface to place entity/waypoint
NOTE: Above mode can be broken with use of RETURN or PGUP/PGDN keys (restoring old modes)
NOTE: This mode is deactivated when extracting via the widget to preserve entity positioning
Waypoints now use surface snap detection to place waypoint nodes anywhere in 3D space
Updated entity_basic to use variants entity_cube / cubealpha and cubeambience shader files
NOTE: Above allows much code re-use while while maintaining extra modes for cube mapping
Added new Floor Zone marker which can create 'navmesh' containment areas for the AI system
Waypoints now double as floor zone (navmesh) connectors, allowing AI to move between them
Added 'deletetxpcachesonexit=0' to SETUP.INI which deletes TXP cache for smaller HDDs
NOTE: Above will cause TXP to regenerate each time a new EBE texture plate is required
Changed Floor Zone from 'inverted obstacle' to 'obstacle walls' for extra-safe navmesh
New improved shader tweaks from Preben for shadows and cube mapping
Added ability for characters to detect and climb stairs and ramps and ascend/decend them
Added 'Building Editor Guide.pdf' to DOCS folder (thanks to community help and advice)
Capsule Vs Capsule Physics can PUSH AI out of zone bounds, so replaced with maths avoidance
View cone in AI debug now points in same direction as character facing angle
Added new 'disablesurfacesnap=0' to SETUP.INI to disable the 'surfacesnap' editor default
Changed Player Start Ammo quantity from 1 to 100 so default TPP character has more bullets
Added 'jumpmodifier' to FPE to control third person jump multiplier (wizard uses 250)
NOTE: When set jumpmodifier to zero, it will completely disable TPP ability to jump
Added 'jumphold' to FPE to specify which jump frame is held during fall to ground
Added 'jumpvaulttrim' to FPE to deactivate automatic trim applied to VAULT animation
NOTE: Above jumpvaulttrim state is on by default, allowing ALL characters better jump anim
Added 'jumpresume' to FPE which controls when the jump anim can give over to move anim
Wiped default VAULT animations from anim system so characters must specify them in FPE
Added support for TPP characters to shoot all main weapons (pistol thru launcher)
Prevented LUA scripts associated with character used in Third Person Mode (as player)
Fixed editor stutter on larger levels, now only uses 'surface snap' when holding entity
Also engages surfacesnap in all cases when waypoint nodes being dragged individually
Added code to deactivate melee LMB if there are no PUNCH animations in character FPE
Modified editor opening zoom height and brush size so characters are not so small
Remove ISTHIRDPERSON field from Wizard FPE's as not used any more
Allowed melee action to intercept move/run so Third Person Mode can instant attack
Added 'meleerange' and meleehitangle' to FPE to control TPP melee attack metrics
Added 'meleestrikest' and 'meleestrikefn' to FPE to define 'deadly' melee anim frames
Added 'meleedamagest' and 'meleedamagefn' to FPE to define range of damage per strike
NOTE: Above commands override defaults used by stock characters that don't have them
Refined waypoint node mouse detection for better selection of zone vs waypoint paths
AI bots can now move across multiple-zones in one movement, no more pausing mid-run
AI bots now detect the closest zone to the player, and make an extended path to it
Removed code which set characters to immobile with Y position 20 units above floor
Created new COMBATSHOOT module so can retain AI_SOLDIER.LUA placement and call new AI
Allowed third person character script to remain in tact (for tricks involving TPP)
Added 'tpp\\thirdperson.lua' to scriptbank for any TPP script overrides for character
New Solider script (combatshoot module) will resort to kicking if get too close
RotateToPlayer now updates visual object now object control decoupled from AI
All zones now collect obstacle data to ensure good pathfinding above default ground
Added 11 solid doors to the Fixtures folder for additional choices, thanks to Peter!
Lowered 'fine grain' obstacle generation from 30.0 to 14.0 for better stair detection
Ensured when place down entity, waypoint node at location not moved until first release
Added 'forceobstaclepolysize' to FPE to allow control of 'obstacle slice' resolution
Fixed 'door awareness' for AI, which can block path decisions for closed doors
NOTE: An entity is a AI Door if the first 4 characters of the script is 'door'
Fixed issue of doors thare are collision offset not blocking AI obstacles properly
NOTE: To remove terrain physics altogether, use 'superflatterrain=2' in SETUP.INI
Player now registers correct zone/container ID using height within the world
Corrected how door bounds are calculated to always seal door gaps in EBE structures
Corrected rotation logic for camera override for simpler and more accurate attacking
Added 'ForcePlayer(angle,force)' command to allow kicks to knock back the player
Combined new AI scripts into more organised modular system to maximise code re-use
Added missing 'AIPathGetPointY' LUA command for better control of 3D nodes
Commented out old AI globals (will affect any scripts using old AI system)
NOTE: To continue older script projects, you can comment global.lua OLD-AI back in
Added 'AIGetTotalCover,AICoverGetPointX/Y/Z and AICoverGetAngle' from Cover Markers
NOTE: Can now obtain all cover marker positions and angles within LUA script (go nuts!)
Improved COMBATSHOOT system for path follow, kick, cover, seek and shoot
Added 'IFUSED' field to Cover Zone marker and provided access in LUA using AICoverIfUsed
Added 'AICoverIfUsed' to commands which returns the IFUSED string into script
Added code to detect if DBO in FPE does not exist, and tries to use .X file instead
Added 'GetAmmoClipMax, GetAmmoClip and SetAmmoClip' commands to manage character reloads
Updated all stock characters with revised animation set for new AI scripts
Updated all core Ai scripts to new modular system
Improved AI debug view so container zero obstacles and paths follow the terrain geometry
Modified The Big Escape level and increased soldier aggression (i.e. some now not guards)
The Floor Zone marker is now created as a square to better fit quick floors in structures
Removed redundant cover zone code now we have exposed the cover zones to the LUA system
Loading FPM levels now first clears temp folder of all EBE files and textures
Entities marked as dynamic isimmobile=1 are now treated as obstacle creators
Improved soldier Cover behavior to leave cover strategy if get hurt
Tested all sample levels to ensure AI reflects improvements

V1.14 : Easy Building Editor

Improved performance of Gem World demo by reducing camera draw distance and adding fog system
Changed vShadowTexCoord.z bias from 0.0003f to 0.00009f to fix realtime shadows (entity/static/char)
Added missing DarkAI commands and additional help in Docs\DarkAI Documentation\*
Added new FAQ section to main TGC site to collect and centralise all Lee answers in 2017
Changed SAO bias from 1.2f to 1.48f to reduce artefacts in final rendering
Added a fix to ensure all GameGuru MessageBox pop up in FRONT of IDE not behind
Added SAVE button to EBE Entities so they can be saved to the Builders tab
Added code to save EBE when save level, load when load level, and load EBE from Builders tab
Increased capacity of EBE grid to handle FULL 3D volume (200x200x200 cubes)
Reinstated FirePlayerWeapon(2) functionality
Fixed GetAmbienceIntensity() and similar visual setting retreivers
Optimized the EBE creation/edit step so mesh assets are created on the fly, removes delay-start
EBE now retains editing settings from last EBE edit site, quicker productivity
Added simple STAIRS prefab to EBE constructor so can quickly make navigatable multi-level rooms
Added first-round of matterial and wall textures to EBE 'texturesource' folder (370MB)
Fixed issue of ResetPosition() command not returning characters to the specified location
Added mipmapping to EBE grid system so pixel swim has been eliminated from gadgets
Added ability to right click on any texture within plate to choose a custom texture file
Fixed PFB system to allow larger prefab shapes to be crafted and used (20x20x20 columns)
Fixed issue of mouse pointer disappearing on file requesters after using free flight mode
Added 'preservemode' to PFB system to allow wall types to gracefully add and delete
Added system to create a border to the texture plate to allow seamless atlas textures
Adjusted UV coordinates of textured cubes to allow sub-pixel seamless texturing
Fixed CHURCH DOOR entity so it does not disappear for one cycle when closing
Fixed issue of entities keeping their lightray mask after clone/instance switch
Replaced Freaks\Elhumongo and removed Viral Outbreak\Jaws and Medusa from asset library
Fixed issue of 'Site Switching' only works when click another EBE site - not any entity
EBE no longer persists if start a new level whilst creating an EBE structure
EBE no longer crashes if edit an structure after an attempt to lightmap it (F4)
Added single stage UNDO and REDO to EBE editor for convenience of one-off mistakes
Added Help Panel to show keyboard shortcuts for the EBE editor system
Added improved STAIRS and new COLUMN PFB build shapes for complete basic set
Added two built-in preserve modes for more intuitive building for new users
Fixed issue of staircase rotation corrupting right facing constructions
Added subtle arrow to cursor highlighter so can determine rotation direction
Created simple TALLBUILDING to demonstrate EBE loading and possible multi-storey
Added 9 more textures to EBE texturesource and created default Texture Plate choices
Moved created EBE structures from inside ebebank to entitybank (ready for store selling)
Added 'EBE Material Types.txt' to DOCS to instruct user on what the material letters mean
Added support for assigning material references to each texture in plate
Added support for saving and loading material information between EBE entities
Added new G_LIGHTS_DATA constant to shader sends, use .X to gain access to light quantity
Above constant will allow some clever shader writer to increase overall performance!
Added code to inject EBE material choices into physics for footfall sound effects
Added code to inject EBE material choices into geometry for bullet impact effects
Fixed lightmapper to detect and lightmap EBE structures as regular entities
Fixed issue of materials 16, 17 and 18 not converting to the final optimized object
Added rest of material sounds back into load sequence (materials 4-16 were missing)
Material choices now carry through to lightmapped version of the EBE structures
Removed spikey sphere handle mesh from lightmapping process (editor mesh artefact)
Added texture group references into EBE file to track which textures were used
Unique filename generated for EBE texture arrangements so can share texture files
Each EBE structure saved now has its own 'unique-named' texture set
You can now switch between two different Texture Plate groups
Fixed issue of specular settings not carrying to prebaked static entities
Added SpecularOverride to static_basic.fx shader so specular setting can work in prebake
When EXTRACT entity, any child entities are also extracted, moved and rotated as a group
When pasting extracted entity group, child references are maintained
Fixed issued with group highlighting disengaging when extract/paste process over
Built-in functionality to save and load parent/child associations for FPM levels
Added new field to FPE called "offyoverride" which overrides Y offset to correct models
Added new scifi door/lift sound effects to the audiobank folder
Added new doorautolegacy.lua script to control a door frame animation (proximity)
Now the entity link system disables the 'findground' system for better connecting
Added new 'GetEntityAnimationStart and GetEntityAnimationFinish' LUA commands
Added 8 new doors with frames to entitybank\fixtures\doors folder
Added 5 new windows with frames to entitybank\fixtures\windows folder
Added 3 new roofs to entitybank\fixtures\roofs folder
Updated F1 help screen to show 'L + DRAG = Link Entity' functionality
Reset EBE editor state when start a new level
EBE entity no longer corrupts when enter and exit the entity LOCK system
Prevented child entities from detatching when mouse exit and enters edit area
When PGDN EBE cursor to ground, will now reset to zero layer even if grid size > 1
Added new ROW shape to the EBE prefab shapes to allow quicker hole punching task
Changed preserve mode for Column so it does not respect cubes next to it
Added special case for EBE grid size so ROW shape can match 1 cube high dimension
Fixed issue of EBE surfaces that share materials no longer sharing texture ref
Adjusted visual defaults of GameGuru to prefer HIGHEST and stronger color settings
Fixed LightRay shader to accept the adjustment from the Lightray Mode slider
Finally removed the EBE grab marker from the lightmapping blocker list
Adjusted the EBE entity grid offset to match regular 100x100 global grid system
Written 'forcesimpleobstacle = 3' for all EBE structures to give them better AI
Updated Door and Window Frames to use 'forcesimpleobstacle = 3' (as above)

V1.1331 :

Added extra toggle text to F and G modes to help new users to the editor view types
Fixed issue of specular not working on entities that are not characters
Updated global.lua to include the SetPlayerRun(x) instruction

V1.133 :

Optimized entity loops to favor dynamic elements (do static entities need loop and animloop functionalities)
Limited DarkAI to only control AI bots within a 2000 unit range (only AI bots within game play area matter)
Improved occluder with predictive occlusion (marches in advance of player motion) - stops disappearing walls
Fixed bug which stops updating lightray render when terrain is hidden (F11 terrain off mode)
Added secret backdoor password for Restricted Content Mode (9119 unlocks restricted content mode)
When playing video in standalone executable, left click now ends the video as designed
When video playback is stopped, the sound is also stopped (used to carry on to the end)
When play video in standalone, on exiting video, no longer shows low FPS warning
Added new END COLLISION field to entity properties; can now switch off collision of ragdolls
Added new OCCLUDER and OCCLUDEE fields in properties to control per-entity occlusion states
Added new SKYSHADER and SKYSCROLLSHADER fields to SKYSPEC.TXT file to allow custom sky shaders
Added new LUA command "SetPlayerRun(x)" where a value of zero in X will disable player ability to run (SHIFT)
Added 12 new Zombie sound effects to "audiobank\zombies" to improve 'repetitiveness of current audio'
Added 3 new sound slots to all entity properties (Sound2, Sound3 and Sound4) for more LUA opportunities
Fixed issue which prevented SOUNDSET slot to be used by regular non-voice sound file
Updated AI_FASTZOMBIE, AI_ZOMBIEWALK and AI_ZOMBIEWALK3 to use new Zombie sounds
Fixed MAJOR LUA script issue which would call _init 'BEFORE' preparing g_Entity structure
Improved AI_FASTZOMBIE to fix issue of roar responding to sound but not chasing the player afterwards
Further improved AI_FASTZOMBIE to increase ferocity of attack and manouvers - a taste of better AI
Added new field to FPE called 'endcollision' which when set to zero will disable collision of ragdolls
Fixed issue of camera locked third person locking onto itself when firing fireball
Fixed lua_setfreezepositionXYZ and lua_setfreezepositionAXYZ commands to use floats (not ints)
NOTE: You can use 'ignorematerial = 1' in GUNSPEC file to hide the decal impact from weapons fire
Fixed issue of third person weapon not activating when move from level 1 to level 2
Ensured lightmapper updated with new entityelement/profile data structures
Added the following new LUA commands for attribute control of any in-game weapon:
GetWeaponSlot: GetWeaponSlot ( index ) -- Gets WeaponID from slot, index is 1 through 10
GetWeaponID: GetWeaponID ( GunNameString ) -- Gets WeaponID associated with current GunNameString
GetEntityWeaponID: GetEntityWeaponID ( e ) -- Gets the WeaponID associated with the entity specified
SetWeaponDamage: SetWeaponDamage ( WeaponID, FireModeIndex, Value ) -- Sets damage value of weapon
SetWeaponAccuracy: SetWeaponAccuracy ( WeaponID, FireModeIndex, Value ) -- Sets accuracy value of weapon
SetWeaponReloadQuantity: SetWeaponReloadQuantity ( WeaponID, FireModeIndex, Value ) -- Sets reload quantity value of weapon
SetWeaponFireIterations: SetWeaponFireIterations ( WeaponID, FireModeIndex, Value ) -- Sets shot iterations value of weapon
SetWeaponRange: SetWeaponRange ( WeaponID, FireModeIndex, Value ) -- Sets range value of weapon
SetWeaponDropoff: SetWeaponDropoff ( WeaponID, FireModeIndex, Value ) -- Sets dropoff value of weapon
SetWeaponSpotLighting: SetWeaponSpotLighting ( WeaponID, FireModeIndex, Value ) -- Sets whether weapon uses spot light effect
GetWeaponDamage: Value = GetWeaponDamage ( WeaponID, FireModeIndex ) -- Get damage value of weapon
GetWeaponAccuracy: Value = GetWeaponAccuracy ( WeaponID, FireModeIndex ) -- Get accuracy value of weapon
GetWeaponReloadQuantity: Value = GetWeaponReloadQuantity ( WeaponID, FireModeIndex ) -- Get reload quantity value of weapon
GetWeaponFireIterations: Value = GetWeaponFireIterations ( WeaponID, FireModeIndex ) -- Get shot iterations value of weapon
GetWeaponRange: Value = GetWeaponRange ( WeaponID, FireModeIndex ) -- Get range value of weapon
GetWeaponDropoff: Value = GetWeaponDropoff ( WeaponID, FireModeIndex ) -- Get dropoff value of weapon
GetWeaponSpotLighting: Value = GetWeaponSpotLighting ( WeaponID, FireModeIndex ) -- Get whether weapon uses spot light effect
Added legacy terrain generation system when select NEW RANDOM LEVEL from FILE menu (by popular request)
NOTE: Further increased terrain randomness by changing old fixed range (6) to new (5+Random(4)) for better choices
Fixed issue of game running slower after a saved game reload
Updated Classic Character Scripts (from expansion pack) thanks to SmallG's scipting talents!
Prevented sky messing up when save standalone (removed auto NIGHT export for now)
Now saves out textures from internal ELEPROF and parent ELEPROF data (MMS level textures)
Shifted 'graphicsmediumgrass=high' and 'graphicshighgrass=highest' for better default export in SETUP.INI
Added code to TITLE.LUA to reinstate the auto-title-music feature, just add TITLE.OGG to DEFAULT folder
Fixed issue of distant path-based AI bots stuttering by allowing ALWAYS ACTIVE flag to work within AI system
Also increased AI deactivation range so that the stutter is never seen (3000 now same as GG range disabler)
Improved random terrain generator to create good balance of flats and hills (more like legacy system)
Fixed issue of DOF not working when SAO is zero
Added support for per entity specular modulation, specified as a percentage of the global specular setting
NOTE: Above feature can overexpose specular for cool metallic effects on entities of your choice!
Fixed issue causing some characters (zombies no ragdoll) to get hit/headhot and not use fall animation
Added code to character physics vertical positioning so AI like Clown Zombies find the Asylum floor
Improved constants (TIME,SINTIME,DELTATIME) passed into shader so they use PerformanceCounter precision
NOTE: The above affects sky scroll shader, grass animation, anything that uses timer for shaders
Extended higher precision timing code to physics update for triple-figure FPS fidelity
Extended higher precision timing further to include time slicing logic for all in-game logic
Solved the slight jerkiness when mouselooking quickly - now SMOOTH AS DATA'S BOTTOM - Oh yeah!
Fixed issue of SAO = Zero triggering SAO shader instead of BLOOM shader in recent beta fix
Changed defaults in VISUALS.INI to HIGHEST by default - improve first impressions of GameGuru

V1.132 :

Fixed issue which caused 'hidelowfpswarning' in SETUP.INI to be ignored
Move LUA and AI processing to AFTER PHYSICS/PLR code in main loop so scripts have more up to date plr/camera values
Added new 'zdepth' field to entity FPE file which can disable the zdepth render order (it will draw like a HUD weapon)
Fixed issue of GUNSPEC 'textured' field not finding internal HUD.X model textures when it was blank (legacy medieval weapons)
Added 'usespotlighting' as field in GUNSPEC to control default as to whether projectile has dynamic spot lighting
Added 'usespotlighting=1' to Modern RPG weapon and Fantasy Staff weapon to ensure they use spot lighting
SCIFI PACK: Updated Buildings and Interiors with correct AI obstacle settings
Changed geometry for Light marker so you can better manipulate in 3D free flight mode
New GAMEDATA.LUA that now supports global tables (thanks to feature and bug work by that fine fellow; Rickie Allen)
Added extra functionality which disables auto-removal of dead characters if ALWAYS ACTIVE is YES
Fixed bug in LUA spawn command which confused the entity parent ID (would cause strange behaviours)
Fixed issue of repeated calls to SetObjectEffect internally when SetFogRed(x), etc is called (performance hit!)
Used setForceUpdateAllAabbs( false ) in physics engine to speed up handling of static meshes in physics scene

V1.131 :

Fixed both (Peek) behavior character soldiers to now use ai_cover.lua
Added OBSTACLERADIUS to SETUP.INI to control the margin radius of static obstacles
Fixed issue of gun and entity animations freezing when DEBUG MODE shows AI markers
Added 'lightmappingexcludeterrain' to SETUP.INI which can switch off terrain shadows
Accelerated speed of the 'create smoothing normals' inside lightmapper
Improved the lighting levels of Asylum level and changed the sky to hide occlude flick
Changed initial default to DDS when selecting new texture in IMPORT MODEL feature
Modified INVISIBLE WALL entity to use default.lua (from old easter script)
Added support for better importing of FBX static meshes (skinning sidelined for now)
The IMPORT MODEL feature now remembers the last import folder location
Added [W][S] in IMPORT MODEL to move camera up and down to better view the target
Added MouseWheel in IMPORT MODEL to zoom camera in and out to better view the target
When using scaling slider, no longer interfers with object rotation if object large
Toggled Texture Loader so PNG is the preferred image type looked for (good for FBX import)
Added invisible wall script and fixed invisible wall entity
Updated the DOCS file on importing models to include a section on Shadow Management
Added new Geo Twizzle and Center Mesh options for finer control of FBX importing
Added CULLMODE to Import Model Panel for some entities which are cull inverted
Added new LUA command 'GetTerrainHeight(x,z)' which returns the terrain height at that point
Fixed a bug so that characters now report their true height via entity[e]['y'] in scripts
Fixed RADAR.LUA to allow objectives to disappear (including change to OBJECTIVE.LUA)
Now restored collision box markers when reload an FPE entity back into IMPORTER
Changed button highlight for IMPORTER panel buttons and renamed to 'Height Guide'
Added new showdebugcollisonboxes=1 in SETUP.INI to visualise collision box shapes
Fixed issue with collisionbox shapes shifting when scale and rotation applied to them
Fixed issue so g_PlayerAngX, g_PlayerAngY and g_PlayerAngZ now wrap angles to 0-360
Increased Sprite and Image maximums in LUA script system to 10,000 each
Removed the WIDTH, HEIGHT and DEPTH from SETUP.INI in Standalone as they don't do anything
When saving a standalone with multiple levels, the test game splash no longer appears in error
Changed prompt to correct text of "LOCKED - Hold SPACEBAR and click to unlock"
When making multi level standalone games, weapons collected in previous level carried over
Ensured [GAMEMENUOPTIONS] is copied to SETUP.INI in Standalone, and that it works fully
Added SAO (Scalable Ambient Obstruction) to Post Processor (needs DOF or MB > 0 to work)
Added 'invisible_wall.lua' to script bank so invisible wall entity no longer black when rendered
Fixed weight and friction so they now affect all objects in the game
Weight value now changes the weight of ragdolls when created from dying characters
Added sliders for SAO Radius and Intensity
Fixed issue of SAO effect bleeding through FOG layers
Added much asked for LOAD SOUND command (see bottom of global.lua for new command descriptions)
Added LoadGlobalSound,DeleteGlobalSound,PlayGlobalSound,LoopGlobalSound,StopGlobalSound
Added SetGlobalSoundSpeed,SetGlobalSoundVolume,GetGlobalSoundExist,GetGlobalSoundPlaying,GetGlobalSoundLooping
Fixed issue of SAO effect bleeding through FOG layers
Fixed issue of SAO not working on some cards that do not support 1920x1080
Character shader no longer switches out after 3000 units (now respects AlwaysActive)
Fixed SAO transparency on character shader revealed when adding trees to scene
Fixed major issue which caused larger levels to lose normal and specular textures (image vs texture resource)
Added code to correct flicker issue caused by low velocity issues in motion blur technique
Fixed issue of random noise generator in SAO linked to screen, now linked to world positions
Fixed issue where LOD2DISTANCE not specified and breaking entities that only have LOD1
Player camera (FPS) now stops instantly (no wobble fade) to prevent SAO swim artifacts
Added extra logging to .LOG file to show what LUA scripts loaded (and if any failed to load)
Added new link in IDE Help Menu to view the GameGuru user manual (previously alittle hidden)
Increased LUA config maximums to allow larger levels to run logic (improved scripting)
Recompiled LUA module to not use Optimization flags to improve stability (large LUA level crashes)
Simplified SAO to not generate a noise vector for the moment - clever but produces swimming effect
Added 'GetFogNearest' through 'GetPostDepthOfFieldIntensity' for getting current visual settings
Fixed issue of IDE crashing if you click outside of an entity icon
Increased velocity caps on motion blur to avoid distant flicker on some scenes
Fixed an issue where the forth bone of boned weapons was being ignored
Fixed issue of characters set to ISIMMOBILE from floating above the floor
Fixed SAO shimmer and was able to put noise function back in for much better SAO effect
Updated RADAR.LUA script to remove hard coded coordinates of radar image (thanks to RETROGAMEBLOKE)
Increased MUSICSYSTEM_MAXTRACKS from 4 to 32 to allow dynamic music system more freedom
Character entities using RAGDOLL=0 now works with third person so death/impact animations used
Added support back in for SETUP.INI fields xbox, xboxinvert and xboxcontrollertype (XBOX Controller)
Static entities in level set to "Spawn At Start = No" no longer get lightmapped during LM process
Fixed sound and music volume so they respect stored settings when start each new level
Dynamic music no longer stops when enter games menu, only instance sound effects
Added new POST-SAO.FX to free regular BLOOM shader pass for a much quicker non-SAO rendering

V1.13 :

Removed hard coded headshot damage multiplayer (now in LUA scripts)
Updated ARROWS ammo to include ammo pickup sound effect
Fixed CharacterControlArmed to re-arm character after Limbo state
Fixed issue of adding waypoint and zones mix, AI paths get corrupted
Fixed issue so waypoints of zero points do not create AI paths
Fixed issue so explodable damage from entities correctly applies to player
Fixed issue of correct damage fall-off based on proximity to explosion
Correctly reversed the blast-back force of an explosion against the player
Standalone save now stores player weapon, health, lives
Standalone save now stores all weapon slots, ammo and pool ammo
Changed DOWNLOAD STORE ITEMS text to remove 'reloaded' reference
Added INVISIBLE WALL entity to Scenery folder (a useful level design tool)
Standalone save now stores entity data (position,collision,active)
FANTASY DLC : Sample level fixed to allow characters to use correct scripts
EASTER DLC : Fixed scripts that relied on EggRadar and EggCount globals
Fixed issue with saving a standalone from a level file in the root folder of mapbank
Projectname no longer extends with garbage copies of itself (related to above)
When use new 'allowfragmentation=1' flag to speed up menu restart, now deletes rogue sprite
Fixed the BLUE DOOR entity so it no longer momentarily disappears when closing
Adjusted the g_Time value in the engine so it cannot return a reversed time count
Standalone save now records the 'level file' the game was saved at (for later reloading)
Standalone load now loads correct level immediately from main menu and from different levels
Doubled the speed of the fade out when leaving a level (quicker slicker feel)
Now freeze more of the game and game logic when loading a new level in (fade out step)
Standalone now deletes all entities when level ends, ensures 3D not shown back in menus
Added code to clear occlusion objects before each level and after level frees resources
The FPS WARNING prompt no longer pops up after leaving the game menu system
Prevented entity damage (such as headshot) carrying over to a new game session (reload)
Stopped enemy to ragdoll pausing mid-fall due to a timing issue
Improved speed of game progress reloading (removed expensive FOR DO loop in LUA)
Added code to skip sending g_Entity data to LUA if entity is static (no use in LUA)
Standalone save now detects in-game spawning and restores them properly
When use LUA mouse override command (activatemouse), prevents 'windows' mouse from moving
Fixed start marker position of GEM WORLD level so Standalone Game runs correctly
When UnFreezePlayer called, player position is restored exactly (no Y shift issue)
Created a standalone installer for Educational Usage (using INNO installer)
Changed the way entities are unlocked, you now need to hold down the SPACEBAR
SPACEBAR one-press can also be used to dehighlight all rubber-band selected entities
Removed Easter Game Standalone from core product (watch out for new version in 2017)
Added new Toggle Parental Control and initial intro to allow parents to hide violent content
Added new parental control black list for entities not suitable for kids
Loading different levels in standalone back and forth no longer freeze
Increased entity objects allowed in level to 20,000 (per level) - fixes related crash
All sprites created during level LUA scripts are deleted before next level
Added a black screen when click Load Game to give instant response if load time long
Fixed Gem World game player start marker to be above ground floor in windmill
Added new Masked Civilian (non combat) character for Parental Control choices
Prevents third person player from animating and moving physics when frozen
NOTE: Important Rule; any user-script globals you want saving need to start with "g_"
EASTER DLC: Updated all scripts to rename key gameplay globals to use "g_" as above
Added support for importing some FBX model types (there are MANY variants here)
Fixed issue of dragging in new FBX entity, now same size as final entity in editor
Added MATRIXMODE to FPE fields which adds a transform with the original model matrix per limb
Fixed issue which forced RotateToPlayer/LookAtPlayer command not to work when not moving
Increased the reaction time for enemies using ai_soldier.lua script (slightly better AI)
Fixed issue causing new fixed CharacterControlArmed() to fail if character has no weapon
Fixed issue of level contents disappearing on return to editor - occlusion clearance code
Renamed Parental Control to Restricted Content - better reflects purpose of feature
Included NUMPAD on larger keyboards in the detection of Restricted Content password
Added new TransportToFreezePositionOnly() LUA command to force new player XYZ (not angle)
Added new 'floating_platform.lua' to show off how to associate player with moving entity
Added new 'GetEntityFilePath(e)' LUA command which returns the entity file path (useful)
When set enemy CAN TAKE WEAPON to NO, weapon now disappears with character when removed
Modified Rocketman animation ranges and improved scripts for slightly better AI response
Fixed issue of unspawned enemies showing on radar before they have beenin-game spawned
Fixed issue of newly added FANTASY DLC Creature not appearing when use test game
Restored speed of FANTASY DLC sample level to full speed, related to above bounds fix
Fixed issue of the IDE entity browser crashing if enter a folder with > 1000 items

V1.121 :

Added documentation of PasteSprite, a new command to render sprite in LUA-time
Added new PasteSpritePosition ( spr, x, y ) as above but specify XY coordinate
Introduced new SAVE and LOAD menus to the Standalone Executable
Updated Save Standalone LUA scripts to use style.txt to indicate folder location
Added common fillgameslots.lua in titlesbank for central game slot handling
Added SetFreezePosition(xyz), SetFreezeAngle(xyz) and TransportToFreezePosition()
Save game position now stores; player position and player angle
Added code to delete zone markers if map.way missing in FPM file and testmap folder
FANTASY DLC : Added first person weapons for SWORDS and AXE
Added code to hide weapon selection if have no first person model (HUD.X)
Added code to not offer CAN TAKE WEAPON in character properties if no HUD.X
Added gamedata and restoregame LUA scripts to handle game state functionality
Game now restores game state from LOAD menu in MAIN MENU or IN-GAME MENU
Fixed issue of HUDs disappearing in standalone executable
Added 'Outline72' font to the fontbank for use in LUA scripting
Added 'noxzrotation' to FPE to deactivate XZ rotation on spraying this entity
Runtime Error Messages now use the TOPMOST flag so they are not hidden when shown
Added extra runtime information to CreateSprite when image number not loaded
When the DESTROY command is called in LUA script, entity health is now set to zero
Fixed an issue with multi-level games not saving standalone properly
Added new STANDALONE menu to IDE to host Easter Game + Easter Game Standalone
Removed limit on player 'grunts when hurt', now happens anytime, not last 25%
Externalised the Player Health Regeneration code into new gameloop.lua script
NOTE: Above architecture will help shift more hard coded mechanisms into LUA
Fixed issue causing nested ingame LUA menu to trigger invisible FPS warning box
Moved drawing of weapon HUD so HIDEHUD system not making it disappear
GameLoop.lua now included in Standalone Executables

V1.12 :

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 dymamic 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 Abandonned 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%

V1.112 "Christmas BETA":

Global.lua now lists all new direct call commands in comments at the bottom of the file
Fixed MP issue where being killed by an uzi would spawn you back and continually kill you
Fixed MP issue with CC characters bodys not showing up until camera is moved
Fixed MP issue where ragdoll force was never ending
Corrected typos in sharing custom content
Fixed crash in multiplayer when landing a headshot on another player
Fixed issue with saving custom media maps that was not producing the information needed by multiplayer - you may need to resave your map containing custom content before hosting multiplayer
Fixed an issue where a black bar would show up on the loading screen in multiplayer and then single player
Fixed issue of entities not highlighting when return from test game (lowest shader setting not taking glow value)
* NOTE: Remember to use FULLBOUNDS=1 in your FPE if you want to detect limbs that move out of range of the original frame zero bound box
Added 'detectcoloff' field to GUNSPEC.TXT which will allow guns/interactive weapons to HIT entities using CollisionOff(e)
Added 'ignorematerial' field to GUNSPEC.TXT which will skip material decal impact visual and sound when bullet hits any surface
Added new global.lua field called g_PlayerGunName which reports the name string of the currently selected weapon
Added new FirePlayerWeapon(mode) command which forces the player weapon to fire in mode 1 (left click) or 2 (right click)
* NOTE: Above FirePlayerWeapon command can be used to constantly fire 'interactive weapons' to create entity highlighting in-game
Added new LUA command 'ChangePlayerWeapon(str)' which will force a weapon change to the gun name specified
Fixed issue causing character shader to ignore dynamic lights on MEDIUM which they should respond to
Added a new command called ChangePlayerWeaponID(v) where v is the ID of the gun (from g_PlayerGunID)
Changed some LUA scripts to use math commands to convert between degrees and radians for consistency
Fixed a memory leak in the engine that occurred when determining limbs for characters
Fixed a memory leak in the engine relating to string token manipulation
Fixed a crash that would happen when a large amount of character creator entities were in a map
Fixed a crash that would occur when a large amount of custom physics boxes produced by the importer was used
Fixed door.lua to correctly allow for the door to open before switching off collision

V1.111 :

When a sprite is created it is now set to a default depth of 10
Fixed radar.lua to use SetSpriteDepth rather than SetSpritePriority (which doesn't exist)

V1.11 :

New Gem World game added, with lots of new content!
Fixed a slow down in the IDE when not selecting an object or scrolling with WASD or arrow keys
Importer collision tab drag handles now work
Character Creator now reports head limbs being shot and has been added to lightray render
Fixed an issue with Character Creator heads not displaying correctly
UnFreezePlayer() no longer has the fade in effect or resets anything in the game
The Occluder no longer causes shadows of occluded objects to not be rendered
Fixed an issue where fairly large objects would be distance occluded far too soon
Fixed a memory leak relating to keyboard input
Fixed a crash that could occur in multiplayer when a selected avatar has been deleted
Fixed an issue with the occluder where certain objects would flicker
Added a new LUA command SetSound(e,v) to be used before functions such as SetSoundVolume(vol) which do not specify a sound to use
The Download button in the Store Downloader is not ghosted out whilst updating the list of items
Fixed a LUA bug where GetInkey() would report the previous key pressed when a shift key was held down
Added new keyboard, mouse and entityinzone LUA commands and scripts
HeadShot feature added
Added lightmapping settings in SETUP.INI for higher quality shadows
SetAnimationSpeed now accepts a negative number to allow playing in reverse
Fixed Dynamic music system (new scripts included)
Fixed an issue with the lightmapper that ignored certain objects scaling

New LUA Sprite Commands (Sprite Test.fpm showcases the commands)
(size and position all use the percentage system, e.g. 50,50 is the middle of the screen)
* LoadImage: myImage = LoadImage ( "myFolder\\myImage.png" ) -- Anywhere inside GG Files folder (however it is best to put into scriptbank images folder for making standalones)
* CreateSprite: mySprite = CreateSprite ( myImage )
* DeleteSprite: DeleteSprite ( mySprite )
* SetSpritePosition: SetSpritePosition ( mySprite , x , y )
* SetSpriteSize: SetSpriteSize ( mySprite , sizeX , sizeZ ) -- passing -1 as one of the params ensure the sprite retains its aspect ratio
* SetSpriteDepth: SetSpriteDepth ( mySprite , 10 ) (0 is front, 100 is back)
* SetSpriteColor: SetSpriteColor ( mySprite , red , green, blue, alpha )
* SetSpriteAngle: SetSpriteAngle ( mySprite , 180 )
* SetSpriteOffset: SetSpriteOffset ( mySprite , 5 , -1 ) -- would be the centre for a 10% width image assigned to a sprite, passing -1 as one of the params ensure the sprite retains its aspect ratio
* SetSpriteImage: SetSpriteImage ( mySprite , myImage )

LUA Error and Stave Standalone messages can no longer go behind the window and appear to freeze the program
Removed objectives from the importer options as they are never used
New LUA command: SetPlayerWeapons(0) disabled player weapons, SetPlayerWeapons(1) restores them
New LUA command: SetAttachmentVisible(e,1). 1 sets the entities attachment to be visible (such as their weapon), 0 switches it off
New LUA command: SetFlashLight(1), 1 switches the flashlight on, 0 off
New LUA command: SetOcclusion(100), control the occluder from script! set the occlude from 0 (off) to 100 (max). 10 and under for minimal popping
Waypoints are no longer shown in the importer
Fixed the occluder to handle spinning round fast (The asylum doors would suddenly appear for example previously)
Entity highlighter is now back to normal, retaining the speed improvement to the editor
Sped up entity zoom in mode
Spray mode now has a range right similar to the dynamic lights
Added back spot flashes for player and enemies shooting
Added a modifier to all entity properties to control when LOD kicks in
New toolbar option which allows the selections of markers only
Fixed an undo issue with regards to raising terrain with characters on, then undoing
Ambient now does not contribute to shadows on highest entity settings
Picking up an enemy weapon now yields more than one bullet
Current editing mode is now displayed in window title area
Fixed an issue where an entity would turn to wireframe when still above ground
Fixed an issue with SKYSPEC file settings
Fixed an issue where the property panel would stay open if a video was selected whilst in properties
Shadow intensities now match when comparing real time to prebake
Fixed a problem with reseting weapons
Fixed an issue with using the widget and R key to rotate
Using return with clip mode finds the floor rather than the roof
Fixed PGUP and DN to respect the size of the selected entity when in snap mode
Adjusted free flight mode to not break the sound barrier
Fixed an issue where enemy fire decals were not displayed in the correct order
Fixed LUA command disablemusicreset
If SetAnimationSpeed(speed) has a speed value over 100, it is divided by 100. So 100 becomes 1.
Fixed an issue where updating an x file did not trigger a new dbo to be created
Fixed a LOD issue most apparent in the Warehouse level
New LUA command: SetFlashLightKeyEnabled(1) - 1 for on, 0 for off. Disables the flashlight key from being used
Fixed rocket enemy killing themselves after respawning
Fixed an issue with F9 mode where sometimes characters would not animate

[for more change log entries, you will find the changelog.txt file in the GameGuru root folder]
PC

Login to post a reply

Server time is: 2024-03-29 11:58:59
Your offset time is: 2024-03-29 11:58:59