Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zrisher committed Aug 18, 2015
1 parent 95a483e commit 5130cfd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publishing.
* Python 2.7 or greater
* Conda (Miniconda or Anaconda)

** When we deploy this to an exe the above requirements will be removed. **
**When we deploy this to an exe the above requirements will be removed.**

## Installation
* Copy build_config.example.yml to the top-level directory of your mod
Expand All @@ -26,6 +26,7 @@ The build script can work with either a module-based structure or a flat one.

A fully-deployed SE mod will have the file structure:

```
ModName
- Data
- Scripts
Expand All @@ -37,17 +38,21 @@ A fully-deployed SE mod will have the file structure:
- Textures
- ... various levels and folders ...
- *.dds
```

With this script, you can use either:

```
ModName
- Data
- Scripts
- Models
- Textures
```

Or (using config option has_modules = true):

```
ModSourceFolder
- Module1
- Data
Expand All @@ -57,5 +62,5 @@ Or (using config option has_modules = true):
- Data
- Textures
... etc ...

```

0 comments on commit 5130cfd

Please sign in to comment.