Perhaps I've been unclear in some way. All I'm saying is the ability to adjust daytime length without that affecting nighttime length. ARK for example would allow independent settings of daytime period vs nighttime period. For example, I could have a 12 hour real-time day and a 12 minute nighttime period. I could then change to 1 hour real-time day period and that would not affect the nighttime period, and vice-versa. Currently the 24 hour period day and night lengths are linked in 7DtD, so a change in one inextricably affects the other.
How about I ask exactly what settings in the dedicated serverconfig.xml I would use to achieve 2 hour days from 4AM-10PM and a 20 minute night from 10PM-4AM?
Code:
<property name="DayNightLength" value="60" /> <!-- real time minutes per in game day: 60 minutes -->
<property name="DayLightLength" value="18" /> <!-- in game hours the sun shines per day: 18 hours day light per in game day -->
I'll leave this point there as I cannot be any clearer. Again, thanks for the feedback all.