mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
5e5119c4f0
The X-Plane Scenery Tools (XPTools) code base is the source code tree for all of the Laminar Research scenery creation/editing tools. This code does not include X-Plane and the "X-Apps" (PlaneMaker, WorldMaker, AirfoilMaker, and Briefer). It does include source to the ac3d x-plane plugin, WED, the various tools, and our global scenery generator. WWW: https://developer.x-plane.com/code/ PR: 223649 Submitted by: Michael Danilov <mike.d.ft402@gmail.com>
17 lines
553 B
Plaintext
17 lines
553 B
Plaintext
X-Plane itself does not need to be installed before using WED. However, WED will
|
|
require that you choose the X-Plane folder before it will allow you to do
|
|
anything. Create a working directory with the following structure before
|
|
starting WED for the first time.
|
|
|
|
working directory <-- Pick a name
|
|
|--Custom Scenery
|
|
|--Global Scenery
|
|
|--Resources
|
|
|--default scenery
|
|
|
|
You can create it with the following commands:
|
|
|
|
$ mkdir working_directory
|
|
$ cd working_directory
|
|
$ mkdir -p 'Custom Scenery' 'Global Scenery' 'Resources/default scenery'
|