# Faq

<details>

<summary>Where do I find the SCUM server configuration files?</summary>

* Server configs are usually located in:

  ```
  SCUM/Saved/Config/WindowsServer/
  ```

* Key files include:
  * **ServerSettings.ini** – basic server settings
  * **Gameplay.ini** – loot, metabolism, zombies, survival settings
  * **EconomyOverrides.json** – economy/shop settings

</details>

<details>

<summary>How do I change the server name, password, and max players?</summary>

This can be done in the "StartUp" Area in the left menu of the Game panel

</details>

<details>

<summary>How to Add an Admin?</summary>

Add your SteamID64 to the **Admins.txt** file (location varies by host), or use the hosting panel.\
\
1\) Stop Your Server: Access your server control panel and stop the game server to safely edit files.\
\
2\) Locate AdminUsers.ini: Navigate to the file location

```
SCUM/Saved/Config/WindowsServer/AdminUsers.ini.
```

3\) Get Steam64 ID: Find the specific player's Steam64 ID (a long number) using a tool like [steamid.io/lookup](https://steamid.io/lookup) by pasting their Steam profile link.\
\
4\) Edit the File: Open AdminUsers.ini and add the Steam64 ID, with one ID per line.\
Add Commands (Optional): For specific commands, add them in brackets after the ID (e.g., \[SetGodMode, Teleport]).\
\
Example useage of AdminUsers.ini<br>

```
76561199521014775 <- enabling admin commands
76561199521014775[SetGodMode] <- enabling admin commands + setgodmode
76561199521014775[godmode, SetGodMode] <- admin commands + setgodmode
```

\
\
5\) Save & Restart: Save the file and then start your SCUM server for the changes to take effect.<br>

Admin commands are used in chat with a hashtag, such as:

```
#listplayers
#kick <ID>
#teleport <player> <location>
```

</details>

<details>

<summary>How do I change loot, weather, zombies, metabolism, or survival settings?</summary>

Adjust these in **Gameplay.ini**, which controls:

* Zombie counts
* Loot respawn rates
* Vehicle spawns
* Weather frequency
* Base building settings
* Stamina, metabolism, calorie, and hydration rates

These settings allow you to make SCUM harder or easier depending on your community style.

</details>

<details>

<summary>How do i wipe my server?</summary>

A server wipe usually means deleting:

* **Saved/SaveFiles/** (world & character data)
* Economy files (optional)

You can perform:

* **Character wipe only**
* **Base wipe**
* **Full wipe** (world + characters + bases)

Always stop the server first.

</details>

<details>

<summary>How do i add server mods?</summary>

If you are using Steam Workshop or direct mod support:

1. Download the mod files.
2. Upload them to the appropriate server folder.
3. Add the mod IDs or files to the server startup parameters (if required).
4. Restart your server.

Note: Some mod types require client-side installation too.

</details>

<details>

<summary>Why is my SCUM server performing poorly?</summary>

Possible reasons:

* Too many AI (zombies, puppets, animals)
* Excessively high loot settings
* High player count or vehicles
* Heavy mods
* Large bases and structures

Try lowering intensive settings in **Gameplay.ini** or upgrading your hosting resources.\
Ram is easily upgradable and is instant upon payment.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rampart-games-ltd.gitbook.io/docs/game-knowledge-base/scum/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
