[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4201: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4203: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4204: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4205: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
The Land of Oz :: View topic - 1.40 Binds
The Land of Oz
http://thelandofoz.net/

1.40 Binds
http://thelandofoz.net/viewtopic.php?f=12&t=1922
Page 1 of 2

Author:  Wildwood [ Thu Sep 09, 2010 6:33 pm ]
Post subject:  1.40 Binds

Ive been using Tribes1.40_LegendzConfigv2.0
The config.cs files has
NewActionMap("pdaMap.sae");bindAction(keyboard0, make, "z", TO, IDACTION_ZOOM_MODE_ON);
bindAction(keyboard0, break, "z", TO, IDACTION_ZOOM_MODE_OFF);

and the zoom action in gui is unbound. I bind it to mouse0 button1 in gui and play.
When I go back in its reset.

So I've been playn with config.cs and I add this in
bindAction(mouse0, make, button1, TO, IDACTION_ZOOM_MODE_ON);
bindAction(mouse0, break, button1, TO, IDACTION_ZOOM_MODE_OFF);

Whatever reads the config.cs resets it back.
So heres a mind bender for you, if I go into gui set zoom to "z" exit the app and go back into it.......gui reads "z"

Author:  Shadowraith [ Thu Sep 09, 2010 7:20 pm ]
Post subject:  Re: 1.40 Binds

i found that the config.cs is overwritten by the legendz config file. delete/overwrite or whatever those binds, and then it will work like normal.

Author:  DiscShot [ Fri Sep 10, 2010 5:07 am ]
Post subject:  Re: 1.40 Binds

1.40 = fail.. 1.30 FTW

Author:  Ebroglio [ Fri Sep 10, 2010 7:56 pm ]
Post subject:  Re: 1.40 Binds


Author:  DiscShot [ Fri Sep 10, 2010 9:40 pm ]
Post subject:  Re: 1.40 Binds

Until i found out it dont work right for me.. keybinds and dont save faves

Author:  (=SK=)Zorak [ Fri Sep 10, 2010 11:00 pm ]
Post subject:  Re: 1.40 Binds

You play with very stange keybinds, and I don't know anybody else who has had a problem with favs.

Author:  DiscShot [ Sat Sep 11, 2010 2:30 am ]
Post subject:  Re: 1.40 Binds

im unique ;)

Author:  DaJ4ck3L [ Sat Sep 11, 2010 4:04 am ]
Post subject:  Re: 1.40 Binds


Author:  DiscShot [ Sat Sep 11, 2010 4:50 am ]
Post subject:  Re: 1.40 Binds

yup shit happens

Author:  DaJ4ck3L [ Sun Sep 12, 2010 3:22 am ]
Post subject:  Re: 1.40 Binds

The answer to this question is in the "Options" in tribes. It is in one of the option sections, I belive it is reset zoom or something.

Author:  Wildwood [ Sun Sep 12, 2010 6:57 pm ]
Post subject:  Re: 1.40 Binds

Naw its not the action that sets the zoom range its the zoom action itself.

Damnedest thing, the left mouse button will not stay bound if I exit the game.

I trried deleting the lines pertaining to the zoom action and the tempCFG.cs file too. Just doesnt save it. So as part of my pre-game ritual I just set the key and play on.

Might try it urself.
Now as for the rest of the binds (stock 1.40.655 with Legendz2.0), damn wished I'd been playing with this setup all these years. Much more efficient layout.

Author:  DiscShot [ Sun Sep 12, 2010 7:17 pm ]
Post subject:  Re: 1.40 Binds

im fine with 1.30 :)

Author:  DaJ4ck3L [ Sun Sep 12, 2010 9:17 pm ]
Post subject:  Re: 1.40 Binds

If your using the Legendz binds, then I have been playing with them for many years. It's a good setup. :)

Author:  Wildwood [ Sat Sep 25, 2010 10:40 am ]
Post subject:  Re: 1.40 Binds

Found it finally. defaultClientPrefs.cs had to delete the make/break zoom out of this file. Then the lines in the config.cs will stay.

Author:  AntiDeath [ Sat Sep 25, 2010 11:16 am ]
Post subject:  Re: 1.40 Binds

wildwood, are u howian too?

Page 1 of 2 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/