ID:152660
Feb 27 2006, 11:27 am
|
|
I'm wondering. Would a game be rather played when it would all be hud/browser and no verbs tabs, or doesn't it matter? I want to hear your opinion.
|
Having a lot of verb tabs looks hideous. Putting the buttons for chat commands etc. in the HUD is annoying. In most BYOND games verbs are overused and HUDs are often pointless.
It's not a case of verbs or HUD... a healthy mix of both that makes sense is the key. Also, if you have verbs for stuff like attacking, then your game is insta-crap. |
In response to SilkWizard
|
|
SilkWizard wrote:
Also, if you have verbs for stuff like attacking, then your game is insta-crap. Still, some of those insta-crap games can be pretty fun. :) At least in those cases, the authors have more opportunity to focus on content than glitz. (Although I'm much more in favor of pushing the Center key...) |
I think the best way to go is to have a game that can be controlled totally through the mouse, or totally through the keyboard. The player should be able to choose how they want to control their game. But since BYOND has lousy macro support at the moment, its best to provide verbs so that players can create their own macros, assuming the game requires macros in the first place. (A slow game probably wouldn't.) So since verbs are pretty much necessary, its probably best to forgo "HUD buttons" until BYOND gets some better macro support and just stick with verbs and mouse control.
However, I'd never say no to a nice-looking HUD (notice the emphasis on "nice" - crappy looking HUDs aren't worth the effort) that displays information about the game, player status and so on. |
In response to SilkWizard
|
|
SilkWizard wrote:
It's not a case of verbs or HUD... a healthy mix of both that makes sense is the key. Could you redirect me to any games where you think that's the case? (And not Proelium =P ) |
In response to SilkWizard
|
|
SilkWizard wrote:
Putting the buttons for chat commands etc. in the HUD is annoying. If you mean that pop-up text-input is annoying (Ugly too, in my opinion: Clicking on a HUD-button and then have a pop-up for text input looks rather ..ugly), then there is a solution: Make the buttons change client/command_text to an hidden verb, wich is one of the chat-commands. So they can type their text in the command thingie ...that pink bar below in DS. >_> Example: mob/verb/say(T as text) O-matic |
In response to O-matic
|
|
I wub you O-Matic, I doo!
|
In response to Mysame
|
|
Mysame wrote:
I wub you O-Matic, I doo! Freak. ...>.> O-matic |
A reasonable idea would be to place rarely used verbs inside the panel, then toggle the panel on or off through a small button on the hud. Meanwhile, the more important commands are done directly through your hud and/or macros.
|
In response to Rockinawsome
|
|
I beleive the key thing would be to allow many options and methods of doing things and allowing the player to choose and customize exactly how they relay input to the game.
This would, ideally, also allow players to turn off methods of input they find ugly. |
--Vito