From 85de90493016001ae4ecd79638211db05fe6263e Mon Sep 17 00:00:00 2001 From: RaidMax Date: Thu, 17 Sep 2020 10:51:02 -0500 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FAQ.md b/FAQ.md index f4c84ee..94e3be4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -33,5 +33,11 @@ rcon_password "this is right" - `g_logsync` must be set to always flush (1) for IW4x, (2) for T6 - Example — `set g_logsync 1` +### Could not get the dvar value for version +**This means you selected the wrong parser or the game server port you entered is incorrect** +- Ensure the port listed in the IW4MAdmin error message matches the port of your game server +- You can verify this by entering `net_port` or `get net_port` (for Plutonium T6/IW5) into the server console and comparing it to the error message port +- Ensure the `EventParserVersion` and `RconParserVersion` are identical in `IW4MAdminSettings.json` and they correspond to the game server you are hosting + **If you are running IW4MAdmin remotely, you must setup the [game log server](https://github.com/RaidMax/IW4M-Admin/wiki/Game-Log-Server) python script** **If you entered the log path manually, ensure it's correct**