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

Update troubleshooting.md #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Proximity77
Copy link
Contributor

No description provided.

@@ -18,3 +18,17 @@ Most likely not an actual error. Your server does not support IPv6. Can be ignor

When running the CoD4x \(linux\) server inside a docker container on a windows machine the main and zone folders should not be mounted directly, but be mounted on its parent path. Otherwise the server will fail to load the iwds for some reason.

#### How do I take a screenshot of a player?

In your server console, type `status`. This will display a list of users that are currently connected to your server. Take the number of the user off of that list, or type their user name into this command.... i.e `getss 3`. Once the command is issued to the server it will save the screenshot of the user under a new folder called `screenshots` in your main server directory.
Copy link
Contributor

@proxict proxict Jul 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not entirely accurate. The screenshots directory is created wherever fs_homepath points to, which I believe defaults to ${HOME}/.callofduty4. You can also specify the filename explicitly in the getss command. The syntax of the command is getss <player|all> [filename].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants