From 802f42af9f6eadd96ad14cf6a71044a5b28100a7 Mon Sep 17 00:00:00 2001 From: Maxwell Bunch Date: Mon, 18 Sep 2023 16:52:59 +0000 Subject: [PATCH] Update Opposing Force.md CTF stats can not be saved on any platform outside of Windows. --- Opposing Force.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Opposing Force.md b/Opposing Force.md index e90ce1c..87b81ad 100644 --- a/Opposing Force.md +++ b/Opposing Force.md @@ -18,4 +18,8 @@ Start a multiplayer game on the map `op4ctf_hairball`. It's a very small map - c - Sometimes the yellow ammo powerup never gives any ammo, when it should. - The longjump powerup never gives you the longjump ability, when it should. -- ... \ No newline at end of file +- ... + +## You can not save your CTF stats from the VGUI menu when on Linux (and maybe macOS?) + +There is an ifdef for Win32 in the function that makes it so only Windows compiles can save stats. The function would need to be edited to work across all supported platforms. \ No newline at end of file