Jump to content

*BUG* Please Read - No version checking


cen

Recommended Posts

1.0.3.1 will allow anyone running 1.0.3 to join the server as there is no version check.

 

This causes loads of issues with building objects being updated as well as object duping that I have seen.

 

Please let us know how to fix this or release a hotfix. 

 

Big issue!

 

Thanks!

Link to comment
Share on other sites

player_monitor.fsm  

in

no Player ID

condition

 

Or if u are using text editor

 

line 1320       "_myEpochAnim = getText(configFile >> ""CfgPatches"" >> ""dayz_anim"" >> ""dayzVersion"");" \n
line 1321        "_myEpoch = getText(configFile >> ""CfgPatches"" >> ""dayz_epoch"" >> ""dayzVersion"");" \n
line 1322       "_myEpochB = getText(configFile >> ""CfgPatches"" >> ""dayz_epoch_b"" >> ""dayzVersion"");" \n
line 1323       "_myEpochSfx = getText(configFile >> ""CfgPatches"" >> ""dayz_sfx"" >> ""dayzVersion"");" \n

 

line 1336     (_myEpochAnim != "1.0.3.1") || (_myEpoch != "1.0.3.1") || (_myEpochB != "1.0.3.1") || (_myEpochSfx != "1.0.3.1")

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...