3
0
Fork 0

Update Opposing Force.md

CTF stats can not be saved on any platform outside of Windows.
This commit is contained in:
Maxwell Bunch 2023-09-18 16:52:59 +00:00
parent d16803cd96
commit 802f42af9f

View file

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