hmm here's an idea for those that want or don't want a per flagship limit fleet size. The main reason for these is to satisfy both sides in the debate of should they have limits or not. Well in this case they start off without any but the server admins can set them to whatever they like.
MAX_NUMBER_SHIPS_PER_FLAGSHIP = -1 (-1 or less is unlimited, 0 is no fleets, 1 or greater is number of ships per flagship not accounting for a ship of the fleet also being a flagship of it's own fleet)
MAX_NUMBER_FLAGSHIPS = -1 (-1 or less is unlimited, 0 means a fleet cannot have other flagships as part of it, 1 or higher is the number of flagships that can be part of another flagship's fleet)
FLEET_DEPTH = -1 (-1 is unlimited depth, 0 cannot have other flagships in a fleet, 1 or higher means you can have a flagship that also has a flagship in its own fleet up to the depth number so if set to say 5 ignoring the main flagship you could have 5 sub fleets deep so MainFG => SubFG1 => SubFG2 => SubFG3 => SubFG4 => SubFG5)
The first one limits the number of ships per fleet, the second limits how many flagships can be assigned to a given flagship at a certain fleet depth, and the last one says how many flagships deep can you go, sort of like the docked entity chain limit but for fleets. All are set to unlimited by default but could be changed later.
Any ideas?
MAX_NUMBER_SHIPS_PER_FLAGSHIP = -1 (-1 or less is unlimited, 0 is no fleets, 1 or greater is number of ships per flagship not accounting for a ship of the fleet also being a flagship of it's own fleet)
MAX_NUMBER_FLAGSHIPS = -1 (-1 or less is unlimited, 0 means a fleet cannot have other flagships as part of it, 1 or higher is the number of flagships that can be part of another flagship's fleet)
FLEET_DEPTH = -1 (-1 is unlimited depth, 0 cannot have other flagships in a fleet, 1 or higher means you can have a flagship that also has a flagship in its own fleet up to the depth number so if set to say 5 ignoring the main flagship you could have 5 sub fleets deep so MainFG => SubFG1 => SubFG2 => SubFG3 => SubFG4 => SubFG5)
The first one limits the number of ships per fleet, the second limits how many flagships can be assigned to a given flagship at a certain fleet depth, and the last one says how many flagships deep can you go, sort of like the docked entity chain limit but for fleets. All are set to unlimited by default but could be changed later.
Any ideas?