help me please, I did everything according to the instructions but when I open the page I get an error pops out help !!!!!!
Announcement
Collapse
No announcement yet.
NVIDIA GameWorks Integration
Collapse
X
-
Originally posted by mayaworks View PostI think the most lack of hairworks is it seems doesn't support tranceparent. TressFX has a soft look, it can run 90 FPS for 1 hair model in my GTX 1050 CARD.
Maybe the new hair component in version 4.24 will have a wonderful solution.
TressFX:
Hiarworks:Storyteller - An immersive VR audiobook player
Dungeon Survival - WIP First person dungeon crawler with a focus on survival and environmental gameplay ala roguelikes
Comment
-
Originally posted by Roleanite View PostWhy ALL of the GitHub links is 404? Can someone actually post a 4.23.1???
https://github.com/0lento/UnrealEngine (GameWorks tech merges & upgrades, UE4 physics modifications)
Comment
-
Olento. So 4.21 is still the most complete integration of Gameworks for Unreal that is fully functioning? I assume because of the rendering changes. Does Epic have something coming that might make the effort to get things like FLOW working in 4.23 or 24 a waste of time or something? Just curious before deciding to anchor a new project on 4.21. Thanks. Amazing contributions by the way.
Comment
-
Originally posted by DeathYak View PostOlento. So 4.21 is still the most complete integration of Gameworks for Unreal that is fully functioning? I assume because of the rendering changes. Does Epic have something coming that might make the effort to get things like FLOW working in 4.23 or 24 a waste of time or something? Just curious before deciding to anchor a new project on 4.21. Thanks. Amazing contributions by the way.
I don't know if Epic is cooking anything in regards of the fluid sims (besides those Ryan Brucks experiments).Last edited by 0lento; 02-20-2020, 01:52 AM.https://github.com/0lento/UnrealEngine (GameWorks tech merges & upgrades, UE4 physics modifications)
Comment
-
Does anyone have any experience with using FleX and Overlap collision events? I am on 0lento's 4.19.2 branch and cannot get them to work as explained in this video: https://youtu.be/GlIVs6SV3Z0
EDIT: Figured out the issue, apparently it just does not work with Soft FleX objectsLast edited by gregandcin; 02-29-2020, 09:22 PM.
Comment
-
Originally posted by 0lento View PostYes it's basically the 4.22+ rendering changes that stalled this. I have Flow running on 4.22 but it doesn't render anything unless you use it through cascade particles. Porting the actual flow sim to 4.24 is fairly trivial, but the flow's own smoke rendering would still be broken.
I don't know if Epic is cooking anything in regards of the fluid sims (besides those Ryan Brucks experiments).
Comment
-
Originally posted by 图拉古 View Postis there any way to know if NVIDIA developed gamework to ue4 4.22 or last ?
Originally posted by 图拉古 View Postalso want to know if you still work on update gamework to 4.22?
Blast is bit problematic as it's being used bit differently now on Chaos, it's technically part of the ue4 now but it doesn't work with physx like the gameworks version did. And HBAO+ usage is quite marginal, especially since UE4 already supports SSAO on forward path now + they have GTAO which is superior to HBAO+ so I don't know if it's really worth the effort to separate it again from VXGI branch just to get it running on 4.24 etc.https://github.com/0lento/UnrealEngine (GameWorks tech merges & upgrades, UE4 physics modifications)
Comment
-
0lento, thanks very much for your work on gameworks integration. I have successfully built your 4.21-Gameworks branch. I can run the Development Editor, and I can load up the FlexProject, and I can run it just fine. However, I have an issue with the flex assets themselves.
When I open a flex asset in the asset editor (say, flexBacon) there is a Flex button on the top but no Flex settings panel. See the video link below to see the behavior I am expecting to see: a flex button on top and a flex settings panel in the asset editor (starts 7:45 ish).
https://youtu.be/Ee8TEwZkKpI?t=464
I do see that each flexBacon instance *does* have a Flex settings panel (like in the video), including an "Override asset" button. But there are no Flex settings on the asset itself (or they are invisible), so I don't know what this override button would do or where the flex settings for the instance come from.
This is likewise a problem for when I try to create my own flex assets. I can right click a static mesh and choose "Create Flex Static Mesh". When I open the new "*_Flex" static mesh in the asset editor, I don't see any Flex settings panel, but I do see a Flex button on the top (although it appears to do nothing, while with flexBacon the particle display is turned on and off). But, just like flexBacon, I can drop it into the scene and see a Flex settings panel on the instance along with an "Override asset" button.
- Once editor is fine, I open sample projects from the GameWorks tech I've just merged, verify it works in the editor and usually on both Shipping and Development Windows 64-bit builds. If I'm verifying an engine update instead of new GameWorks tech, I often verify that it didn't break anything by opening random GW projects and building them, just to see there are no new issues on them.
Any help would be much appreciated, thanks!
edit: fixed Olento to 0lentoLast edited by fluffynukeit; 03-06-2020, 02:35 PM.
Comment
-
Originally posted by fluffynukeit View PostBased on the above note from your earlier test procedure post, I'm not sure whether this is something you've tested for, and if so do you have any idea what could be wrong with my build or my workflow?I can check this out but there are really high chances that if it's broken, it's been broken already on the nvidias original 4.19 FleX integration (which is what this 4.21 port is based on).
https://github.com/0lento/UnrealEngine (GameWorks tech merges & upgrades, UE4 physics modifications)
Comment
-
fluffynukeit ok, I got it built and checked this thing (also fixed latest VS2019 c++ toolchain build issue while at it). I'm not 100% certain what you are struggling with here, are you talking about the settings you can see after you expand the settings from the arrow next to "Flex Asset" selection?
Last edited by 0lento; 03-07-2020, 08:40 AM.https://github.com/0lento/UnrealEngine (GameWorks tech merges & upgrades, UE4 physics modifications)
Comment
Comment