Hi,
would it be possible to add more animal zones than the current five?
Is this value hardcoded or can this be changed by a mod?
Its a private constant in the area manager:
public class AreaManager : IExposable
{
private const int StartingAreaCount = 1;
private const int MaxAllowedAreasPerMode = 5;
make of that what you will....
Thank you for the info.