Please can you put in the game redoing missions so i can play them again and again change tactics each time and have a leaderboard see who can do it the fastest the stealthiest and the more aggressive way between you and your friends and world. Not like other games do missions and and side missions and have nothing left to do please can you implement into game
Leader boards could depend on a lot more statistics than just how quickly a mission is completed. There could even be tailor made leader boards for each mission. One could be who can get the most bad guy kills. One could be who completes it the fastest, one could be who completed it with the LEAST bad guys killed, etc...
No problem if they have them and do something like this from my perspective.
Please honer the round in the chamber when you reload a closed bolt weapon system.I am fairly confident It would be a simple change to implement that would make a huge effect on the authenticity of the game. As a basic rule of thumb (with very few exceptions) if a weapon is magazine fed it is closed bolt, if it is belt fed it is open bolt and therefore has no round in the chamber. If it is closed bolt and the weapon is not empty, there would still be a round in the chamber. So if you reload with a 30 round magazine and the weapon is not empty there would be the 30 rounds in the magazine + the one in the chamber giving you a total of 31 rounds.
To implementing this should be pretty simple and would make a lot of military and gun enthusiasts very happy.
-Add a variable to the parent weapon class " boolean isOpenBolt = true; "
-On any belt fed ( most machineguns ) set it to false in the constructor
-Then in the appropriate place in the reload method
if( ammoCount != 0 && this.weapon.isOpenBolt ) {
ammoToAdd++;
}
If you are reading this far thank you for considering. Big fan of the Ghost Recon franchise.