m-byte918 / MultiOgarII

A continued version of the original MultiOgar, an open source Ogar server implementation written with Node.js.
Apache License 2.0
127 stars 131 forks source link

Issues with CigarII and Minions #1558

Closed OpenSource03 closed 3 years ago

OpenSource03 commented 3 years ago

Hello there!

It seems like it is not possible to control minions with CigarII. Once I click Q, it is supposed that I can control the minion (use space to split it, or Q to reject its mass), however, it does not work at all.

Tombez commented 3 years ago

Yeah, I removed the q key method of controlling minions, because there were problems with it.

The original problem was that players were pressing q unintentionally while not playing with minions, and were then confused why they couldn't split or eject. To remedy that, I added some text that shows up if the player was controlling a minion, but that warning could be out of sync with reality, because the q key is also used to toggle spectate free roam mode.

I decided that if toggling controls were needed, they would be better implemented on the client.