Rade Dynamic Shooter Template

Hi lunyBunny.

I am sorry for late reply (was reinstalling OS)

Here is the basic guideline:

  1. So the first thing you need to do is download Unreal Engine Source.
    https://github.com/EpicGames/UnrealEngine

  2. Then you need to initialise and update the engine .
    Run setup.bat
    After the setup and download of the parts finishes run GenerateProjectFiles.bat

  3. Download and Install Visual studio 2015 community
    https://www.visualstudio.com/

  4. 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)

  5. 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