DromEd Level Editor Developer Textures Kit is a free, open source project for the Dark Engine's level editor called DromEd (ShockEd for System Shock 2 video game). It's basically a simple set of textures that makes easier to build fan missions.
Current version: 1.2.2 (2017.12.28) - [Latest release] [Online README] [Project homepage] [TTLG thread]
This set has now 222 textures (+58): 1x1, 1x2, 1x4, 1x8; 2x1, 2x2, 2x4, 2x8; 4x1, 4x2, 4x4, 4x8; 8x1, 8x2, 8x4, 8x8 + Material Design colored ones + 4 special ones.
You have two available options.
Start a new instance of the command interpreter cmd
and locate your FM's fam/
folder before cloning this repository as a new family.
$ cd C:\<path/to/your/local/fms/fam/folder>
$ git clone https://github.com/jonathanlinat/dledtk.git
You should now have a new folder called dledtk
.
Download the latest binary from the Releases page. It's the easiest way to get started with DromEd Level Editor Developer Textures Kit.
Extract the files into your FM's fam/
folder in order to create a new family.
You should now have a new folder called dledtk
.
Import your new DromEd Level Editor Developer Textures Kit textures family into DromEd level editor and apply them to your fan mission brushes.
You can create new textures using the PSD files (CS6) located into the src/
folder. Use this guide to know the right texture sizes:
MIT License
Copyright (c) 2017 Jonathan Linat
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.