From f9f3d5adfdcb6f576083b37982e25405172837eb Mon Sep 17 00:00:00 2001 From: eukara <40036380+eukara@users.noreply.github.com> Date: Thu, 18 Mar 2021 18:16:46 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4684cf5..7f01d5c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ Featuring proper weapon prediction to enable stress-free netplay. ![Preview 3](img/preview3.jpg) ![Preview 4](img/preview4.jpg) +## Features and Improvements +* Native support for Windows/Mac/Linux/BSD and wherever else FTEQW runs on +* Better support for higher display modes and aspect ratios +* Much easier modding by having the entire logic be in modern QuakeC +* Netcode that's always improving and more advanced prediction +* Open-source code for transparent modding +* Very permissive license (ISC/BSD) + ## Installation Grab the latest binary release, extract and put an FTEQW engine binary (for your platform) into the same folder as the default.fmf and readme file. Get FTEQW here: https://www.fteqw.org/ From cca20d2f5c4b30df093a1a90d9ddb5e88e60d4f6 Mon Sep 17 00:00:00 2001 From: eukara <40036380+eukara@users.noreply.github.com> Date: Fri, 19 Mar 2021 13:07:50 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7f01d5c..b2cc519 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ This allows the code to be fully free and unencumbered, unlike similar projects. Featuring proper weapon prediction to enable stress-free netplay. +The engine you want to use to run this is FTEQW (https://www.fteqw.org), which is a project unrelated to this. It just happens to support the file-formats FreeHL needs. + ![Preview 1](img/preview1.jpg) ![Preview 2](img/preview2.jpg) ![Preview 3](img/preview3.jpg) @@ -31,6 +33,8 @@ Get FTEQW here: https://www.fteqw.org/ Run the engine and when in-game download the needed content, or optionally merge your own HL + CS 1.5 installation. ## Building +Make sure you've cloned the FreeHL repo (external) into the Nuclide-SDK. + Clone the repository into the Nuclide-SDK: > git clone REPOURL cstrike