From 2b518cc108b7238f2b1fc5908abc890721c0e5d8 Mon Sep 17 00:00:00 2001 From: CommonLoon102 <321850+CommonLoon102@users.noreply.github.com> Date: Thu, 30 Jan 2020 20:11:26 +0000 Subject: [PATCH] remove Fleshed Out and update the link for NBlood (#12) --- Common/Constants.cs | 1 - README.md | 6 ++---- WebInterface/Views/Home/Index.cshtml | 13 +------------ 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/Common/Constants.cs b/Common/Constants.cs index 5e77444..cde07d3 100644 --- a/Common/Constants.cs +++ b/Common/Constants.cs @@ -14,7 +14,6 @@ namespace Common { "BLOOD", new Mod("BLOOD", "Blood", "") }, { "CRYPTIC", new Mod("CRYPTIC", "Cryptic Passage", "-ini CRYPTIC.INI") }, { "DW", new Mod("DW", "Death Wish", "-ini dw.ini") }, - { "FO", new Mod("FO", "Fleshed Out", "-ini fo.ini") }, { "TWOIRA", new Mod("TWOIRA", "The Way of Ira", "-ini TWOIRA/twoira.ini -j=TWOIRA") }, }; } diff --git a/README.md b/README.md index 4d9d8e1..42cc3ab 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ After you start the container, the following will happen: 2. Download the Dockerfile: `wget https://raw.githubusercontent.com/CommonLoon102/NBloodServerSupervisor/master/Dockerfile --directory-prefix=supervisor` 3. Build the Docker image: `sudo docker build --no-cache -t nblood-supervisor:latest supervisor` 4. Navigate to your Blood 1.21 directory where you have the below files. -The files are from stock Blood 1.21, Cryptic Passage, Death Wish 1.6.10, The Way of Ira 1.0.1, Fleshed Out 1.3 +The files are from stock Blood 1.21, Cryptic Passage, Death Wish 1.6.10 and The Way of Ira 1.0.1 - BLOOD.INI - BLOOD.RFF - CP01.MAP-CP09.MAP @@ -48,8 +48,6 @@ The files are from stock Blood 1.21, Cryptic Passage, Death Wish 1.6.10, The Way - DWE1M1.MAP-DWE1M12.MAP - DWE2M1.MAP-DWE2M12.MAP - DWE3M1.MAP-DWE3M12.MAP -- fo.INI -- fo1m1.MAP-fo1m8.MAP - GUI.RFF - SOUNDS.RFF - SURFACE.DAT @@ -87,7 +85,7 @@ http://your.ip.goes.here:23580/nblood/api/listservers You can start new private servers via this API: http://your.ip.goes.here:23580/nblood/api/startserver?players=3&modName=cryptic&apiKey=the_actual_apikey_here The number of players must be at least 3 and maximum 8. The servers started with this URL won't be visible publicly via the `listservers` URL. -The modName parameter can be `cryptic`, `dw`, `fo`, `twoira` or it can be missing. +The modName parameter can be `cryptic`, `dw` and `twoira` or it can be missing. You can see the port and the command line command to join in the response. Port range used: 23580-23700 diff --git a/WebInterface/Views/Home/Index.cshtml b/WebInterface/Views/Home/Index.cshtml index acd9029..b4e75da 100644 --- a/WebInterface/Views/Home/Index.cshtml +++ b/WebInterface/Views/Home/Index.cshtml @@ -41,7 +41,7 @@ }

The client EXE

-

Use this exe to connect: https://lerppu.net/wannabethesis/nblood/20200129-2144/

+

Use this exe to connect: https://lerppu.net/wannabethesis/nblood/20200130-2151/

@Model.ManHoursPlayed man-hours played since @Model.RunningSinceUtc

@@ -124,14 +124,3 @@ @ListServers(twoira) -

@fo 1.3

-
- Show @fo version 1.3 servers -

The below files must be in your Blood directory:

- -

Not tested in co-op! But I hope it works! :)

- @ListServers(@fo) -