Hi lunyBunny.
I am sorry for late reply (was reinstalling OS)
Here is the basic guideline:
-
So the first thing you need to do is download Unreal Engine Source.
https://github.com/EpicGames/UnrealEngine -
Then you need to initialise and update the engine .
Run setup.bat
After the setup and download of the parts finishes run GenerateProjectFiles.bat -
Download and Install Visual studio 2015 community
https://www.visualstudio.com/ -
Compile Unreal Engine.
open UE.sln in the UnrealEngine folder. After that press Build -> Build Solution, which is on top bar (or just press F7) -
Open Unreal Engine . (UnrealEngine/Engine/Binaries/Win64/UE4Editor.exe) then select the Rade.uproject.
It must Rebuild it automatically.
If step 5 fails
Right click Rade.uproject -> Generate Project Solution (I don’t remember the exact name)
Open Rade.sln and Build-> Build Solution.
After it finishes open Rade.uproject.
It should work.
If you will encounter any problems or issue please don’t hesitate to contact me.
Good Luck