ImportBot Posted March 14, 2016 Share Posted March 14, 2016 Originally Posted by unisev*: Hello, Here is my first plugin, designed for BFBC2 but hopefully working on BF3 (not tested ingame yet), It is a balancer for official match. Parameters : Leader's name : Leader's clanTag : Challenger's clanTag How does it work : When the leader is detected, every other player are balanced with the Leader if they have the Leader's clan TAG and in the opposite team if they have the Challenger's clanTag. InGame command : The Leader can enable/disable the balancing The Leader can enable/disable the kicking option What it will do : If the balancing option is enabled and leader in the game : - every joining soldier will be balanced in the right team with his teammates. - if the leader change team, everybody will automatically swap. - If a soldier try to swap team, he will be re-swap back to the right team If the kicking option is enabled : - every sodlier with a clanTag that is not Leader neither Challenger will be kicked. UniseV Attached Files: SevLeague.zip Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 14, 2016 Author Share Posted March 14, 2016 Originally Posted by ColColonCleaner*: Cool! Seen requests for something like this floating around so it's good to see a plugin handling it. The name 'auto-balance by clan tag', while accurate, could confuse some users new to procon. They might mistake this as a balancing plugin for normal matches, which it is not. Perhaps something along the lines of 'Clan vs Clan Scrim Balancer". Just a suggestion, not going to enforce this change. One that is definitely needed though. Some clans have people with different clan tags, for example some have different tags for their admins vs their members. It would be much better if the leader/challenger's tag settings were a list of tags they could set. You can see other plugins that use lists of strings for examples on this setting type, string[]. I'll be able to look over the code shortly. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 12, 2017 Author Share Posted May 12, 2017 Originally Posted by unisev*: I'll be able to look over the code shortly.Really ? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 12, 2017 Author Share Posted May 12, 2017 Originally Posted by ColColonCleaner*: Really ? Your plugin was published a while back, it's available to the public. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 1, 2017 Author Share Posted June 1, 2017 Originally Posted by unisev*: Ho, sorry, but where is it available ? ...Now I am a celebrity in the little world of "useless plugin for old games"? I've released an update to allow each "captain" to ask the other for a restart... the restart is launched only after the second captain "agree" the restart. should I pass it thru a new validation ? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 1, 2017 Author Share Posted June 1, 2017 Originally Posted by ColColonCleaner*: Ho, sorry, but where is it available ? ...Now I am a celebrity in the little world of "useless plugin for old games"? I've released an update to allow each "captain" to ask the other for a restart... the restart is launched only after the second captain "agree" the restart. should I pass it thru a new validation ? It's in the main section with all the other plugins. Just edit your main post with the updated plugin file if you have an update. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted October 8, 2017 Author Share Posted October 8, 2017 Originally Posted by unisev*: Hello, I'm testing my plug-in on BF3 and I'm discovering that BF3 server do not deliver clanTag to ProCon... ...so my plugin is useless with BF3? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted October 9, 2017 Author Share Posted October 9, 2017 Originally Posted by unconvincible*: Hello, I'm testing my plug-in on BF3 and I'm discovering that BF3 server do not deliver clanTag to ProCon... ...so my plugin is useless with BF3? You could obtain it from battlelog due to web requests.For example: Web request to => http://battlelog.battlefield.com/bf3...R_PLAYER_NAME/ Then follow to "context -> profilePersonas (first entry) -> personaId", save the personaId. It's important, you need it for the next request Web request to => http://battlelog.battlefield.com/bf3..._PERSONAID/pc/ Then follow to "context -> statsPersona -> clanTag" There you go I hope it helped you Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted October 9, 2017 Author Share Posted October 9, 2017 Originally Posted by unisev*: Thank you ! Quote * Restored post. It could be that the author is no longer active. Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.