-
Notifications
You must be signed in to change notification settings - Fork 227
LevelEditor Getting Started
Gary edited this page Jun 26, 2014
·
7 revisions
The LevelEditor is a standalone tool, built on the ATF. Previous versions of the ATF included a sample Level Editor. This standalone version is shipped in its own package, and does not require the full ATF package. The LevelEditor package includes the LevelEditor User's Guide and the LevelEditor Programmer's Guide, which are in the Doc directory of the LevelEditor package.
First check the LevelEditor system requirements.
To install LevelEditor, clone the LevelEditor project to your system.
Build your own LevelEditor executable from the source code by performing the following tasks with Microsoft Visual Studio 2010 (or later):
- Build the native rendering engine using the following solution: build\LvEdRenderingEngine.sln.
- Build the LevelEditor.exe using the following solution: build\LevelEditor.vs2010.sln.
To launch the LevelEditor:
- Navigate to the directory into which LevelEditor is built.
- Double-click the file LevelEditor.exe.
© Copyright 2014, Sony Computer Entertainment America LLC