Product Chat / GameGuru 2017.02.28 Progress Update

Author
Message
LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 8th Feb 2017 17:41 Edited at: 28th Feb 2017 01:36
Now the dust has settled on the V1.14 release, I have found a few issues that really should be part of the V1.14 side of things, so I have spent a few days on those, and I hope you will find the time well spent (as it does subtract from AI work time). Here are the tweaks so far:

8th February 2017
Before you think I am super-human, this is not one days work, it's the tasks completed since the V1.14 was launched and includes everything from essential V1.14 fixes through to new additions and core improvements.

* Waypoint nodes no longer being edited when in EBE mode
* Fixed crash bug caused when you place an entity then immediately 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

10th February 2017
Well, it's Friday again, and much progress made. Happy to begin the weekend with AI underway and shaders being fine tuned in the background. As you may know, good AI begins with characters that don't slide about and do silly things, so I spent a little time looking to refine a pipeline to get nicer characters into GameGuru. It will also combat the general opinion that all GameGuru graphics are from 2002. After some scouting about, I figured the quickest way to get some good custom characters was to use Fuse, Decimator and the FBX2GG tool. I quickly discovered the rules on how to do this, and also had to improve the GameGuru object loader to fix the mesh after the decimation process, but ended up with a nice enough looking model (see post on this thread). I had to create a spin-off shader which ignored tangents, and this is something I will continue to chase for a fix on, as I think the potential is huge if we can smooth the process of getting characters in from the Fuse character creator. Part of this was adding support for normal, specular and gloss map loading as part of the FBX master model data, but during the FBX2GG conversion process the normals seem to be inverted and the UVs messed up enough to make tangent/binormal calculations go nuts. This small side mission became crucial when it came time to animate and move the character, as I wanted the new AI system to have the ability for excellent, if not perfect, foot planting. It turned out that a little technique I thought of allowed me to use FBX animations (and there are hundreds of them you can use for free for you via Adobe ID) and track the 'off-center' movement of the animations and re-center them so the object collision and other concerns stayed in tact. The result, achieved late last night, was a slowly lurching female zombie that had perfect foot planting, looked great and ready for the next tasks which is more animations for different actions and path finding the player and/or key locations (such as dynamic obstacle avoidance). Anyhoo, more of this on Monday, and in the meantime here is my list from today:

* 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

13th February 2017
After a nice relaxing weekend, and about five hours of playing FarCry 4, I am raring to continue my A.I adventures, starting with the basics. As many of you know, we never really got rave reviews over our Zombie creatures, and so it made sense that one of the first things I addressed was the stupidest of the characters in GameGuru. I have almost finished the scripting for a new Zombie which runs at you, sinks its teeth into your neck and prevents you from running off or shooting for a while, reacts to being shot and my work on Tuesday will extend this to allow multiple enemies to flank, crowd the player, take turns to bite to keep you almost perminantly being munched on if there are too many zombies, and finally speed up when they are hurt to make sure you finish what you start if you decide to shoot one of them. In order to achieve this, it moves me nicely onto dynamic avoidance, crowd movement and my favorite will be pathfinding upstairs and hiding in creepy EBE rooms. Really enjoying this work!

* 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

14th February 2017
Another gone-midnight today, but managed to steal a little victory and get started on the path finding elements today. The trick was always trying to find a way to sync the physical movement and the animation of the object, and it was always a win for one but never the other. Thanks to my new MoveWithAnimation idea of using the animation itself as a guide to perfect foot planting, I extended this movement style as the driver for now the AI must work, and thanks to this, I can now get rid of movement speed when the above technique is used, and the AI now follows paths entirely at the pace the animation dictates (of course you need the right kind of animation but we will get to that closer to release). It also means entities can blast along the path at high speed without losing it's way. Also discovered an AI bug related to obstacle data becoming corrupted on subsequent test game runs that 'might' account for 'many' of the issues being experienced with former versions of GameGuru. Now I am using the debug view every day, I can see this issue and fixing it will mean the AI bots will not try to walk through a solid obstacle wall any more, which is certainly the kind of thing you need when working on your game! My tasks from today:

* 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

15th February 2017
Been a mixed day, with a big win in getting the normals, tangents and binormals working for imported Fuse characters, and the addition of a Gloss variant of the character shader, but a long drawn out agony of trying to get my AI bots not to walk through each other. I fixed the issue from yesterday so they follow the path unflinching now, but I want them to choose a path and navigate AROUND dynamic things like other AI, not go nuts in closest proximity. It's another 14 hour day though, so my mind probably needs a break. Here is today's completed task list:

* 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 (Sort Of)
* Added new LUA command 'GetAnimationSpeed' to obtain the ANIMSPEED when entity first starts

16th February 2017
Another two-dayer glued into one, arg! Some good progress though, including the fixing of the capsule vs capsule collision system of the physics to use proper gravity force, so characters can walk over things and interact better against each other (good for mob zombies). Also added a great enhancement to the entity placement modes, so now by default it uses something called surface snap so you can place things on terrain floor, on entity floors, on entity and structure walls, no need for RETURN and other methods to get your entity to where you want it. As a bonus, you can now stack a cupboard full of shelves super fast now! Finally, and the crux of my goal today is the new nav mesh creation, container logic and the LUA commands that support it. As I write, about 1AM, I have my first container zone (called a Floor Zone Marker) editable, and it converts it to an inverted obstacle (essentially invalidating anything outside of the zoned area). Neat huh! Friday i continue this work and get the characters detecting their starting container zone, keeping within its borders, migrating to other zones via waypoint links and finally a first floor to connect to the ground floor. Should be lots of fun! For now, here is my meagre list of completed tasks:

