NVIDIA GameWorks Integration

No. Will, but later :slight_smile:

can u please upload truesky+gameworks one?

I wrote you detailed instructions in a private message.
If you have a license all should work.

Instructions for merging NVIDIA Gameworks and Simul trueSky:

https://forums.unrealengine/community/general-discussion/1430784-nvidia-gameworks-and-simul-truesky-integration

wow@ , thanks alot for the new fork…did you manage to figure the with light building?

On the last branch should work, but if that - write, I will check.

@ Apologies if that was discussed somewhere earlier (285 pages on thread) but I thought I should mention FlexProject in your repo is incomplete compared to the original repo.

hey guys was perusing thread and saw some people wanted a VXGi + Volumetric lighting and i found branch in another thread

https://github//UnrealEngine/tree/4.18-GameWorks

(has Blast, Flex, Flow, HBAO+, Volumetric Lighting, VXGI)

many thanks to for branch and also to the many people who combine stuff for us lesser educated people

You need to right click and build solution to fix your :slight_smile:
Of course, unreal engine editor need to restart :smiley:

@

Thank you so much for your help, after along trial i found out that there was a problem with my network that is why i couldnt clone it successful earlier. after inputting the proxy setting in Git Bash the clone was successful

git config --global .proxy ://:8080 [that is my proxy and port]

clone successful
clone success.JPG|

i tried to execute setup.bat in command promt but failed (May be the same proxy error, i dont know)
command promt.JPG
so I headed back to git and run the Setup.bat over there. (i am not sure about the command of execution, if you kindly check bellow, it will be great)


the command I used are below
exec -cl -a Setup.bat seemed no errror message, so i tried to run the next bat file]]
exec -cl -a GenerateProjectFiles.bat also seems no error message you can see that.]]

is that what i did is correct or wrong? please correct me.

now tell me what to do. — is that what i did is correct? if so then what to do next? what file do i have to open on visual studio?
if i am wrong please guide me through these steps

have a good day ahead :slight_smile:

You have a problem with the network.
Setup.bat download additional media and other files.

GenerateProjectFiles.bat compile UE4.sln and other project files.

Severity Code Description Project File Line Suppression State
Error LNK1181 cannot open input file ‘NvBlastExtAuthoringPROFILE_x64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘NvFlowLibRelease_win64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘NvFlexReleaseD3D_x64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘NvFlexReleaseD3D_x64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘NvBlastExtAssetUtilsPROFILE_x64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘NvBlastPROFILE_x64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘NvFlexReleaseD3D_x64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘NvFlexReleaseD3D_x64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘NvFlexReleaseD3D_x64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘gfsdk_waveworks.win64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘NvFlexReleaseD3D_x64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘gfsdk_waveworks.win64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘NvFlexReleaseD3D_x64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘NvFlexReleaseD3D_x64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘gfsdk_waveworks.win64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘NvFlexReleaseD3D_x64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘NvFlexReleaseD3D_x64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘NvFlexReleaseD3D_x64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error LNK1181 cannot open input file ‘NvFlowLibRelease_win64.lib’ UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\LINK 1
Error Failed to produce item: D:\Ue4Nvidia\Engine\Binaries\Win64\UE4Editor-Engine.dll UE4 D:\Ue4Nvidia\Engine\Intermediate\ProjectFiles\ERROR 1
Error MSB3073 The command “…..\Build\BatchFiles\Rebuild.bat UE4Editor Win64 Development -waitmutex” exited with code -1. UE4 C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets 46

help? :frowning:

@ when I try to compile latest build in visual studio 2017, I get “The program can’t because because ue4editor-engine.dll is missing” , I tried “Clean Solution” to wipe out and build again, I tried “rebuild” but nothing works.

I’m building the entry highlighted in the image, when that didnt work I also tried building the “UE4” entry just below the “Engine” folder like I did with your other forks but nothing…am I making something i shouldnt do?

thanks Windystrife for that tip :)…it works now…i was building only the UE4 Solution on the “engine” folder.

but regarding the latest fork from i still cannot build correctly :(… the dll is still missing.

Use Visual Studio 2015

@ thanks for your reply…but may I ask why the difference? I mean your previous fork built just fine in visual 2017, with the exception of the blast error that seems to make no difference anyway?!

Don’t know. I use VS2015. I don’t tested in VS2017. Thanks for question. I’ll check.

Hey im Lucas from Switzerland.
​​​Me an several other Persons workin on a Timetravel Game.
​​​We use a build from maximedup for Gameworks integration for our Game.
We had some issues with other Plugins we bought and have to update our engine to 4.17 or 4.18 so i went to maximedups Github page… But there are no more Repositories… Do you know whats going on there ? I hope you know more about

Greetings from Switzerland

@ tried with VS2017 and then saw your comment about VS2015. Removed the repo, cloned again, generated files etc and when building I get the exact same error as above stated with the missing “UE4Editor-Engine.dll”. Any further suggestions on how to make work (or some info about your setup and to see why it works for you)?