Conan Exiles

Conan Exiles

Not enough ratings
NordheimRPServerMod
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
521.237 KB
10 Jul, 2023 @ 6:08am
2 Aug @ 5:36am
29 Change Notes ( view )

Subscribe to download
NordheimRPServerMod

In 1 collection by Gail
Nordheim RP
10 items
Description
A mod designed to change the base systems of the game, in order to facilitate better server health.

The changes made are designed to reduce the strain on the game thread, as conan uses mostly a single game thread due to unreal engine 4.15 limitations.

This mod mostly targets replication.

Currently this mod:

Disables replication of placeable item inventories, until a player opens the container at which point replication is enabled, replication is disabled again.

What this does is remove a lot of replication data from the game thread, which is especially good for higher population servers, or large bases etc. By removing item inventory replication until an inventory is interacted with, it means that when you load into a base etc. you will be downloading a lot less data from the server.

Messy explanation, I'll tidy it up soon.

Classes modified by the server optimization mod

BP_PlaceableItemContainer
- Replication of the item inventory component on this class is disabled.
It re-enabled when the inventory is openend, then is disabled again once closed.

Works best last in the load order, so that modded chests etc. are affected.

Current known compatibility issues: