Posts: 1
Threads: 1
Joined: Sep 2010
Having a bit of a stupid problem, all the documents i can find say to go on multiplayer or single game with bots i need to go to the menu.
The only problem is...when i press ESC it does nothing...i can't figure out how to get on the menu, it's highly frustrating.
I'm using a Macbook 13 on OSX Snow Leopard if that helps.
Please somebody help :@
Posts: 562
Threads: 61
Joined: Jul 2010
Delete [assaultcubedirectory]/config/saved.cfg and see if it works after that
Posts: 1,331
Threads: 44
Joined: Jun 2010
25 Sep 10, 05:22PM
(This post was last modified: 26 Sep 10, 12:51AM by Bukz.)
/bind "ESCAPE" [ if $connected [ ingamemenu ] [ if (watchingdemo) [ showmenu "Watching demo" ] [ showmenu "main" ] ] ]
or just...
Edit:
Ty Gibbeh.
Posts: 1,823
Threads: 20
Joined: Jun 2010
bind ESCAPE [ if $connected [ ingamemenu ] [ if (watchingdemo) [ showmenu "Watching demo" ] [ showmenu main ] ] ]
Because we want the demo menu and the multiplayer menu, right?
Posts: 3,780
Threads: 33
Joined: Jun 2010
If that doesn't work, see if Bukz' other suggestion (/showmenu main) does.
And if that doesn't work, well... I hope you didn't change anything in menus.cfg?
Posts: 1,039
Threads: 77
Joined: Jun 2010
There's no need to go deleting files for bind issues. There's a nifty "/resetbinds" command you can use in-game instead.
All "resetbinds" does is: "exec config/resetbinds.cfg"
.. and in that file, are all the default bind commands for AC.
Posts: 1,331
Threads: 44
Joined: Jun 2010
But assuming that they are not putting their custom settings/keybinds into their autoexec.cfg - wouldn't doing a /resetbinds potentially wipe out (some) of their custom stuff?
P.S.
All my settings go into the autoexec - mainly for this reason. :P