* 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

17th February 2017
Where are these weeks going, is it Friday already. Well, this week was pretty nuts, 5 x 14 hour days and my brain and body feel it! Going to do some gardening on Saturday then go watch Wigan kick some rugby balls on Sunday, then return sometime Monday to continue the good fight. The zone pathfinding is getting better but not perfect and have got the AI bot to the foot of the stairs, I just need to give them a leg up now to reach the containers I have created for them. So close, but it's close to 2AM and I really should stop now. Going to upload the beta for the testers to play over the weekend, as there is much more than the AI to test out. For now, here are my completed items:

* 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

21st February 2017
After a Monday of catch-up, backlog and some travelling, I was ready with a full Tuesday to get some more AI done, amongst other small additions. My zombie characters can now chase me up multiple layers of EBE building (zone and connectors are created manually for now), and really take a bite when they catch up with me. There are a few niggles I would like to smooth out, but time is a wasting and I want to get more general tasks underway so as not to get too close to a specific kind of AI. The next few days I am gong to broaden my focus to better zone and connector editing, and a soldier AI script for shooting and scripted dodging. For now, here is my list from today:

* 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

22nd February 2017
They say a change is as good as a rest, and in addition, it's good to invent ways to get a new perspective after working on the same slice of code for 2 weeks, so I switched to a task which was always planned but never quite finished off. I also knew it was not a huge task, and today has borne that out quite nicely. In the next version, you will be treated to the much-anticipated feature "Third Person Mode For All Characters", which will allow you to drop in any character from the stock library, and most of the characters you have in addition, onto the Start Marker, and turn your games into Third Person Mode games. Just finished the movement, animation and shooting. Going to finish off melee combat on Thursday and then back to AI to polish off pathfinding (no pause across multiple zones) and then update the soldier AI (the fun part).

* 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)

23rd February 2017
It seems that the Third Person Melee Combat mode took longer than the morning I was anticipating, and took 6 hours in fact. The good news is that all unarmed or weapon-blended characters have basic attack now, and some FPE settings to tweak the essential elements. I have also sped up the editor which had a little issue with raycasting far too much, and even found time past 3PM to continue and complete my work on polishing the path finder, which now handles multiple characters charging across multiple zones and figuring out the closest zone to reach the player, all from a single AI command. Next on my list is soldier AI and some more scripting (ideally a nice cover position and leap behavior), inspired a little by FaryCry4 enemies and their ability to find cover quickly (a game I might play a little this weekend). That said, I really want to use some of the weekend for stability work and tweaks, to make sure all these new features don't go boom! Here is my day's devlog:

* 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

24th February 2017
I was hoping to get a full blast on the characters, levels and scripts today to get them all up to speed, but spent most of the time sorting out the finer points of effective soldier combat scripting, tuned AI pathfinding, zone editing and the introduction of door obstacles. Looks like my weekend turned into a working weekend! Here is my list so far (but plan to continue a while longer into the wee hours):

* 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'

