DayZ Server Version 1.08.153276
So when loading certain mods with dayz server will freeze and never load when certain mod lists are added (see below where it stops in the console) seems to be some critical mass of something that these all or some of the mods contain, this issue has been plaguing the community since 1.08 with tons of different mods seeming to contribute to the issue.
12:46:42 !!! [Inputs] Cannot read inputs cfg "ExpansionProfile\Users\Survivor\Server.core.xml", parser error 12:46:42 [Inputs] Loading inputs cfg "bin/core.xml" 12:46:42 !!! [Inputs] Cannot load input preset "user", file does not exist 12:46:42 [Inputs] Exporting inputs cfg "ExpansionProfile\Users\Survivor\Server.core.xml"
So my testing process I found a breaking point with my snap heli mod where when it was added it would break
The first step was I commented out a few things didn't fix so I commented out everything to see if it was the cpp and it still froze tried a few things with the cpp then I tried removing files so it was just the cpp and it worked so I added back files till it broke and it was the UserActionComponent file then just for shits and giggles I added that file to the right folder (still commented out) tested again worked, then tried uncommenting everything it froze again so going based on the previous findings took a stab and tired fixing the extended part of the classes in snapheli and it still didn't work so I fixed a few classes in heroes and Bandits and bingo server would load . . .