[Mod request] More Animal Zones

Started by Conz, September 18, 2015, 04:14:17 AM

Previous topic - Next topic

Conz

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?

skullywag

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....
Skullywag modded to death.
I'd never met an iterator I liked....until Zhentar saved me.
Why Unity5, WHY do you forsake me?

Conz