25th February 2017
Well that's 12 hours of weekend I won't see again (but it was raining and windy so that's okay). My tasks today saw the addition of path following, cover positions and some more AI tweaks. I also made steps to ensure that my future AI scripts make maximum use of code re-use so it now uses a lot of modular design in crafting the behaviors. Hopefully Sunday I can go through the characters, levels and scripts using the stuff I have created to date and get everything tested and final tweaked. Here is my task list from Saturday:

* 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

26th February 2017
Another long weekend day, more rain, storms and code. Almost ready to test everything together now, so feeling good. Need to eat and sleep now, so keeping this short. My tasks:

* 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

27th February 2017
Finally at the end of my monster crunch slog to get the AI rounded off, and suitably tested. It's been a little crazy, especially the hours, but I am pleased to have battled through it to produce some nice new additions to AI behavior, and most critically, opened up the system to allow much more control on the LUA side when it comes to deciding how characters behave from now on. It is by no means complete (what is complete) but it achieves the primary goal which was to decouple the AI system from the animation and movement backend, and provide a cripsy pathfinding and avoidance system to take advantage of. I've also thrown in the first stab at third person for ALL characters, even those not designated third person or especially designed for third person, and so mileage will vary here. I have one more morning of testing then I will make this update available to all. My hope is that it won't be as easy to play through some of the sample levels now, and I plan to create a few videos and perhaps a twitch showing off the oodles of features I've added but not necessarily demonstrated.

* 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
PC SPECS: Windows 8.1 Pro 64-bit, Intel Core i7-5930K (PASSMARK:13645), NVIDIA Geforce GTX 980 GPU (PASSMARK:9762) , 32GB RAM

LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 8th Feb 2017 17:42 Edited at: 8th Feb 2017 17:46
The shadow improvement:

BEFORE SHADOW IMPROVEMENT



AFTER SHADOW IMPROVEMENT


NEW CUBE MAPPING

The new cube mapping effect (cube_basic.fx requires your own _cube.dds texture):
PC SPECS: Windows 8.1 Pro 64-bit, Intel Core i7-5930K (PASSMARK:13645), NVIDIA Geforce GTX 980 GPU (PASSMARK:9762) , 32GB RAM

Attachments

Login to view attachments
LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 10th Feb 2017 20:47 Edited at: 10th Feb 2017 20:49
As you can see, the new V1.141 beta stitches the vertex positions that are 0.008 out of alignment, and smooths out the normals to create a smooth skin finish, even without the assistance of the normal map and correct tangents. With the normal, specular and gloss maps working, it will look like it has 100x more polygons, but I will need to seek a higher power to get that. A small tutorial on how to create and import your own Fuse characters will be included in the final V1.141 but here is a taster.



Not bad for 7000 polygons! After this character, I made some zombies and crazy custom creatures. Definitely worth checking out Fuse on Steam, not least because it's free and the choice of animations you can customise your model with is huge!
PC SPECS: Windows 8.1 Pro 64-bit, Intel Core i7-5930K (PASSMARK:13645), NVIDIA Geforce GTX 980 GPU (PASSMARK:9762) , 32GB RAM

Attachments

Login to view attachments
LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 14th Feb 2017 01:09 Edited at: 14th Feb 2017 01:11
Here is a VERY short video showing the rush logic of my new super fast and aggressive Zombie. My goal is to make the Asylum level all but impossible for you to complete without some lightning fast reactions and spare use of health and ammo!


Notice how they get faster if you hurt them? Well now, imagine a building full of them - just a taste of the V1.15 Asylum for you.
PC SPECS: Windows 8.1 Pro 64-bit, Intel Core i7-5930K (PASSMARK:13645), NVIDIA Geforce GTX 980 GPU (PASSMARK:9762) , 32GB RAM

LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 15th Feb 2017 00:14 Edited at: 15th Feb 2017 00:17
As you can see from the shot my Zombie has lost her 'normals', but I am hoping some help from another community miracle worker can invert her normal vectors, and with a little luck restore her tangents and binormals. I have the textures all ready, and a nice cube map to provide some glossy gory tones, but some mesh repair is still required. Hopefully it will be done for V1.15, and then you'll see something pretty amazing!


In the background, my simple obstacle course to test the sound of Zombie footfalls on wood and other materials
PC SPECS: Windows 8.1 Pro 64-bit, Intel Core i7-5930K (PASSMARK:13645), NVIDIA Geforce GTX 980 GPU (PASSMARK:9762) , 32GB RAM

Attachments

Login to view attachments
LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 15th Feb 2017 23:26 Edited at: 15th Feb 2017 23:31
And so you don't have to look at flat diffuse ever again, here is the same Fuse character but with the tangent and binormal mapping applied:



And to see what the new character gloss shader and the Fuse character gloss map looks like, here is a scene with all the sliders dialed down to zero except the gloss map (which can be controlled from the gloss map AND the specular per-entity value in entity properties):

PC SPECS: Windows 8.1 Pro 64-bit, Intel Core i7-5930K (PASSMARK:13645), NVIDIA Geforce GTX 980 GPU (PASSMARK:9762) , 32GB RAM

Attachments

Login to view attachments
LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 17th Feb 2017 01:20 Edited at: 17th Feb 2017 01:21
Today's screenshot brought to you by the mighty Preben, who has kindly dropped off some nice shaders to augment GameGuru for the next update. Here is our stock kettle asset, using one of the new cube mapping techniques. Now we can make a nice cup of tea:

PC SPECS: Windows 8.1 Pro 64-bit, Intel Core i7-5930K (PASSMARK:13645), NVIDIA Geforce GTX 980 GPU (PASSMARK:9762) , 32GB RAM

Attachments

Login to view attachments
LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 18th Feb 2017 02:02 Edited at: 18th Feb 2017 02:03
And hot from the community factory, make your stairs much better with some Banisters. Thanks to Belidos for his much appreciated contribution, I am sure we will have more in this new category after a few more updates

PC SPECS: Windows 8.1 Pro 64-bit, Intel Core i7-5930K (PASSMARK:13645), NVIDIA Geforce GTX 980 GPU (PASSMARK:9762) , 32GB RAM

Attachments

Login to view attachments
LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 21st Feb 2017 22:47
Finally able to show you a little of the AI pathfinding work, starring our resident Fuse Zombie:


PC SPECS: Windows 8.1 Pro 64-bit, Intel Core i7-5930K (PASSMARK:13645), NVIDIA Geforce GTX 980 GPU (PASSMARK:9762) , 32GB RAM

LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 22nd Feb 2017 23:52 Edited at: 22nd Feb 2017 23:53
As evidence of the Third Person Mode For All Characters, here is the Assassin from the Medieval folder wandering around in Third Person within the Asylum level. On Thursday, the plan is to give her the ability to 'have at' those pesky Zombies!

PC SPECS: Windows 8.1 Pro 64-bit, Intel Core i7-5930K (PASSMARK:13645), NVIDIA Geforce GTX 980 GPU (PASSMARK:9762) , 32GB RAM

Attachments

Login to view attachments
LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 23rd Feb 2017 20:35 Edited at: 23rd Feb 2017 20:35
As you can see, The Big Escape level has a lot of stuff in it, but thanks to today's fix you no longer have to stutter your way through it while editing. The surface snap system now only kicks in when you are actually placing stuff down, and for waypoint node placement too.

PC SPECS: Windows 8.1 Pro 64-bit, Intel Core i7-5930K (PASSMARK:13645), NVIDIA Geforce GTX 980 GPU (PASSMARK:9762) , 32GB RAM

Attachments

Login to view attachments
LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 24th Feb 2017 22:50 Edited at: 24th Feb 2017 22:50
As part of my contribution to a new TGC banner to explain our range of game making tools, I was encouraged to create a new screenshot to reflect the state of play for the start of 2017, and this is what I came up with (nothing to do with AI progress, but it was a part of my very long day):

PC SPECS: Windows 8.1 Pro 64-bit, Intel Core i7-5930K (PASSMARK:13645), NVIDIA Geforce GTX 980 GPU (PASSMARK:9762) , 32GB RAM

Attachments

Login to view attachments
LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 26th Feb 2017 00:59
Spent some time getting the soldier to perform a variety of tasks, including the use of cover positions. Here is a quick video showing some of the other tricks, including the door blockers which can adjust the paths chosen by AI bots when you open/close them:

PC SPECS: Windows 8.1 Pro 64-bit, Intel Core i7-5930K (PASSMARK:13645), NVIDIA Geforce GTX 980 GPU (PASSMARK:9762) , 32GB RAM

LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 28th Feb 2017 04:11 Edited at: 28th Feb 2017 04:12
My final update to this progress thread, and final dev blog screenshot before the release. I plan to continue emergency fixes should anything be found, but I've grilled the levels, characters, FPS and TPP, and the AI under different types of activity, and all holds up well. Internal beta testers will have one last crack at it on Tuesday AM GMT, and then we can share all the goodies. Here is a happy third person bunny taking care of some pesky zombies:

PC SPECS: Windows 8.1 Pro 64-bit, Intel Core i7-5930K (PASSMARK:13645), NVIDIA Geforce GTX 980 GPU (PASSMARK:9762) , 32GB RAM

Attachments

Login to view attachments
LeeBamber
TGC Lead Developer
24
Years of Service
User Offline
Joined: 21st Jan 2000
Location: England
Posted: 28th Feb 2017 05:30
I figured it's already 5AM, may as well test for another 30 minutes, and made myself a nice little forest fight:


PC SPECS: Windows 8.1 Pro 64-bit, Intel Core i7-5930K (PASSMARK:13645), NVIDIA Geforce GTX 980 GPU (PASSMARK:9762) , 32GB RAM

3com
9
Years of Service
User Offline
Joined: 18th May 2014
Location: Catalonia
Posted: 28th Feb 2017 17:39
Great job Lee!

I've found something that may be a mistake.
After receiving the error, I checked the folder and indeed the folder exists, I tried hasweapon = modern \ colt19112 \ colt1911, in the file fpe, but there is no way, the soldier is always disarmed as in the image.

PathCannotBeFound


RuntimeError8003


ResumingSession


unarmed 3rd person


Or I'm doing something wrong?

3com

Laptop: Lenovo - Intel(R) Celeron(R) CPU 1005M @ 1.90GHz

OS: Windows 10 (64) - Ram: 4 gb - Hd: 283 gb - Video card: Intel(R) HD Graphics
cpu mark: 10396.6
2d graphics mark: 947.9
3d graphics mark: 8310.9
memory mark 2584.8
Disk mark: 1146.3
Passmark rating: 3662.4

PM
MStockton
8
Years of Service
User Offline
Joined: 28th Apr 2015
Location: Texas & Finland
Posted: 28th Feb 2017 17:43 Edited at: 28th Feb 2017 17:46
3com, I've been using the same character for tests and it's working fine. My FPE looks like this:
hasweapon = modern\colt1911

EDIT: Or maybe not, 3com. I can't see exactly what your character description says, but mine is with the basic Masked Soldier .x and fpe.
I tried to sign it but all I did was mess up my screen.
PM
IndieFrell
7
Years of Service
User Offline
Joined: 23rd Apr 2016
Location: Our House in the middle of our street
Posted: 28th Feb 2017 17:48
Not sure if its because I used the characters from the classics folder but when I put on in to 3rd person it looks like its holding a gun when they aren't if its because of the chosen character then I shall have a play around but its fantastic all the same Lee some great work done have a few pints of the black heaven on me
Build Test Sell Repeat...
PM
3com
9
Years of Service
User Offline
Joined: 18th May 2014
Location: Catalonia
Posted: 28th Feb 2017 17:55
I'm using: C:\Program Files (x86)\Steam\steamapps\common\Game Guru\Files\entitybank\Characters\3rd person\Masked Soldier char.

Quote: "when I put on in to 3rd person it looks like its holding a gun when they aren't"

Yah! that's my problem, as you can see in the pic above.

3com
Laptop: Lenovo - Intel(R) Celeron(R) CPU 1005M @ 1.90GHz

OS: Windows 10 (64) - Ram: 4 gb - Hd: 283 gb - Video card: Intel(R) HD Graphics
cpu mark: 10396.6
2d graphics mark: 947.9
3d graphics mark: 8310.9
memory mark 2584.8
Disk mark: 1146.3
Passmark rating: 3662.4

PM
IndieFrell
7
Years of Service
User Offline
Joined: 23rd Apr 2016
Location: Our House in the middle of our street
Posted: 28th Feb 2017 17:59
I wasn't sure if it was the character I chose I quickly dumped the medic in just to test it out I will have a play around properly when I finish work (I know meant to be working but on GG shh don't tell the boss)
Build Test Sell Repeat...
PM
Pirate Myke
Forum Support
13
Years of Service
User Offline
Joined: 31st May 2010
Location: El Dorado, California
Posted: 28th Feb 2017 18:03
I am sure some of the animation calls may need to be changed for TTP characters to have the right poses when used.

