-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.md.html
27 lines (27 loc) · 3.87 KB
/
install.md.html
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
<link href="https://raw.github.com/clownfart/Markdown-CSS/master/markdown.css" rel="stylesheet"></link>
<h1 id="install-instructions-basic-usage">Install instructions & basic usage</h1>
<p><a href="index.md.html">Back to index</a></p>
<hr />
<ol style="list-style-type: decimal">
<li>Assuming you've extracted TShock, you're done as far as files go. Run the TerrariaServer.exe file in the folder you've extracted TShock into.</li>
<li>Check to verify that the server window states that some version of TerrariaShock is now running. If this is not the case, stop. Re-download all files and extract them to a new folder, being sure to keep the file structure in tact.</li>
<li>Select a world and port to start the server. *TShock now uses its configuration file to control the number of players on the server. You can edit this value in the configuration file, discussed later. If you are generating a new world, you may experience a significantly longer time as the world creates itself. This is normal.</li>
<li>Once the server is finished starting, you will be greeted with TShock's main console window. You will see a message in yellow that states "<em>To become superadmin, join the game and type /auth</em>" preceding a series of numbers. This set of numbers we will refer to as the "authcode" in succeeding steps.</li>
<li>Connect to the server. Your IP address is 127.0.0.1, and the port will by default be on what you entered in the server console.</li>
<li>Immediately chat the following: "<strong>/auth [authcode]</strong>". Replace [authcode] with the code given in the server console. Example: /auth 123456.</li>
<li>Next, we will create a user account that you can login to. In the game, chat the command "<strong>/user add [username]:[password] superadmin</strong>". Replace [username] and [password] respectively with your appropriate details. You should be able to remeber your password, and it shouldn't be easily guessed. From now on, the phrase "run the command" is synonymous with "chat in the game chat box". In addition, where brackets ([]) are, we will assume you will replace those brackets with information that you have created.</li>
<li>Assuming the last step was a success, login. Run the command "<strong>/login [username] [password]</strong>".</li>
<li>To finalize installation, run the command "<strong>/auth-verify</strong>". This will disable the authcode, enable any previously disabled functionality, and allow the server to be used in production.</li>
</ol>
<hr />
<h3 id="basic-usage">Basic Usage<a id="Basics"></a></h3>
<p>Now that TShock is running, you may be interested in a few other features prior to playing Terraria.</p>
<ul>
<li>You can add admins through two methods. If the user is already registered, you can use "<strong>/user group [username] [group-to-change-to]</strong>". By default, TShock comes with the "vip" group, the "trustedadmin" group, and the "newadmin" group. If the user has yet to register, you can use "<strong>/user add [username]:[password] [group]</strong>" to generate an account with elevated permissions for them.</li>
<li>When you join the server and already have an account, the server will ask for your account password, even if the server has no password setup. In the event that you set a password on the server, unregistered users will be required to enter it. Users that already have an account must enter their own password.</li>
<li>If a user wishes to change accounts but retain their group, a config option exists that will allow you to allow users to login to accounts with any username.</li>
</ul>
<hr />
<h2 id="closing-remarks">Closing remarks<a id="Closing"></a></h2>
<p>Thanks for downloading TShock. Your continued support helps make TShock what it is today. We wouldn't be here without you.</p>
<p>From everyone at TShock, thank-you.</p>