-
Notifications
You must be signed in to change notification settings - Fork 227
LevelEditor Getting Started
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.
Use Package Manager to install the LevelEditor distribution. You can download it from the Package Manager download page on SHIP. For more information about Package Manager, see WWS SDK Package Manager. Also, be sure to check the LevelEditor system requirements.
To install LevelEditor, perform the following tasks:
- Create a folder in which to install LevelEditor, such as
C:\LevelEditor36
. - Open a Windows Command Prompt window, and enter the following command:
wwspm install wws_leveleditor -path C:\LevelEditor36
Package Manager then installs the required components.
You can run the LevelEditor as soon as the installation is complete.
If you are a programmer, you can 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 you installed the LevelEditor.
- Double-click the file LevelEditor.exe.
© Copyright 2014, Sony Computer Entertainment America LLC