Will probably have to play around with the FPE file and maybe change up the weapons in them.
Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 2400 Mhz, 4 Core(s), 4 Logical Processor(s), 8gb RAM, Nvidia gtx660, Windows 7 Pro 64bit, Screen resolution 1680 x 1050.

Anubis
11
Years of Service
User Offline
Joined: 6th Nov 2012
Location: 010011100110010101110100011010000110010101110010011011000110
Posted: 28th Feb 2017 18:12
Quote: "I'm using: C:\Program Files (x86)\Steam\steamapps\common\Game Guru\Files\entitybank\Characters\3rd person\Masked Soldier"


..\Characters\3rd person\.. ??? no such directory on my computer..
-+- There are only 10 types of people in the world. Those who understand binary, and those who don't -+-
-+-------------------[Chipset:X58 CPU:i7.950.64 GPU:R9 Fury RAM:12GB DDR3 WIN:7.x64 PRO]--------------------+-
PM
lotgd
3D Media Maker
14
Years of Service
User Offline
Joined: 2nd Apr 2010
Location: italy
Posted: 28th Feb 2017 18:17 Edited at: 28th Feb 2017 18:19



this update for me it was a serious problem, my game does not work anymore! the enemies do not move more and more problems. hours and hours of work, and for the third person made with the "character creator" is really bad.


for a downgrade where do I go?

My Pc Specs : Win10pro64bit /Msi z97 / i74770k / gtx1070 / 16gb ram / SSD 850Evo
UndeadJoe
Reviewed GameGuru on Steam
8
Years of Service
User Offline
Joined: 30th Nov 2015
Location: Upstate New York, United States.
Posted: 28th Feb 2017 18:22
I tried the third person thing and threw a bunch of characters in to kill just to test. I tried the skeleton character first. The zombies just moved towards my toon with arms out. They weren't animated, aside from actually moving forward and back and turning. And they weren't hurting the character. I tried the knight. Same thing. In both cases, I could hit them, but other than run or walk animations, the character didn't show attack animations in third person.
I tried some characters with guns. Same deal. Everything I put in just stood around. the things that did move, just did their idle animations in the editor, but not when loading a test level. A few of the characters DID actually animate and attack, but only when I was right in front of them, and then if I got a few inches away, they went back to being frozen like statues. (could be a cool script idea for a fun house later.'.. something to think about, but for now, I'm sure they aren't supposed to be doing that.) Is it just me?
Or Is it only new characters? If so, is it only certain ones?
Read a Free Preview of my new Zombie Apocalypse Thriller, Requiem for Humanity (Last Days: Book One)
AMD FX8350, 8-CORE @ 4.34ghz, 32GB RAM, Nvidia GTX 750 Ti, WINDOWS 10
Nailgrind
7
Years of Service
User Offline
Joined: 8th Jun 2016
Location: Liverpool, UK
Posted: 28th Feb 2017 18:35
Same here problem, Desiccated Priest and Mummy character will only attack when close!!
UndeadJoe
Reviewed GameGuru on Steam
8
Years of Service
User Offline
Joined: 30th Nov 2015
Location: Upstate New York, United States.
Posted: 28th Feb 2017 18:39
Quote: "for a downgrade where do I go?"


lotgd, if you are using steam, you can right click game guru in the list and click properties and on the betas tab, you can select different versions from the drop-down menu. Just select the last one that worked. And stick with that until things get worked out.
Read a Free Preview of my new Zombie Apocalypse Thriller, Requiem for Humanity (Last Days: Book One)
AMD FX8350, 8-CORE @ 4.34ghz, 32GB RAM, Nvidia GTX 750 Ti, WINDOWS 10
synchromesh
Forum Support
10
Years of Service
User Offline
Joined: 24th Jan 2014
Location:
Posted: 28th Feb 2017 18:45 Edited at: 28th Feb 2017 18:45
Some of these errors I'm seeing like " hasweapon = modern \ colt19112 " is for MXS's 3rd person mod ...
Did you install or use those ?
The only person ever to get all his work done by "Friday" was Robinson Crusoe..
PM
Pirate Myke
Forum Support
13
Years of Service
User Offline
Joined: 31st May 2010
Location: El Dorado, California
Posted: 28th Feb 2017 18:46 Edited at: 28th Feb 2017 18:48
The characters from the expansion pack or the Classic characters do not have there scripts updated to work with the new AI system yet.

Please notice this note in the Changelog.txt file and adjust your global.lua file accordingly to fit your needs at the moment.
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

Also Lee included a script to override the scripts assigned to characters for TTP use.
Locates in the Game Guru/files/scriptbank/TTP folder. See if this helps out for TPP use.

The range of the AI Bot behavior seems to be close range. Try setting them to always active = yes.

Please also keep in mind this update has some major changes in them. Please describe your issue completely and provide a step by step reproduction instructions so we can reproduce the error quicker. Also due note if you are using an old existing map or a new one, as this may make a difference right now.

Biggest thing for this week is if you decide to work on your game map, Please work on a copy till these new changes get testes by the masses. Some things may not work as you expect at the moment.

Thanks.

Also a note that the Live, Public preview, and the Private Beta are all the same build right now. If you need to go back further then when the EBE was started, then you will need to use one of the other versions.
Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 2400 Mhz, 4 Core(s), 4 Logical Processor(s), 8gb RAM, Nvidia gtx660, Windows 7 Pro 64bit, Screen resolution 1680 x 1050.

3com
9
Years of Service
User Offline
Joined: 18th May 2014
Location: Catalonia
Posted: 28th Feb 2017 18:47
I've checked and re-checked files, but it does not make the difference.

combat mutant


shotgun guard


masked soldier


masked soldier - test mode


Quote: "Will probably have to play around with the FPE file and maybe change up the weapons in them."

I'm going to play with.

3com

Laptop: Lenovo - Intel(R) Celeron(R) CPU 1005M @ 1.90GHz

OS: Windows 10 (64) - Ram: 4 gb - Hd: 283 gb - Video card: Intel(R) HD Graphics
cpu mark: 10396.6
2d graphics mark: 947.9
3d graphics mark: 8310.9
memory mark 2584.8
Disk mark: 1146.3
Passmark rating: 3662.4

PM
synchromesh
Forum Support
10
Years of Service
User Offline
Joined: 24th Jan 2014
Location:
Posted: 28th Feb 2017 18:56
@3com
I'm not seeing the guns when I place and zoom in but they are there in testgame ...
The only person ever to get all his work done by "Friday" was Robinson Crusoe..
PM
lotgd
3D Media Maker
14
Years of Service
User Offline
Joined: 2nd Apr 2010
Location: italy
Posted: 28th Feb 2017 19:00
Quote: "lotgd, if you are using steam, you can right click game guru in the list and click properties and on the betas tab, you can select different versions from the drop-down menu. Just select the last one that worked. And stick with that until things get worked out."


@UndeadJoe thank you! everything works! hoping that you do not update it again. you can not disable updates.

My Pc Specs : Win10pro64bit /Msi z97 / i74770k / gtx1070 / 16gb ram / SSD 850Evo
synchromesh
Forum Support
10
Years of Service
User Offline
Joined: 24th Jan 2014
Location:
Posted: 28th Feb 2017 19:02 Edited at: 28th Feb 2017 19:02
@3com ...

Try this .... Go to \ Gamecore \ guns ..... Rename "guns" to "guns2" then verify via steam .... It replaces the guns folder back to default .. Last week all my guns went nuts because I had messed about with them so much .... No harm in trying ...
The only person ever to get all his work done by "Friday" was Robinson Crusoe..
PM
3com
9
Years of Service
User Offline
Joined: 18th May 2014
Location: Catalonia
Posted: 28th Feb 2017 19:19
Quote: "Some of these errors I'm seeing like " hasweapon = modern \ colt19112 " is for MXS's 3rd person mod ...
Did you install or use those ?"

Not, I'm using just stock stuff here, to be sure is not the weapon issue.
I noticed after check files, I ended with a new folder "modern \ colt19112", so now I've these and modern \ colt1911 folder.
I've back to hasweapon = modern \ colt1911, with not to avail.

At firts glance at the way the scripts are done, I guess than effectively the laboratory opens its doors, and the time to investigate has come, to begin with, how to put the weapon in the hands of a character?
Suggestions are welcome.

3com
Laptop: Lenovo - Intel(R) Celeron(R) CPU 1005M @ 1.90GHz

OS: Windows 10 (64) - Ram: 4 gb - Hd: 283 gb - Video card: Intel(R) HD Graphics
cpu mark: 10396.6
2d graphics mark: 947.9
3d graphics mark: 8310.9
memory mark 2584.8
Disk mark: 1146.3
Passmark rating: 3662.4

PM
smallg
Community Leader
18
Years of Service
User Offline
Joined: 8th Dec 2005
Location:
Posted: 28th Feb 2017 19:22
@lotgd if they are inside then try putting down floor zones (found at the bottom of the markers tab now).

old (custom) AI scripts will no longer work as the new AI system is very different to the old, going to be a while before everything is back and working i expect.
lua guide for GG
https://steamcommunity.com/sharedfiles/filedetails/?id=398177770
windows 10
i5 @4ghz, 8gb ram, AMD R9 200 series , directx 11
3com
9
Years of Service
User Offline
Joined: 18th May 2014
Location: Catalonia
Posted: 28th Feb 2017 19:25
Quote: "Try this .... Go to \ Gamecore \ guns ..... Rename "guns" to "guns2" then verify via steam .... It replaces the guns folder back to default .. Last week all my guns went nuts because I had messed about with them so much .... No harm in trying ..."


checking files via steam, I'll back when done and re-done. Ty synchromesh

3com
Laptop: Lenovo - Intel(R) Celeron(R) CPU 1005M @ 1.90GHz

OS: Windows 10 (64) - Ram: 4 gb - Hd: 283 gb - Video card: Intel(R) HD Graphics
cpu mark: 10396.6
2d graphics mark: 947.9
3d graphics mark: 8310.9
memory mark 2584.8
Disk mark: 1146.3
Passmark rating: 3662.4

PM
synchromesh
Forum Support
10
Years of Service
User Offline
Joined: 24th Jan 2014
Location:
Posted: 28th Feb 2017 19:39 Edited at: 28th Feb 2017 19:39
Make sure you rename the "guns" to "guns2" first as i suggested or the verify will ignore it ..
The only person ever to get all his work done by "Friday" was Robinson Crusoe..
PM
Earthling45
7
Years of Service
User Offline
Joined: 3rd Sep 2016
Location: Zuid Holland Nederland
Posted: 28th Feb 2017 19:39
Say hi to Tyr, he is created with character maker and the default choice was no weapon.
However as you can see, he thinks he has a weapon

Attachments

Login to view attachments
DVader
20
Years of Service
User Offline
Joined: 28th Jan 2004
Location:
Posted: 28th Feb 2017 20:13 Edited at: 28th Feb 2017 20:16
I've tried the default combat soldier and the cop zombie. AI is working better now, although it still has some issues. They will walk up hills, but also will walk up/down severe cliff faces rather than around them. Also, if you go out of range then go back, the enemy, once back in range, will move towards you without animating. It also seems like way points have issues as the soldier would not follow a path at all. I also tried some custom stairs I made ages ago and although npc's will start to climb them, they seem to get confused and end up walking off and underneath them to get to me.

I also noticed and this may be normal, but the angle of sight defaults to 0, so to make the AI work without having to stand directly in front, just increase that to a suitable number, I used 160 in my tests to make them see you more easily.

Definitely better inside buildings now, although they are very predictable at present. I'm also still not keen on the enemy's accuracy. It always feels like you are as well standing stock still, in order to get better aim and taking hits, rather than moving around to avoid them as it seems to make no odds to their aim.

Edit - Oh I forgot. There seems no idle anim at all, the soldier is always gun at the ready, even in the editor.


SPECS: Q6600 CPU. Nvidia 660GTX. 8 Gig Memory. Win 7.
vrg
9
Years of Service
User Offline
Joined: 27th Aug 2014
Location: Netherlands
Posted: 28th Feb 2017 20:27 Edited at: 28th Feb 2017 20:28
Great update Lee, I am going to try it
PCS
7
Years of Service
User Offline
Joined: 7th Jul 2016
Playing:
Posted: 28th Feb 2017 20:37 Edited at: 28th Feb 2017 21:03
Please Lee Fix this update as soon as possible because there are to many issues, and it seems to that according to Pirate Myke we now have to modify our gg files to get it to work. please fix because there is a lot of people who bought this product who does not have the knowledge to modify the files to get gg to work correctly
Windows 7 Professional 64-bit
Intel(R) Pentium(R) CPU G3260 @ 3.30GHz (2 CPUs), ~3.3GHz RAM 4GB NVIDIA GeForce GT 730
DirectX Version: DirectX 11
Honkeyboy
3D Media Maker
8
Years of Service
User Offline
Joined: 16th Sep 2015
Location: Doesnt know half the time ;)
Posted: 28th Feb 2017 20:47
Just tested the updated AI it kicked me in the head lol ....wicked
Intel i5 4950 Quad core 3.3ghz AMD FX 6300 x6 cores 3.5ghz(unclocked)
8gb Ram 8gb Ram
AMD Radeon 7570 1gb AMD Radeon HD 6670 2gb
and a well fed mouse on a wheel

I only smile because i have absolutely no idea whats going on
Earthling45
7
Years of Service
User Offline
Joined: 3rd Sep 2016
Location: Zuid Holland Nederland
Posted: 28th Feb 2017 21:03
I've done a little test in MMS and the AI certainly has improved.
However, when creating characters, i'm unable to select weapons such as the sword/mace/crossbow/slingshot/hatchet and so on.
Like it is already mentioned, there is no idle animation, or unarmed walking around/climbing/swimming/etc, the third person character is always in a shooting stand and unable to pick up weapons.
Can it pick up items, haven't tried that yet..

As for graphics and performance, i was able to play MMS on highest setting with BLOOM and SAO higher and realtime lighting.

That is quite good

PCS
7
Years of Service
User Offline
Joined: 7th Jul 2016
Playing:
Posted: 28th Feb 2017 21:05
also my Fps is lower now. ?
Windows 7 Professional 64-bit
Intel(R) Pentium(R) CPU G3260 @ 3.30GHz (2 CPUs), ~3.3GHz RAM 4GB NVIDIA GeForce GT 730
DirectX Version: DirectX 11
DVader
20
Years of Service
User Offline
Joined: 28th Jan 2004
Location:
Posted: 28th Feb 2017 21:11
Quote: "also my Fps is lower now. ?"


