# Sven Co-op

![](/files/-M67Wj-c2Z22e1mVFcV6)

## **Server Resources**

**Official Resources**

[Sven Co-op Forums](https://forums.svencoop.com/)

[Sven Co-op Official Discord](https://discordapp.com/invite/svencoop)

The discord contains information for Sven Co-op under the information tab including mapping guides, server config information, and angelscript documentation, among other things.

[Sven Co-op Map Database](http://scmapdb.com/)

## Sven Co-op Tips

Reminder: Sven Co-op is incompatible with both CentOS and Fedora as libssl.so.1.0.0 is not available

Survival Mode settings, can be set in svenserver.cfg

```
//Default Survival state (enabled by default) 1=on 2=off
mp_survival_mode 

//1=Players can vote to enable/disable survival 2=Players can't vote on this
mp_survival_voteallow 

//Number of retries before "next map" vote starts. -1 is infinite,  3 is default
mp_survival_retries 

//Minimum number of players needed to start Survival mode
mp_survival_minplayers 

```

## **Sven Co-op Guides**

[Make FastDL Webserver Case Insensitive](/guides/make-webserver-case-insensitive.md)


---

# 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://docs.linuxgsm.com/game-servers/sven-co-op.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.
