Game Development Community

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?

About the author

Recent Threads


#1
07/09/2005 (6:07 pm)
Well,

Try the keys.
#2
07/09/2005 (7:36 pm)
That stiil did not work
grrrrrrrrrr
#3
07/17/2005 (11:28 pm)
Hmmmmmm.

Looks like you will have to press every key on your keyboard until you find it.
#4
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);
#5
07/25/2005 (1:03 am)
This is a great tip Alex! Can you post it as a resource?

solo.