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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].


#### How do I fix this annoying PunkBuster error?
- Download the PunkBuster [fixed files.](https://github.com/promod/CoD-PunkBuster-Files)
- Click on green button `<> Code` and then click `Download ZIP.`
- Extract the `pb` folder that is inside `.zip file/Call of Duty 4/Windows/pb`
- Copy the `pb` folder and paste it inside COD4 directory where you installed the game.

#### How do you open the console in game?
- Press the tilde key `( ~ )` that's below `Esc (escape key)` to open the console.
- You can also press `Shift + ( ~ )` to expand the console further.
- If console is not working, go to `Options -> Game Options -> Switch "Enable console" to yes`.