cen Posted December 16, 2013 Report Share Posted December 16, 2013 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 More sharing options...
vbawol Posted December 16, 2013 Report Share Posted December 16, 2013 We have version checks on the dayz_code and 4 other main pbos and all of them are requiring 1.0.3.1. Just checked and was not able to join a 1.0.3.1 server with 1.0.3. Link to comment Share on other sites More sharing options...
cen Posted December 16, 2013 Author Report Share Posted December 16, 2013 What about with taviana/panthera and other mods? I've got multiple players joining with 1.0.3 on my 1.0.3.1 server. Link to comment Share on other sites More sharing options...
vbawol Posted December 16, 2013 Report Share Posted December 16, 2013 It should not matter but we also do not support using other dayz mods only the maps themselves. Link to comment Share on other sites More sharing options...
cen Posted December 16, 2013 Author Report Share Posted December 16, 2013 Can you provide some insight into where the check is located? Link to comment Share on other sites More sharing options...
Torndeco Posted December 17, 2013 Report Share Posted December 17, 2013 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 More sharing options...
vbawol Posted December 17, 2013 Report Share Posted December 17, 2013 For dayz_code player_monitor.fsm: _version != dayz_versionNo Link to comment Share on other sites More sharing options...
Richie Posted December 17, 2013 Report Share Posted December 17, 2013 I can confirm that a 1.3.0 player can join a 1.0.3.1 server. I'm also running Taviana 2.0 Link to comment Share on other sites More sharing options...
veeshan Posted December 17, 2013 Report Share Posted December 17, 2013 I wasn't able to join my regular server which updated to 1.0.3.1 (Play WithSix hasn't updated to the new patch yet), so there must be some other variable at play that is allowing them to join. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now