From b8a4316417d3105ec87448183c38bc88e76c98a1 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 4 Nov 2017 17:42:23 -0400 Subject: Updated projects with milligram gms, redead, and ws2a pages now use milligram instead of bootstrap --- ws2a/help.html | 83 +++++++++++++++-------------------------------- ws2a/index.html | 73 +++++++---------------------------------- ws2a/jumbotron-narrow.css | 79 -------------------------------------------- ws2a/style.css | 4 +++ 4 files changed, 42 insertions(+), 197 deletions(-) delete mode 100644 ws2a/jumbotron-narrow.css create mode 100644 ws2a/style.css (limited to 'ws2a') diff --git a/ws2a/help.html b/ws2a/help.html index a05c466..abcdf54 100644 --- a/ws2a/help.html +++ b/ws2a/help.html @@ -2,63 +2,36 @@ - - - - - + WS2A - help - WS2A - - - - - - + + + - - - -
-
- -

Winter Survival 2 - Anarchy

-
- - - -
-

For Server Owners

+
+
+

Winter Survival 2 - Extended

+ +
+
+

For Server Owners

You can download Winter Survival 2 either useing git (recommended) by installing git on your server, and executing

-cd C:/path/to/server
+cd C:/path/to/server/garrysmod/gamemodes/
 git clone https://cogarr.net/source/cgit.cgi/wintersurvival2.git
 git clone https://cogarr.net/source/cgit.cgi/gearfox.git/

or by downloading gearfox and Winter survival 2 and dropping both into your /gamemode/ directory.

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

gamemode wintersurvival2
-

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 +

The gamemode should be able to use admin mods like ULX, but they haven't been tested. In addition, Winter Survival 2 - Extended comes with it's own admin system, see "For Server Admins" below

Admins must be added by adding the name/steamid to the garrysmod/settings/users.txt file like so

 "admin"
@@ -66,15 +39,14 @@ git clone https://cogarr.net/source/cgit.cgi/gearfox.git/
"Apickx" "STEAM_0:0:13641699" } -
- -
-

For Server Admins

+ +
+

For Server Admins

This is a breif list of admin commands that can be used.

mas_goto string_playername
Teleports you to another player

mas_sethp string_playername number_health
- Sets a player health
+ Sets a players health

mas_bring string_playername
Teleports another player to you

mas_god string_playername
@@ -90,10 +62,10 @@ git clone https://cogarr.net/source/cgit.cgi/gearfox.git/
mas_banplayer string_playername
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 status

-
+ -
-

For Developers

+
+

For Developers

Stuff about how to add to this gamemode

Items

All items are located in gamemode/itemsystem/items, you can find an example item in base.lua @@ -126,13 +98,10 @@ git clone https://cogarr.net/source/cgit.cgi/gearfox.git/
ws_generaterecipes

Generates a cheetsheet in HTML for you! the file is saved in garrysmod/data
-

+ - -
+ diff --git a/ws2a/index.html b/ws2a/index.html index 8f5a21c..3f583e3 100644 --- a/ws2a/index.html +++ b/ws2a/index.html @@ -2,73 +2,24 @@ - - - - - - WS2A - - - - + + - - - -
-
- -

Winter Survival 2 - Anarchy

-
- -
-

WS2A

-

The first gamemode in the extended Winter Survival series!

-

Join server!

-
- -
-
-

What is it?

-

Winter Survival 2 - Anarchy is the first installment of my extenstions to Winter Survival 2

- -

History

-

Winter Survival 2 was originally created by The Maw, and a few other helpers. It has been dead for a little while, until some guy on the internet with fond memorires of playing it during his nights in highschool decided to revive it!

- -

It's so fucking broken!

-

Consider fileing a bug in the bugs tab, then wait patiently until it gets fixed!

-
- -
-

I want to help!

-

Feel free to get a copy of the source code and start hacking away here

- -

Where's the liscense?

-

Although I like useing and publishing under copyleft liscenses, other people involved in development didn't give me much to work with! I can't bind their code under a liscense of my choice, but my code is free to use under the BSD 2-clause, and assets under Creative Commons Attribution

-
-
- - - -
- +
+
+

Winter Survival 2 Extended

+

Winter survival 2, this version has vaious bugfixes, updates, and usability improvements, while still keeping faithful to the gameplay of old. +

If you find a bug, feel free to report it at cogarr.net/bugs/ws2a, or if you just want to talk about the gamemode, head over to cogarr.com/ws2a +

If you want to host your own winter survival 2 server, head over to cogarr.net/source to get the code, and check out the help page. +

Winter survival 2 was originally written by TheMaw, this version has updates by Apickx and Wolly. +

+ +
diff --git a/ws2a/jumbotron-narrow.css b/ws2a/jumbotron-narrow.css deleted file mode 100644 index 952adc5..0000000 --- a/ws2a/jumbotron-narrow.css +++ /dev/null @@ -1,79 +0,0 @@ -/* Space out content a bit */ -body { - padding-top: 20px; - padding-bottom: 20px; -} - -/* Everything but the jumbotron gets side spacing for mobile first views */ -.header, -.marketing, -.footer { - padding-right: 15px; - padding-left: 15px; -} - -/* Custom page header */ -.header { - padding-bottom: 20px; - border-bottom: 1px solid #e5e5e5; -} -/* Make the masthead heading the same height as the navigation */ -.header h3 { - margin-top: 0; - margin-bottom: 0; - line-height: 40px; -} - -/* Custom page footer */ -.footer { - padding-top: 19px; - color: #777; - border-top: 1px solid #e5e5e5; -} - -/* Customize container */ -@media (min-width: 768px) { - .container { - max-width: 730px; - } -} -.container-narrow > hr { - margin: 30px 0; -} - -/* Main marketing message and sign up button */ -.jumbotron { - text-align: center; - border-bottom: 1px solid #e5e5e5; -} -.jumbotron .btn { - padding: 14px 24px; - font-size: 21px; -} - -/* Supporting marketing content */ -.marketing { - margin: 40px 0; -} -.marketing p + h4 { - margin-top: 28px; -} - -/* Responsive: Portrait tablets and up */ -@media screen and (min-width: 768px) { - /* Remove the padding we set earlier */ - .header, - .marketing, - .footer { - padding-right: 0; - padding-left: 0; - } - /* Space out the masthead */ - .header { - margin-bottom: 30px; - } - /* Remove the bottom border on the jumbotron for visual effect */ - .jumbotron { - border-bottom: 0; - } -} diff --git a/ws2a/style.css b/ws2a/style.css new file mode 100644 index 0000000..173161e --- /dev/null +++ b/ws2a/style.css @@ -0,0 +1,4 @@ + +.wrapper .container{ + max-width:80rem +} -- cgit v1.2.3-70-g09d2