Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

gameraccoon/ue4-project-build-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

UE4 Project Build Scripts

Windows

Set up

Change Helpers/GetProjectPath.cmd to return path to your project

For example, if you move content of Windows directory to your project dir (e.g. in %projectDir%/Script), content of Helpers/GetProjectPath.cmd should be

@echo ..\

Usage

Then you can run:

GenerateProjectFiles.cmd to generate VS project files for your project

CompileDll.cmd to compile DLL needed to run project in editor

CookBinaries.cmd to cook game into windows standalone game (all files needed to run game will be in %projectDir%\Artifacts)

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published