remove Fleshed Out and update the link for NBlood (#12)

This commit is contained in:
CommonLoon102 2020-01-30 20:11:26 +00:00 committed by GitHub
parent 2ca894266c
commit 2b518cc108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 17 deletions

View File

@ -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") },
};
}

View File

@ -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

View File

@ -41,7 +41,7 @@
}
<h1>The client EXE</h1>
<p>Use this exe to connect: <a href="https://lerppu.net/wannabethesis/nblood/20200129-2144/">https://lerppu.net/wannabethesis/nblood/20200129-2144/</a></p>
<p>Use this exe to connect: <a href="https://lerppu.net/wannabethesis/nblood/20200130-2151/">https://lerppu.net/wannabethesis/nblood/20200130-2151/</a></p>
<p><span class="bolder" style="font-size:larger">@Model.ManHoursPlayed</span> man-hours played since @Model.RunningSinceUtc</p>
@ -124,14 +124,3 @@
</ul>
@ListServers(twoira)
</details>
<h2>@fo 1.3</h2>
<details>
<summary>Show @fo <span class="bolder">version 1.3</span> servers</summary>
<p>The below files must be in your Blood directory:</p>
<ul>
<li>fo.INI</li>
<li>fo1m1.MAP-fo1m8.MAP</li>
</ul>
<p class="warning">Not tested in co-op! But I hope it works! :)</p>
@ListServers(@fo)
</details>