The default settings for graphics quality have been upped in this version, perhaps it's that?


SPECS: Q6600 CPU. Nvidia 660GTX. 8 Gig Memory. Win 7.
3com
9
Years of Service
User Offline
Joined: 18th May 2014
Location: Catalonia
Posted: 28th Feb 2017 21:14
Quote: "Make sure you rename the "guns" to "guns2" first as i suggested or the verify will ignore it .."

I did it, even check and re-check files, but it does not make the difference.

Now I've both, gun and gun2 folders.
Not soldier have weapon on editor, but in testmode, anyway I've notice not muzzleflash and shot sound very odd.

If we get the weapon but wrong place in the char, so we can think the anims has something to do, but at least me, does not seen any weapon.

If you do not want the violence, this a good momento to do a game.

Ok Lee I know these are the side effects, little things that will be solved gradually.
Great job so far.

@ Lee
As aside note: I've improved my pc resources, so now I'm ready to help as betatester, if needed.

3com
Laptop: Lenovo - Intel(R) Celeron(R) CPU 1005M @ 1.90GHz

OS: Windows 10 (64) - Ram: 4 gb - Hd: 283 gb - Video card: Intel(R) HD Graphics
cpu mark: 10396.6
2d graphics mark: 947.9
3d graphics mark: 8310.9
memory mark 2584.8
Disk mark: 1146.3
Passmark rating: 3662.4

