Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Editing Binds

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
Noata
Member
Member
Posts: 3
Joined: February 23rd, 2011, 4:13 pm
Name: Dillen

Editing Binds

Post 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.
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: Editing Binds

Post 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
Image
Want a user bar like this one? PM Leo!
Noata
Member
Member
Posts: 3
Joined: February 23rd, 2011, 4:13 pm
Name: Dillen

Re: Editing Binds

Post 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.
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: Editing Binds

Post 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.
Image
Want a user bar like this one? PM Leo!
Noata
Member
Member
Posts: 3
Joined: February 23rd, 2011, 4:13 pm
Name: Dillen

Re: Editing Binds

Post by Noata »

Alright I figured it out. Just like how I put it except bind instead of editbind. Thanks for the help.
Locked