MBG game editor for mac?
by Luke S · in Marble Blast · 06/27/2005 (10:01 pm) · 5 replies
I have a mac and im haveing problems with a few levels and I want to remova an object or place on obeject but how do i do that on mac i have tried the ~ and the < > keys and it dose not work anyoother ways of editing the game?
#3
Looks like you will have to press every key on your keyboard until you find it.
07/17/2005 (11:28 pm)
Hmmmmmm.Looks like you will have to press every key on your keyboard until you find it.
#4
If you want to return the binding to the ~ key, you can edit the file default.bind.cs in marble/client/scripts inside Marble Blast Gold.app
The line is:
GlobalActionMap.bind(keyboard, "control F10", toggleConsole);
and it is near the bottom. Change it to
GlobalActionMap.bind(keyboard, "tilde", toggleConsole);
07/20/2005 (12:26 pm)
On the bundled version that ships with new macs: The key is control-F10 You will probably have to hold down fn as well if you are on a laptop. If you are in window mode, this might trigger Expose.If you want to return the binding to the ~ key, you can edit the file default.bind.cs in marble/client/scripts inside Marble Blast Gold.app
The line is:
GlobalActionMap.bind(keyboard, "control F10", toggleConsole);
and it is near the bottom. Change it to
GlobalActionMap.bind(keyboard, "tilde", toggleConsole);
William Buffham
Try the > keys.