m-byte918 / MultiOgarII

A continued version of the original MultiOgar, an open source Ogar server implementation written with Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with CigarII and Minions

OpenSource03 opened this issue · comments

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.

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.