You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ Shattered Plans is a turn-based strategy game by [Jagex Ltd.][jagex] It was orig
9
9
Running Shattered Plans requires [Java 17 or newer][download-java] and [the latest version of the game JAR][download-shattered-plans]. You can then run the game by running the following command:
10
10
11
11
```sh
12
-
java -jar shatteredplans-0.0.7.jar --local-server
12
+
java -jar shatteredplans-0.1.0.jar --local-server
13
13
```
14
14
15
15
As the name suggests, passing the `--local-server` flag will run a Shattered Plans server locally, allowing you to play the game in singleplayer mode. Other players can connect to your server by running
16
16
17
17
```sh
18
-
java -jar shatteredplans-0.0.7.jar --host <HOST>
18
+
java -jar shatteredplans-0.1.0.jar --host <HOST>
19
19
```
20
20
21
21
replacing `<HOST>` with your IP address. By default, the server runs on port 43594, but you can specify a different port using the `--port` flag. A few other options are also available, pass `--help` to see them all.
@@ -31,7 +31,7 @@ Limited support for adjusting the UI scale is available by setting one or both o
31
31
For example, the following command will force the game to render at 1.5× standard height using a widescreen aspect ratio:
@@ -69,7 +69,7 @@ If you’d like to find people to play with, or if you have any further question
69
69
Shattered Plans and FunOrb are the property of [Jagex Ltd.][jagex] This project is a fan effort to keep a wonderful, creative game from being permanently lost. I do not commercially benefit from this project in any way, and it does not compete in any way with any of Jagex’s current commercial offerings, none of which are even remotely similar to Shattered Plans.
0 commit comments