Updated FAQ (markdown)

Deividas Gedgaudas 2021-11-22 01:36:13 +02:00
parent 0f7c49682f
commit 7f518c902c

29
FAQ.md

@ -1,15 +1,12 @@
## How do I setup IW4MAdmin?
# How do I setup IW4MAdmin?
Please watch the following videos that walkthrough the background and initial setup steps.
### Pre Requisites and Background Info (Windows)
[![IMAGE ALT TEXT](http://img.youtube.com/vi/kcVTnIu82io/0.jpg)](http://www.youtube.com/watch?v=kcVTnIu82io "IW4MAdmin Setup - Pre Requisites and Background Info (Windows)")
### Basic Walkthrough (Windows)
[![IMAGE ALT TEXT](http://img.youtube.com/vi/xpxEO4Qi0cQ/0.jpg)](http://www.youtube.com/watch?v=xpxEO4Qi0cQ " IW4MAdmin Setup - Basic Walkthrough (Windows)")
## Common Issues
### Could not communicate with [IP:Port]
### OR
### Reached maximum retry attempts to send RCon data to server
# Common Issues
## Could not communicate with [IP:Port] | Reached maximum retry attempts to send RCon data to server
This is always a configuration error.
Note — IW4MAdmin configuration is stored as a text file in `Configuration/IW4MAdminSettings.json`
@ -32,7 +29,7 @@ rcon_password "this is right"
**Your router may not support NAT Loopback**
- If you are hosting from a home PC, and using your external IP Address, try changing your server IP in the IW4MAdmin configuration to 127.0.0.1
### Commands not responding
## Commands not responding
**Make sure your game log file is being created and log sync is turned on**
- Each server must have a unique log file name set in the configuration via the `g_log` dvar
- Example — `set g_log "my_server_hostname_mp.log"`
@ -42,7 +39,7 @@ rcon_password "this is right"
**Make sure your game log file file is NOT readonly**
### Could not get the dvar value for version
## 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
@ -50,3 +47,19 @@ rcon_password "this is right"
**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**
## Could not execute because the specified command or file was not found
![](https://media.discordapp.net/attachments/323985097701195777/912112204017463337/unknown.png?width=720&height=113)
**We ran into this issue troubleshooting _IW4M-Admin_ on Debian based hardware.**
Found out that extracting the package on a different OS ruins the encryption of the files
**Solution:**
Do not extract contents of **IW4X-Admin** on a Windows machine if you're planning on running it on a linux container/virtual machine/directly!
```
wget https://github.com/RaidMax/IW4M-Admin/releases/download/2021.11.21.3-prerelease/IW4MAdmin-2021.11.21.3.zip
mv IW4MAdmin-2021.11.21.3.zip /Your-IWAdmin-Location/IW4MAdmin-2021.11.21.3.zip
unzip IW4MAdmin-2021.11.21.3.zip
```