Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logs don't get created #4

Closed
xMonologue opened this issue Nov 14, 2024 · 3 comments
Closed

logs don't get created #4

xMonologue opened this issue Nov 14, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@xMonologue
Copy link

for some reasons my logs files for my two servers don't get created, anyones know how to fix this issue? Basically I can't link IW4M to my two servers

@xMonologue
Copy link
Author

not sure if it has to do with the mod change I made

@Sterbweise
Copy link
Owner

I'll take a look at the issue. But Firstly, you need to verify the logs configuration and access settings in your dedicated.cfg:

g_logSync 2                                     // 0 only flush on game end, 1 flush when buffer full, 2 always flush after a write, 3 append to old logs. (Keep this at 2 if you plan on using a 3rd party admin tool)
g_log "logs\games_zm.log"                       // If you choose to use this make sure the filename is unique for each server!

For IW4M connection, you need to properly configure this section:

rcon_password ""                                // RemoteCONtrol password. !!Do NOT skip if you plan on using a 3rd party admin tool such as B3 or IW4m-Admin!!
rcon_rate_limit "500"                           // Rate limit RCon; limit is per IP; range is 0 to 10 000; value is in milliseconds. Lower this if you use IW4mA's Game Interface.
rconWhitelistAdd "127.0.0.1"                    // Command used to add an IP address to the whitelist. When no IP is added all IPs can send rcon commands.
rconWhitelistAdd "192.168.0.7"                  // If it is set only the whitelisted IPs and loopback (127.0.0.0/8) can send commands.
rconWhitelistAdd "10.0.0.12"                    // The command can be called multiple times to add more than one IP to the whitelist.
rconWhitelistAdd "172.16.8.7"                   // If IW4M or other third party tools are not on the same machine edit this IP address to the IP address of the machine you will use to host IW4M on.

Note:

  • Make sure to set a unique and secure rcon_password (remove the duplicate line)
  • The IPs in the whitelist should match your network configuration
  • Adjust the rcon_rate_limit according to your needs if using IW4mA
  • Ensure the log filename is unique for each server instance

@Sterbweise Sterbweise self-assigned this Dec 8, 2024
@Sterbweise Sterbweise added the bug Something isn't working label Dec 8, 2024
@Sterbweise
Copy link
Owner

Hi, the latest release is here. It fixes the r4520 update, many problems, and improves stability and architecture.

⚠️ Attention - Significant Modifications

I advise you to read the release notes to be more aware.

The most important change is the new installation process and the architecture to run your server well.

For the installation, take a look here: #installation


Full documentation available: #documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants