Page 1 of 1

Editing Binds

Posted: February 23rd, 2011, 4:17 pm
by Noata
I've been having trouble editing the binds from within my map's art file. When I load the map it says it fails to override the binds. Those binds have not been used in the config file. Is there anyway around this? Thanks in advance.

Re: Editing Binds

Posted: February 23rd, 2011, 4:30 pm
by arcones
Yes, well... It's rather difficult. There are a couple of different ways to binds keys (with shift + Key, ctrl + Key) and a couple others. I'd recommend taking a look under my_stuff/the fps.cfg file

or the menus as they have a couple bind commands in there.

Arcones

Re: Editing Binds

Posted: February 23rd, 2011, 4:36 pm
by Noata
Well I'm sharing the file with others (student)
Is there no way to just put in the map cfg or even the art file:
editbind "I" [showgui Inventory]
and then of course make the inventory gui?
I tried this but I keep getting that error.

Re: Editing Binds

Posted: February 23rd, 2011, 5:26 pm
by arcones
First of all, you would never use "editbind" unless it pertained to editing itself.

That ONLY applies to editing mode and won't be used while in-game.

Yes, you could just use a "I" but it'd have to be a specific bind. I can't remember the exact code, but I'll do some searching.

Re: Editing Binds

Posted: February 24th, 2011, 4:18 pm
by Noata
Alright I figured it out. Just like how I put it except bind instead of editbind. Thanks for the help.