forked from ddevault/TrueCraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README-dist.txt
executable file
·42 lines (25 loc) · 1.41 KB
/
README-dist.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
You've downloaded TrueCraft, an open source implementation of Minecraft beta
1.7.3. Please note that TrueCraft is still experimental, and is likely to
include bugs and unfinished features.
=== Running TrueCraft ===
On Windows, double click `TrueCraft.Launcher.exe`. This will allow you to play
singleplayer and connect to multiplayer servers.
On Linux and OS X, run `mono TrueCraft.Launcher.exe` from a terminal.
=== Running Servers ===
You've also been given the TrueCraft server. If you want to run a server to play
with your friends, you will need to forward port 25565 on your router.
Run `TrueCraft.exe` to host a server. On Linux and OS X, you can run `mono
TrueCraft.exe` to host the server.
If you do not want to host the server yourself, try https://gamocosm.com.
=== Updating TrueCraft ===
TrueCraft is updated all the time. Download new versions from:
https://truecraft.io
Eventually TrueCraft will update itself automatically. Until then, you'll have
to update it yourself manually.
=== Community ===
You aren't the only one playing TrueCraft! Come hang out with us:
* /r/truecraft
* #truecraft on irc.esper.net
=== Source Code ===
The source code is available at https://github.com/SirCmpwn/TrueCraft
If you know how to code, you're welcome to help improve TrueCraft.