You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My game has several different moderators and admin that will rely on Zircon to perform their duties like kicking & banning players, watching people, imbursing in-game cash and items, etc. Sure, they might be able to remember that ban John means ban the player named John, but they often struggle with anything more complicated than that.
Consider a spawnitem command, I could theoretically have a hundred different item ids packed into an enum, plus additional arguments like the color, or the size, but they often might miss a letter or mix up the format of the command, leaving them with an error.
I think autocomplete is really important for any command console. Sure, as a programmer you can get away with remembering all the arguments and types for your commands, but to be a true competitor with Cmdr which tons of games use nowadays, it needs to be more accessible to the less tech-savvy, hell, the less strong in memory.
(I know this is already planned, just wanted to make an issue!)
The text was updated successfully, but these errors were encountered:
My game has several different moderators and admin that will rely on Zircon to perform their duties like kicking & banning players, watching people, imbursing in-game cash and items, etc. Sure, they might be able to remember that
ban John
means ban the player named John, but they often struggle with anything more complicated than that.Consider a
spawnitem
command, I could theoretically have a hundred different item ids packed into an enum, plus additional arguments like the color, or the size, but they often might miss a letter or mix up the format of the command, leaving them with an error.I think autocomplete is really important for any command console. Sure, as a programmer you can get away with remembering all the arguments and types for your commands, but to be a true competitor with Cmdr which tons of games use nowadays, it needs to be more accessible to the less tech-savvy, hell, the less strong in memory.
(I know this is already planned, just wanted to make an issue!)
The text was updated successfully, but these errors were encountered: