Skip to content

Commit 4c4b4fe

Browse files
committed
included readme
1 parent 41b21f4 commit 4c4b4fe

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

USGN_readme.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[b]Java CS2D Map Library[/b]
2+
3+
Version 0.1 (Alpha, expect bugs)
4+
5+
[i]Have you ever felt tired of doing repetitive things in the map editor such as placing several hundred trees or adding random decals everywhere? This library may help you by allowing you to write Java code that can programmatically create and modify maps![/i]
6+
7+
This is a Java code library for Java developers that allows loading or saving cs2d maps. Moreover, new maps can be created and modified directly in Java from scratch. Things like tiles and backgrounds can be changed, entities can be created and edited and much more!
8+
9+
[u] :ugly: NOTE: Please note that regular cs2d users wont have much use for this, as you need at least some java development skills to be able to use this.[/u]
10+
11+
Features:
12+
:*: Saving cs2d maps
13+
:*: Loading cs2d maps
14+
:*: Changing tiles
15+
:*: Changing/Adding entities
16+
:*: Changing metadata like author of map
17+
:*: Changing tileset/backgrounds
18+
[i]And much more[/i]
19+
20+
For more detailed info and instructions, check out [url=https://github.com/EnderCrypt/Cs2dJavaMapLibrary/wiki]The Wiki[/url]
21+
22+
[more=Maven Dependency][code]<repositories>
23+
<repository>
24+
<id>jitpack.io</id>
25+
<url>https://jitpack.io</url>
26+
</repository>
27+
</repositories>
28+
29+
<dependencies>
30+
<dependency>
31+
<groupId>com.github.EnderCrypt</groupId>
32+
<artifactId>Cs2dJavaMapLibrary</artifactId>
33+
<version>41b21f44c9</version>
34+
</dependency>
35+
</dependencies>[/code][/more]
36+
37+
[i]Please note that due to the early stage in development of this library, its quite possible that maps generated may turn out to be corrupted. if you receive a corrupted map then please send it to me so i could debug and track down what caused the problem.[/i]
38+
39+
Github: [url]https://github.com/EnderCrypt/Cs2dJavaMapLibrary[/url]
40+
41+
[more=Screenshot Description]Screenshot 1: [i]De_dust with the walls converted to breakable entities[/i]
42+
Screenshot 2: [i]A random procedurally generated cave map (500 x 500)[/i][/more]

readme.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Java CS2D Map Library
2+
3+
Created by EnderCrypt (USGN: 5783)
4+
5+
Usgn File: http://www.unrealsoftware.de/files_show.php?file=17570
6+
Github: https://github.com/EnderCrypt/Cs2dJavaMapLibrary
7+
Wiki: https://github.com/EnderCrypt/Cs2dJavaMapLibrary/wiki
8+
9+
Maven dependancy:
10+
11+
<repositories>
12+
<repository>
13+
<id>jitpack.io</id>
14+
<url>https://jitpack.io</url>
15+
</repository>
16+
</repositories>
17+
18+
<dependencies>
19+
<dependency>
20+
<groupId>com.github.EnderCrypt</groupId>
21+
<artifactId>Cs2dJavaMapLibrary</artifactId>
22+
<version>41b21f44c9</version>
23+
</dependency>
24+
</dependencies>

0 commit comments

Comments
 (0)