summaryrefslogtreecommitdiff
path: root/ws2a/help.html
blob: e6dc6b554f0e9c086ae60ce60fc396cf884bda97 (plain)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
    <meta name="description" content="">
    <meta name="author" content="">

    <title>WS2A</title>

    <!-- Bootstrap core CSS -->
    <link href="../css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom styles for this template -->
    <link href="jumbotron-narrow.css" rel="stylesheet">
    <link href="./help.css" rel="stylesheet">

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
  </head>

  <body>

    <div class="container">
      <div class="header clearfix">
        <nav>
          <ul class="nav nav-pills pull-right">
            <li role="presentation"><a href="">Home</a></li>
            <li role="presentation"><a href="./bugs.html">Bugs</a></li>
            <li role="presentation" class="active"><a href="./help.html">Help</a></li>
          </ul>
        </nav>
        <h3 class="text-muted">Winter Survival 2 - Anarchy</h3>
      </div>

      <div class="masthead">
        <nav>
          <ul class="nav nav-justified">
            <li><a href="s1">For Server Owners</a></li>
            <li><a href="s2">For Server Admins</a></li>
            <li><a href="s3">For Developers</a></li>
          </ul>
        </nav>
      </div>

      <div id="#s1">
        <h2>For Server Owners</h2>
        <p>To intall, simply drop the wintersurvival2 folder into the /gamemodes/ folder of your server, located at /garrysmod/gamemodes/. Then, add the folowing line to /garrysmod/cfg/server.cfg
        <p><pre><br/><code>gamemode wintersurvival2</code><br/></pre>
        <p>The gamemode should be able to use admin mods like ULX, but they haven't been tested. In addition, Winter Survival 2 - Anarchy comes with it's own admin system, see "For Server Admins" below
        <p>Admins must be added by adding the name/steamid to the garrysmod/settings/users.txt file like so
        <pre>
        "admin"
        {
          "Apickx"                                "STEAM_0:0:13641699"
        }
        </pre>
      </div>

      <div id="#s2">
        <h2>For Server Admins</h2>
        This is a breif list of admin commands that can be used.
        <br/><code>mas_goto string_playername</code><br/>
        Teleports you to another player
        <br/><code>mas_sethp string_playername number_health</code><br/>
        Sets a player health
        <br/><code>mas_bring string_playername</code><br/>
        Teleports another player to you
        <br/><code>mas_god string_playername</code><br/>
        Enables godmode for a player, they will not take dammage, and cannot die.
        <br/><code>mas_ungod string_playername</code><br/>
        Disables godmode for a player
        <br/><code>mas_bansteamid string_steamid number_time string_reason</code><br/>
        Bans a player for an ammount of time. If the time is 0, this will ban the player permenently. When the player tries to join, they will get a popup with "You are banned:string_reason" on their screen.
        <br/><code>mas_unbansteamid string_steamid</code><br/>
        Unbans the given steamid.
        <br/><code>mas_printbannedplayers</code><br/>
        Prints all banned players to console
        <br/><code>mas_banplayer string_playername</code><br/>
        Bans a player with the given playername. Translates the player's name to their steamid. If a player has a name changer, use mas_bansteamid instead. You can find a player's steamid with <code>status</code>
        </pre></code><br/>
      </div>



      <footer class="footer">
        <p>Contact the admin at <a href="mailto:apickx@cogarr.org">Apickx@cogarr.org</a></p>
      </footer>

    </div> <!-- /container -->

  </body>
</html>