# I can't Find Animals

<figure><img src="https://rampart.games/templates/lagom2/assets/img/page-manager/dayzmap.jpg" alt=""><figcaption></figcaption></figure>

### To Modify the amount of Animals Please follow the following steps

\
Prepare Server for new mod installations.
-----------------------------------------

{% stepper %}
{% step %}

### Turn off your server

To avoid potential Corruption of files.
{% endstep %}

{% step %}

### Find the config file

Find the ServerSettings.ini file which is located at:

```
/home/container/SCUM/Saved/Config/WindowsServer/ServerSettings.ini
```

<figure><img src="/files/JKMLej5GmkDhrdPm0heG" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Locate Line&#x20;

Locate the line with&#x20;

```
scum.MaxAllowedAnimals=-1
```

> ⚠️ Hint\
> \
> -1 in most programing logic is intended as a Default Variable (The game devs default number)

\
Replace with what you want for the purpose of this tutorial we will use 100.<br>

```
scum.MaxAllowedAnimals=100
```

This will now Spawn 100 Animals in the world.
{% endstep %}

{% step %}

### Save the File

Save the file by clicking Save content (bottom right)
{% endstep %}

{% step %}

### Start Server

Now Start the server and see if you have more Animals Available.\
Enjoy!
{% endstep %}
{% endstepper %}


---

# 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/i-cant-find-animals.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.
