Author Topic: How do you make a GUI?  (Read 1449 times)

Before I get flamed, I have done a search of the forums, I have googled it, but I don't know how to make a GUI. Help please?

Install the mission editor and use F10.

To make a GUI? I'm on mac though, there is no mission editor. But making a GUI in mission editor? That makes no sense.

Well, it comes with the mission editor. Its completely separate, though.

GUI Editor comes with mission editor. Activated with F10.
Dunno if you have to have the -mod editor shat.

Tom

I think I got the GUI editor on my mac without the misson editor. On me pc Im trying to make a GUI with the GUI editor in it.

I think I got the GUI editor on my mac without the misson editor. On me pc Im trying to make a GUI with the GUI editor in it.
PARADOX

Tom

I just checked on my mac and theres not a gui editor.

So if I have mac, I can't make GUIs?

Tom

Unless they make mission editor work on mac.

Install the editor as normal, and add this to the top of your main.cs in your root blockland folder.
Code: [Select]
$Game::argv[$Game::argc] = "-mod";
$Game::argv[$Game::argc+1] = "editor";
$Game::argc += 2;

Randy, is that for mac?