Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Building

richardbunt edited this page Sep 26, 2014 · 9 revisions

###Visual Studio

  1. Clone the Telemachus repository.

  2. Create a directory called ksp-telemachus-dev in the freshly cloned repository, then copy the KSP game files into this newly created directory. If you have done Step 1. and 2. correctly, your folder structure will look something like the following.

    ├── Licences
    ├── Parts
    │   ├── FustekAntenna
    │   └── TelemachusAntenna
    ├── Servers
    │   ├── Servers
    │   └── ServersTest
    ├── Telemachus
    │   ├── Parts
    │   ├── Properties
    │   ├── bin
    │   ├── obj
    │   └── src
    ├── TelemachusTest
    │   ├── Properties
    │   ├── bin
    │   ├── obj
    │   └── src
    ├── WebPages
    │   ├── WebPages
    │   └── WebPagesTest
    └── ksp-telemachus-dev
    

   ├── KSP_Data ├── Launcher_Data ├── Plugins ├── Ships ├── saves ├── Internals └── GameData

```
  1. Open in Visual Studio.
Clone this wiki locally