Skip to content

Commit

Permalink
refactor: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkborderman committed Jun 30, 2023
1 parent 0233cc7 commit 5db0eb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
43 changes: 0 additions & 43 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,3 @@
# StarSystemDesign

![Integration](https://github.com/DarkbordermanModding/Starsector-StarSystemDesign/workflows/Integration/badge.svg)

Manage star system layout in Starsector.

## Prerequisite

| Name | Version |
| --- | --- |
| gradle | 4.4.1 |
| jq | 1.6 |

### Build jar

1. Run
```
gradle build
```
Will build jar files under `jars/`

### Run game to test

1. Put project folder under `<game folder>/mods/`

2. Run
```
gradle run
```
To test gameplay

### Release mod

1. Run
```
gradle release
```
Will create `<project name>-<version>.zip` under `bin/`

### Repository cleanup

1. Run
```
gradle clean
```
Will cleanup `bin/` and `jars/`
2 changes: 1 addition & 1 deletion metadata.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github:
description: Design entities alignment of star systems.
description: Manage, design star systems' layouts in Starsector.
enable_discussions: false
enable_issues: false
enable_projects: false
Expand Down

0 comments on commit 5db0eb8

Please sign in to comment.