mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 04:13:01 +02:00
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
------------------------------------------------------------------------------
|
|
-- CorsixTH Level Editor -----------------------------------------------------
|
|
------------------------------------------------------------------------------
|
|
|
|
Original author of this tool: Koanxd
|
|
|
|
This tool makes it easier to create new levels for CorsixTH. Instead of
|
|
editing a text file, which can be quite error prone the level creator can use
|
|
this tool to set all available variables used in CorsixTH and then save it
|
|
as a .level file.
|
|
|
|
The tool is written in Java. The supplied project for Eclipse can be used
|
|
to compile. An alternative is to issue the following commands while in this
|
|
folder:
|
|
|
|
Compile:
|
|
1. javac -d bin -sourcepath src src/com/corsixth/leveledit/Main.java
|
|
2. Copy icon images (src/icon*.png) to bin directory (getting bin/icon*png files).
|
|
|
|
Run:
|
|
java -cp bin com.corsixth.leveledit.Main
|
|
|
|
------------------------------------------------------------------------------
|
|
-- Contact Details
|
|
------------------------------------------------------------------------------
|
|
Homepage: https://github.com/CorsixTH/CorsixTH
|
|
Mailing list: http://groups.google.com/group/corsix-th-dev
|
|
IRC: #corsix-th on FreeNode
|