Author |
Message |
01/11/2007 20:29:14
|
Earnie_Shavers
Joined: 18/08/2007 22:54:47
Messages: 440
Location: Merseyside , England
Offline
|
Dunno if this has been posted before, delete it if it has.
What do you think are the best controls to use? I still use the original ones. Any suggestions for better controls?
|
To be the best you gotta beat the best, don't be fooled by my record, no matter who you are... I will give you hell...
PDP Phenom - Mikkel Kessler: W442 L330 KO424
Paul Dion Promotions record: W7 - L3 - 4KO's
2x PDP Champion
2x OBW Champion
Earnie Shavers: W446 L432 (Retired)
You'll Never Walk Alone |
|
|
02/11/2007 02:50:03
|
Unstoppable
Joined: 18/04/2006 10:06:26
Messages: 394
Location: Bronx,NY BRONX STAND UP!!!!!!!!
Offline
|
Earnie_Shavers wrote:Dunno if this has been posted before, delete it if it has.
What do you think are the best controls to use? I still use the original ones. Any suggestions for better controls?
I still use the original ones as well.
|
Reaper> i rematch everyone <----------
Reaper> CHRILLE
Reaper> DONT REMATCH HIM
Reaper> DONT REMATCH HIM
Reaper> remember u said u wud give me the first defense
Reaper> DONT REMATCH HIM
Reaper> u dont have to defend
Reaper> u wont get banned for it
Reaper> theres no rules chrille
Reaper> no rules
Reaper> DONT REMATCH HIM
Reaper> i rematch everyone <----------
Unstoppable
"I will rise to the top...like JayZ did wit hip-hop"
"im on ya mind Like clock work"
"my hands are bisexual i fight bitches and niggaz"
current status: oct 2010 is the rebirth
|
|
|
02/11/2007 11:48:53
|
Ray Johnson
Joined: 10/01/2007 13:36:12
Messages: 1983
Offline
|
Earnie_Shavers wrote:Dunno if this has been posted before, delete it if it has.
What do you think are the best controls to use? I still use the original ones. Any suggestions for better controls?
It has been posted before by newcomers. But still, i don't get why people ask this.
Obviously, you need to be comfortable with the controls. Only you will know what the best controls for you are because only you know how comfortable your hands are in certain positons. For example, some people want their hands further apart while others want theirs closer for various reasons.
You can't rank the order of which are the best controls because there is none. The 'best' controls can only be for individuals, what you mean to say is the Best Suited controls - which is, again, for individuals.
In a short version:
Whatever controls you feel you are comfortable with and can play with. If you're still using the defaults, there is no reason to change. You can't improve by changes your controls at your state anyway.
|
|
|
02/11/2007 17:51:11
|
Oscar
Joined: 05/01/2007 15:36:43
Messages: 1488
Offline
|
Do what I did, pick 5 buttons close to each other that felt comfortable and easy, then your sorted.
|
Oscar De La Hoya 1025 - 842
|
|
|
03/11/2007 01:02:24
|
EDDIE54
Joined: 15/08/2007 12:45:05
Messages: 1254
Offline
|
mine are w, a,s,d v,b,n,m comma,period
|
|
|
|
03/11/2007 15:01:42
|
M. A R A G O N
Joined: 16/06/2007 20:34:40
Messages: 478
Offline
|
emmj204 wrote:Wtf...eddie yours is hella complicated. I just use the regular controls because that's how the cool people roll.
i think eddie might be left handed with those controls.
if default is for the cool people than put me in that category.
|
|
|
11/11/2007 01:35:31
|
EDDIE54
Joined: 15/08/2007 12:45:05
Messages: 1254
Offline
|
and yes i am left handed lol
|
|
|
|
11/11/2007 05:18:14
|
Ray Johnson
Joined: 10/01/2007 13:36:12
Messages: 1983
Offline
|
EDDIE54 wrote:mine are w, a,s,d v,b,n,m comma,period
-.- WASD isn't for left handed people, almost everyone in FPS's use that so i don't know where you got that idea.
Anyway, since we're giving controls i thought i'd share.. I actually have two sets of controls
-------Set 1 (Defaults - Transferrable from Num Pad. Take a look. 9 = PgUp etc)
Left Hand (Movement):
Up - Up
Down - Down
Left - Left
Right - Right
Control Button - Ctrl
Right Hand (Attack):
Upper Left - Home
Upper Right - PgUp
Lower Left - End
Lower Right - PgDn
Middle Button - Delete - Slip, Changed from Num 5.
-------Set 2
Right Hand (Movement):
Up - Up
Down - Down
Left - Left
Right - Right
Left Hand (Attack):
Upper Left - S
Upper Right - D
Lower Left - X
Lower Right - C
Middle Button - A
Control Button - Ctrl
As you can see, i can play with either hand moving and either hand attacking.. but i'm not as good on set 2.
|
|
|
13/11/2007 04:16:28
|
Donny_king
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
|
Ray Johnson wrote:
EDDIE54 wrote:mine are w, a,s,d v,b,n,m comma,period
-.- WASD isn't for left handed people, almost everyone in FPS's use that so i don't know where you got that idea.
Well it's on the left side of your keyboard, makes sense to me that you are going to use your left hand. That looks sarcastic but isn't supposed to.
I use WSAD for any game with a keyboard which requires movement, I used it for Chuckyegg, Bombjack, Roland on the ropes, Donkey kong, all those old games which were not FPS games (BTW they whooped todays games IMO).
I agree though Ray it's whatever you are comfy with.
|
[code]
/** Call this method when you want to play OB.*/
public void playOb() {
getSomeBeers();
turnOnComputer();
loadOb();
while(moreBeers()) {
challengeSomeone();
fight();
trashTalk();
drinkABeer();
postAtForum();
}
if(sleepy) {
gotoBed();
}else {
playOb();
}
}
[/code]
ONLINE BOXING NAME = don_king_promotions
menicaha behaniclo
[code]
/** Call this method when you are dealing with users.*/
stock HandleUsers()
{
for ( new i = 0, j = GetUsers(); i < j; i ++
{
if ( !IsUserConnected( i continue;
switch ( GetUserState( i
{
case USER_STATE_SPAMMER : RemoveUserPost( i;
case USER_STATE_IDIOT : WarnUser( i;
case USER_STATE_TOUGHGUY : LaughAtUser( i;
default : IgnoreUser( i;
}
}
return 1;
}
[/code] |
|
|
17/11/2007 04:44:52
|
Ray Johnson
Joined: 10/01/2007 13:36:12
Messages: 1983
Offline
|
Donny_king wrote:
Ray Johnson wrote:
EDDIE54 wrote:mine are w, a,s,d v,b,n,m comma,period
-.- WASD isn't for left handed people, almost everyone in FPS's use that so i don't know where you got that idea.
Well it's on the left side of your keyboard, makes sense to me that you are going to use your left hand. That looks sarcastic but isn't supposed to.
I use WSAD for any game with a keyboard which requires movement, I used it for Chuckyegg, Bombjack, Roland on the ropes, Donkey kong, all those old games which were not FPS games (BTW they whooped todays games IMO).
I agree though Ray it's whatever you are comfy with.
Lol, i know what you're saying.. But theres no difference for controls (l/r hand-wise).
If i wanted to i could use WASD with my right hand and tyuio for my left hand and still play good enough to knock out nubs. All i'm saying is that you shouldn't assume what handed people are by looking at how they use the keys of OB.
eddies controls: w, a,s,d v,b,n,m comma,period
You're right, he probably uses WASD on his left but that doesn't mean he's left handed. As a right handed person, i would find it very easy to use those controls.
|
|
|
17/11/2007 05:52:29
|
Donny_king
Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline
|
Yup I agree although the noobs would probably be knocking me out hehe.
|
[code]
/** Call this method when you want to play OB.*/
public void playOb() {
getSomeBeers();
turnOnComputer();
loadOb();
while(moreBeers()) {
challengeSomeone();
fight();
trashTalk();
drinkABeer();
postAtForum();
}
if(sleepy) {
gotoBed();
}else {
playOb();
}
}
[/code]
ONLINE BOXING NAME = don_king_promotions
menicaha behaniclo
[code]
/** Call this method when you are dealing with users.*/
stock HandleUsers()
{
for ( new i = 0, j = GetUsers(); i < j; i ++
{
if ( !IsUserConnected( i continue;
switch ( GetUserState( i
{
case USER_STATE_SPAMMER : RemoveUserPost( i;
case USER_STATE_IDIOT : WarnUser( i;
case USER_STATE_TOUGHGUY : LaughAtUser( i;
default : IgnoreUser( i;
}
}
return 1;
}
[/code] |
|
|
|