From 4f99241a3dfdd3dab2c5bc9628f8fc0d6d2dda72 Mon Sep 17 00:00:00 2001 From: mastercoms Date: Tue, 2 Jul 2024 12:30:57 -0400 Subject: [PATCH] add update log and fix typos/update faq --- src/pages/quickplay.astro | 26 ++++-- src/pages/quickplay/host_faq.astro | 10 ++- src/pages/quickplay/updates.astro | 58 +++++++++++++ src/posts/quickplay/updates.md | 128 +++++++++++++++++++++++++++++ 4 files changed, 210 insertions(+), 12 deletions(-) create mode 100644 src/pages/quickplay/updates.astro create mode 100644 src/posts/quickplay/updates.md diff --git a/src/pages/quickplay.astro b/src/pages/quickplay.astro index 313d5c0b..6ed9b50a 100644 --- a/src/pages/quickplay.astro +++ b/src/pages/quickplay.astro @@ -341,12 +341,12 @@ const gamemodes = [
-

FAQ

+

Questions and Answers

Hi, thanks for trying out quickplay! You may have a few questions about it, which should be answered down below. Thanks, and have fun!

And if you're a community server host, check out our Server Hoster FAQServer Hoster guide for more information about quickplay requirements and how we can work together to make a great experience for players.

@@ -355,8 +355,7 @@ const gamemodes = [

This is a best attempt at recreating the old in-game Quickplay feature as accurately as possible, and updating it to work in the current times - and in browser. It is merely an experimental proof of concept now, but - will continue to improve over the coming weeks! + and in browser.

How do I report a problem?

@@ -368,11 +367,18 @@ const gamemodes = [ feedback from both players and server owners!

+

How can I follow updates?

+

+ You can see updates on Discord, + or on our update log. +

+

How do I share this around?

We really appreciate the enthuasiasm! The more people use quickplay, the better it'll be! You can share our easy to remember quickplay.tfquickplay.tf link, and even include it in your Steam name!

@@ -448,7 +454,7 @@ const gamemodes = [ for a game, and the server IP that you ended up on.

-

Does quickplay well in X region?

+

Does quickplay do well in X region?

Probably! There's a strong server offering in Europe, the Americas, Asia, and Oceania. Regions which don't have much or any servers @@ -477,7 +483,7 @@ const gamemodes = [ adverse modifications which players looking for an unmodified casual experience do not want. These server modifications are not allowed for servers in quickplay. You can learn more about detailed requirements in - the server hoster FAQ. + the server hoster guide.

Can I suggest a workshop map?

@@ -504,8 +510,10 @@ const gamemodes = [

What is reputation?

Reputation is a matchmaking metric given to servers if players are shown - to enjoy them. It is a small part of the overall scoring system used to - match servers with players. It is currently not implemented. + to enjoy them. This was used in the old quickplay algorithm to help weed + out bad servers which didn't give players a good experience. It is a + small part of the overall scoring system used to match servers with + players. It is currently not implemented.

How do I support you and this project?

diff --git a/src/pages/quickplay/host_faq.astro b/src/pages/quickplay/host_faq.astro index 9ce0fd60..ee3805c0 100644 --- a/src/pages/quickplay/host_faq.astro +++ b/src/pages/quickplay/host_faq.astro @@ -15,7 +15,7 @@ import Layout from "@layouts/Layout.astro"; @@ -48,7 +48,7 @@ import Layout from "@layouts/Layout.astro";
-

Server Host FAQ

+

Server Host Guide

Hi, server owners! Thanks for your interest in comfig quickplay, and @@ -194,6 +194,10 @@ import Layout from "@layouts/Layout.astro"; labeled with the nocap tag. +

  • + Label usage of sv_pure 1 or 2 with the pure tag. +
  • M2

    @@ -296,7 +300,7 @@ import Layout from "@layouts/Layout.astro"; in regions where servers are hard to come by. This is an area of active investigation and we're gathering feedback from both server owners and players regarding this. The allowed maplist thus is in active flux and there are maps allowed - in quickplay which may not be listed on this FAQ yet. The current criteria + in quickplay which may not be listed in this guide yet. The current criteria for this is mostly a mix of player playtime and regional server availability.

    diff --git a/src/pages/quickplay/updates.astro b/src/pages/quickplay/updates.astro new file mode 100644 index 00000000..bb80fb4b --- /dev/null +++ b/src/pages/quickplay/updates.astro @@ -0,0 +1,58 @@ +--- +import Body from "@components/Body.astro"; +import Footer from "@components/Footer.astro"; +import BaseHead from "@components/head/BaseHead.astro"; +import ImportHead from "@components/head/ImportHead.astro"; +import MainHead from "@components/head/MainHead.astro"; +import PreloadHead from "@components/head/PreloadHead.astro"; +import NavSelector from "@components/NavSelector.astro"; +import Layout from "@layouts/Layout.astro"; +import { Content as UpdatePost } from "../../posts/quickplay/updates.md"; +--- + + + + + + + + + + +
    +

    Quickplay Updates

    + + +
    +