Graal Forums  

Go Back   Graal Forums > PlayerWorlds > Era Main Forum
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 10-23-2011, 11:41 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
I don't like...

A to open doors - i liked it at first, but I like it so much more when you just have to touch it.

A to reload - why not auto reload?

Chat commands - :unlock, :lock (why not toggle with mouse click?)

jw
__________________
Reply With Quote
  #2  
Old 10-23-2011, 11:53 AM
MrDunne MrDunne is offline
Registered User
Join Date: Aug 2010
Posts: 38
MrDunne is on a distinguished road
Quote:
Originally Posted by xAndrewx View Post
A to open doors - i liked it at first, but I like it so much more when you just have to touch it.

A to reload - why not auto reload?

Chat commands - :unlock, :lock (why not toggle with mouse click?)

jw
I'm not an Era player but I believe chat commands are the biggest UI blunder since, well, the existence of Graal. Excessive use of chat commands shows there's something deeper is going wrong with the UI as a whole. Perhaps lack of qualitative output from the graphics department? I don't know but they're bad.
Reply With Quote
  #3  
Old 10-23-2011, 12:14 PM
TSAdmin TSAdmin is offline
Forum Moderator
TSAdmin's Avatar
Join Date: Aug 2006
Location: Australia
Posts: 1,980
TSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud ofTSAdmin has much to be proud of
Quote:
Originally Posted by xAndrewx View Post
A to open doors - i liked it at first, but I like it so much more when you just have to touch it.

A to reload - why not auto reload?

Chat commands - :unlock, :lock (why not toggle with mouse click?)

jw
A to open doors - So you don't accidentally walk into it and end up inside when all you're trying to do is dodge bullets in a gun fight.

A to reload - There's an "Auto reload" in the Options > Weapons section, but that's just for when you change your weapons (EG: Going from Neo Rifle to BAR, both using the same ammo, but different clip sizes). I think that alone should be fixed up, and "Auto reload" be changed to actually auto reload when the clip is run dry rather than when switching weapons of the same ammo type.

Chat commands - I'd like to see something like a "House Control" GUI come up everytime you enter your house and disappear when you leave it that gave you all the buttons and fields you need to perform all the tasks you can do with the chat commands. As for other things, I'm not sure where else chat commands are used like that, other than the /commands, but there's not much you can do to compact all of those commands into a gui and be able to use them as quickly as just typing in exactly what you want to do.
__________________
TSAdmin (Forum Moderator)
Welcome to the Official GraalOnline Forums! Where sharing an opinion may be seen as a declaration of war!
------------------------
· User Agreement · Code of Conduct · Forum Rules ·
· Graal Support · Administrative Contacts ·
Reply With Quote
  #4  
Old 10-23-2011, 12:55 PM
bloodykiller bloodykiller is offline
Era since 2005
Join Date: Oct 2010
Location: Italy
Posts: 1,421
bloodykiller is infamous around these partsbloodykiller is infamous around these parts
if u dont even have to click A (with right timing) to open a door then how easy will it become to run away from a fight??
and dont take off the reload/change gun thing lmao, it's the most (maybe only) useful thing that this management has been able to bring to era..also considering that knowing when to and finding the right time to reload is a skill, like it or not
Reply With Quote
  #5  
Old 10-23-2011, 01:59 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by xAndrewx View Post
A to reload - why not auto reload?
Didn't you introduce that click sound when the clip is empty?
Reply With Quote
  #6  
Old 10-23-2011, 03:15 PM
WillaWonka WillaWonka is offline
Stay Frosty
WillaWonka's Avatar
Join Date: Oct 2010
Location: Uijeongbu, South Korea
Posts: 978
WillaWonka will become famous soon enough
If you don't like pressing A to open doors, then change the command to spacebar or something.
__________________
Reply With Quote
  #7  
Old 10-23-2011, 03:30 PM
papajchris papajchris is offline
Zeus Condero
papajchris's Avatar
Join Date: Jan 2006
Location: Michigan
Posts: 1,600
papajchris is a splendid one to beholdpapajchris is a splendid one to beholdpapajchris is a splendid one to beholdpapajchris is a splendid one to behold
You guys are missing the point. guns have different reload times. I would be annoyed constantly if the guns reloaded automatically. imagine this, you are pking when you just freeze and get shot a few times. Part of pking is timing your reload.

And the chat commands for doors is more simple than a GUI
__________________
Reply With Quote
  #8  
Old 10-23-2011, 03:34 PM
WillaWonka WillaWonka is offline
Stay Frosty
WillaWonka's Avatar
Join Date: Oct 2010
Location: Uijeongbu, South Korea
Posts: 978
WillaWonka will become famous soon enough
Quote:
Originally Posted by papajchris View Post
You guys are missing the point. guns have different reload times. I would be annoyed constantly if the guns reloaded automatically. imagine this, you are pking when you just freeze and get shot a few times. Part of pking is timing your reload.

And the chat commands for doors is more simple than a GUI
Yeah like trying to switch to my taurus, worse gun in the game.
__________________
Reply With Quote
  #9  
Old 10-23-2011, 04:06 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Here's the code for mouse clicking a door
HTML Code:
function onActionLeftMouse() {
  if (player.account in this.door_Access) {
    this.door_open = !this.door_open;
    this.chat = "Door" SPC (this.door_open? "Opened":"Closed") @ "!";
    setTimer(5);
  }
}

function onTimeout() {
  this.chat = " ";
}

I don't mind the reload if people like it- but the doors are annoying as hell lol
__________________
Reply With Quote
  #10  
Old 10-23-2011, 06:40 PM
Scoper Scoper is offline
Still wasting time here?
Scoper's Avatar
Join Date: Sep 2008
Location: Michigan
Posts: 578
Scoper is a glorious beacon of lightScoper is a glorious beacon of lightScoper is a glorious beacon of light
Send a message via AIM to Scoper
Quote:
Originally Posted by xAndrewx View Post
Here's the code for mouse clicking a door
HTML Code:
function onActionLeftMouse() {
  if (player.account in this.door_Access) {
    this.door_open = !this.door_open;
    this.chat = "Door" SPC (this.door_open? "Opened":"Closed") @ "!";
    setTimer(5);
  }
}

function onTimeout() {
  this.chat = " ";
}

I don't mind the reload if people like it- but the doors are annoying as hell lol

I'll start offering that as an option to people for their storage doors, thanks for the tip.
__________________
You'd be jaded by now, too.
Don't listen to me. Arguments are beyond me, but man am I good with a ban hammer.

"I don't believe that right choice confers immunity. I no longer believe in reward. I simply believe that choices must be made regardless of their chances of success. And so I've come here."
Quote:
Originally Posted by bloodykiller View Post
take my liver but not my classic accounts
Quote:
Originally Posted by Kohola_KinG View Post
That's the type of guy you are. Never wrong, always right. Headache material you are.
Reply With Quote
  #11  
Old 10-23-2011, 06:40 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
having to use a mouse on graal outside of the usual OOC gui stuff (playerlist, serverlist, etc) is a big no-no. =[
__________________
Reply With Quote
  #12  
Old 10-23-2011, 07:05 PM
salesman salesman is offline
Finger lickin' good.
salesman's Avatar
Join Date: Nov 2008
Location: Colorado
Posts: 1,865
salesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud of
Pretty sure Era used to have auto-reloading at one point, but it was changed back right away because you don't always want to reload right when you run out of ammo.

For example, when a wall of bullets is coming at you and you want to wait until after you dodge them to reload.

e: if reloading didn't have a freeze associated with it, then yeah, auto-reloading would be nice.
__________________
Reply With Quote
  #13  
Old 10-23-2011, 07:35 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by Crono View Post
having to use a mouse on graal outside of the usual OOC gui stuff (playerlist, serverlist, etc) is a big no-no. =[
This.
Reply With Quote
  #14  
Old 10-23-2011, 07:39 PM
MrDunne MrDunne is offline
Registered User
Join Date: Aug 2010
Posts: 38
MrDunne is on a distinguished road
Yes, moving from keyboard to mouse is very slow and there would be absolutely no benefit. Try it, it can really slow you down doing that all the time.
Reply With Quote
  #15  
Old 10-23-2011, 08:11 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
I think I'm used to iOS stuff lol

I suppose Era PC doesn't offer weekly ammo stuff too
__________________
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 04:55 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.