haxball / haxball-issues

115 stars 43 forks source link

suggestions for haxball headless #1190

Open dapucita opened 3 years ago

dapucita commented 3 years ago

Thank you always for your hard work. As result of developing and operating the bot, there are some new features that I need, so I ask you. I understand that not all opinions are accepted. XD

Some logic can be added to the bot to prevent it, but this is only a follow-up measure, which causes confusion for other players and costs program resources.

Thank you for reading my article. I would be glad if any of my opinions were accepted.

thenorthstar commented 3 years ago

Thank you always for your hard work. As result of developing and operating the bot, there are some new features that I need, so I ask you. I understand that not all opinions are accepted. XD

  • Please add the country code to PlayerObject. (eg. Allow specific countries, not others)
  • Please add an option to fundamentally block Ban or Kick. (Even if admin player)
  • Please add an option that prevents admin players from changing the duration of the game or the goal limit.

Some logic can be added to the bot to prevent it, but this is only a follow-up measure, which causes confusion for other players and costs program resources.

Thank you for reading my article. I would be glad if any of my opinions were accepted.

@dapucita You have good ideas, I agree with second and third ones because of it can be required to prevent ban of players sometimes and changing of something. But the first one is not ethic, because decomposing people by nationalities is not good. But you can create a blacklist to keep the people who you don't want away.

By the way, if you really need this, you can do it by using JQuery. So you can detect players' countries and allow (or block) them.

dapucita commented 3 years ago

Thank you always for your hard work. As result of developing and operating the bot, there are some new features that I need, so I ask you. I understand that not all opinions are accepted. XD

  • Please add the country code to PlayerObject. (eg. Allow specific countries, not others)
  • Please add an option to fundamentally block Ban or Kick. (Even if admin player)
  • Please add an option that prevents admin players from changing the duration of the game or the goal limit.

Some logic can be added to the bot to prevent it, but this is only a follow-up measure, which causes confusion for other players and costs program resources. Thank you for reading my article. I would be glad if any of my opinions were accepted.

@dapucita You have good ideas, I agree with second and third ones because of it can be required to prevent ban of players sometimes and changing of something. But the first one is not ethic, because decomposing people by nationalities is not good. But you can create a blacklist to keep the people who you don't want away.

By the way, if you really need this, you can do it by using JQuery. So you can detect players' countries and allow (or block) them.

My country, South Korea, is actually an isolated island. (Yes, we have North Korea above us)

Connecting to other countries abroad can only be done by the undersea network, so the user experience is severely degraded when other players from abroad participate in the game.

Actually, I like globalization. It was not 'discrimination' that I intended to make the first comment.

....But I agree with your point that first feature can cause ethical problems. Thank you!

thenorthstar commented 2 years ago

351