> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Change Game Settings in V Rising

> Customize your V Rising server's ruleset, including modifying inventory stack sizes, loot yield multipliers, and sunlight lethality.

## Ruleset Configuration: Game Settings

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner
  </Card>

  <Card title="Time" icon="clock">
    5 Minutes
  </Card>
</CardGroup>

***

> V Rising offers incredible flexibility for server owners, allowing you to tweak almost every aspect of the vampire experience. From making the sun less deadly to doubling resource yields, all gameplay variables are stored in a single JSON configuration file.

| Reading Time |  Difficulty  | Last Updated |
| :----------: | :----------: | :----------: |
|   5 minutes  | Intermediate | January 2026 |

***

## Accessing the Configuration

To modify gameplay rules, you must edit the server's primary settings file:

1. **Navigate:** Go to `/save-data/Settings/` in your File Manager.
2. **File:** Open `ServerGameSettings.json`.
3. **Requirement:** If this file is missing, start the server once to allow the engine to generate the default template, then stop the server.

***

## Essential Modifiers

Here are the most commonly requested adjustments:

### 1. Inventory & Stacking

* **Variable:** `"InventoryStacksModifier": 1.0`
* **Effect:** Increasing this to `2.0` doubles the stack size of all items (e.g., holding 1000 Stone instead of 500).

### 2. Loot & Yield

* **Variable:** `"MaterialYieldModifier_Global": 1.0`
* **Effect:** Controls how many resources you get from hitting trees/rocks. Set to `3.0` for a "3x Gather" server.
* **Variable:** `"DropTableModifier_General": 1.0`
* **Effect:** Controls loot dropped by mobs and bosses.

### 3. Day/Night Cycle

* **Variable:** `"DayDurationInSeconds": 1080`
* **Effect:** Determines the length of a full 24-hour cycle. Increase this number to make days (and therefore nights) last longer.
* **Variable:** `"SunDamageModifier": 1.0`
* **Effect:** Reduce to `0.5` to make the sun inflict 50% less damage per tick, giving vampires a better chance of survival during the day.

***

<Important>
  ### JSON Syntax Warning

  This file is sensitive to syntax errors. A missing comma `,` at the end of a line or an unclosed bracket `}` will cause the server to **reset to default settings** upon boot. We strongly recommend copying your content into a JSON Validator before saving.
</Important>

<Note>
  ### Support Channels

  If you need assistance or have any questions, please contact our support team:

  * **Live Chat:** Available on our website
  * **Website Ticket:** [Submit a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### First Month Discount

  Use code **KB20** at checkout to get **20% off** your first month of hosting!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **V Rising:** Settings verified.
</div>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>
