Game Development Community

Tutorial.base

by Richard Pettyjohn · in Torque Game Engine · 10/04/2005 (5:56 pm) · 7 replies

How can I make tutorial.base fullscreen? It doesn't have an option menu. Without fullscreen I can't get into the editors because f10 and f11 are used by finder to alter the window positions.

#1
10/04/2005 (6:46 pm)
F10 and F11 are preset to enable Expose features. Just disable them in the System Preferences under "Dashboard & Expose" and they'll work in Torque.

As for making it fullscreen, you'll need to create a text file called "maccmdline.txt" and put it in your root folder alongside the TorqueDemo application. The file should contain the following:

torqueDemo -fullscreen

Should work then.
#2
10/04/2005 (7:12 pm)
Thanks, It works now.
#3
10/05/2005 (5:25 pm)
To switch between fullscreen and windowed:
hit Cmd-Return.

To open the editors in windowed mode, without disabling Expose :
hit Cmd-F11 or Cmd-F10

Share and Enjoy
#4
10/05/2005 (8:53 pm)
Isn't that just with macs?
#5
10/05/2005 (9:16 pm)
Yes, and this is the Mac forum!
#6
10/07/2005 (5:52 pm)
@Paul: Wow, very nice, I didn't know that. Thanks!
#7
10/12/2005 (6:55 pm)
@Master Treb

Hahaha... I made the same mistake once. Posting something to help someone else, only to find that i was in the Mac forum. I quickly deleted the post with quite a blush on my face.