PM
synchromesh
Forum Support
10
Years of Service
User Offline
Joined: 24th Jan 2014
Location:
Posted: 28th Feb 2017 21:21
Quote: "I did it, even check and re-check files, but it does not make the difference."

Strange but nothing lost ..... you just have to rename your " guns2 " back to " guns " to put it back as it was ...
The only person ever to get all his work done by "Friday" was Robinson Crusoe..
PM
3com
9
Years of Service
User Offline
Joined: 18th May 2014
Location: Catalonia
Posted: 28th Feb 2017 21:26 Edited at: 28th Feb 2017 21:29
Quote: "you just have to rename your " guns2 " back to " guns " to put it back as it was ..."

Done.

Somebody know where the soldier chars, are stored?
They are not in characters folder.


edit: I've noticed they back after last steam file check.

3com
Laptop: Lenovo - Intel(R) Celeron(R) CPU 1005M @ 1.90GHz

OS: Windows 10 (64) - Ram: 4 gb - Hd: 283 gb - Video card: Intel(R) HD Graphics
cpu mark: 10396.6
2d graphics mark: 947.9
3d graphics mark: 8310.9
memory mark 2584.8
Disk mark: 1146.3
Passmark rating: 3662.4

PM
DVader
20
Years of Service
User Offline
Joined: 28th Jan 2004
Location:
Posted: 28th Feb 2017 21:45
Anyone else notice the fast zombies are insanely fast? To the point they run round you like bionic chickens and the sound gets stuck in a loop. They also seem to eventually give up the ghost and just stand there, never to move again.

Even with these little quirks it's definitely working better overall, at least path finding wise.


SPECS: Q6600 CPU. Nvidia 660GTX. 8 Gig Memory. Win 7.
cybernescence
GameGuru Master
11
Years of Service
User Offline
Joined: 28th Jan 2013
Playing: Cogwheel Chronicles
Posted: 28th Feb 2017 21:49 Edited at: 28th Feb 2017 21:51
@DVader & Lee re
Quote: "It also seems like way points have issues as the soldier would not follow a path at all"


Thought this was working in the beta but think there is a bug/typo in "module_combatshoot":

This line:

module_combatcore.patrol(e,AIObjNo,PlayerDist,movetype,CanFire,ai_state_startmove,ai_state_startidle)

should be:

module_combatcore.patrol(e,AIObjNo,PlayerDist,movetype,CanFire,ai_state_startmove,ai_state_startpatrol)

Path following is working for me now with the above change.

Cheers.
3com
9
Years of Service
User Offline
Joined: 18th May 2014
Location: Catalonia
Posted: 28th Feb 2017 21:54
I'm getting zombies chasing me a very long distance, Awesome!, certainly they get stuck at some point, but I'm happy with the advance so far.
They are going thru the walls, floors etc, But when I was astonished, it was when a zombie passes through the water, to chase the player.
Perhaps I need use floor market, because is a indoor level?

I'm going to try.

3com
Laptop: Lenovo - Intel(R) Celeron(R) CPU 1005M @ 1.90GHz

OS: Windows 10 (64) - Ram: 4 gb - Hd: 283 gb - Video card: Intel(R) HD Graphics
cpu mark: 10396.6
2d graphics mark: 947.9
3d graphics mark: 8310.9
memory mark 2584.8
Disk mark: 1146.3
Passmark rating: 3662.4

PM

Login to post a reply

Server time is: 2024-04-20 06:03:37
Your offset time is: 2024-04-20 06:03:37