Author Topic: GUI Editor *New Question*  (Read 1053 times)

I finally got my mission editor working, thanks to Space Guy's addon. (No, I'm not stupid, thank you) I was wondering if there were any tutorials for the GUI editor?

Is there any way to add multiple lines of text without having to make a bunch of text boxes?
« Last Edit: November 05, 2009, 07:31:11 PM by Wizard »


All you have to do is right click your shortcut for BL and do the following:
Right click your Blockland shortcut. (Durr)
Click properties
Look at the target
It should say something similar to this:
C:\Blockland\Blockland.exe
(It might be C:\Program Files\Blockland\Blockland.exe it's just where you installed it too)
Now, add this to the end
C:\Blockland\Blockland.exe -mod editor
Your good!
*Press F10 to work in - game*

EDIT: Oh, fail. That's a better one. Disregard mine.

All you have to do is right click your shortcut for BL and do the following:
Right click your Blockland shortcut. (Durr)
Click properties
Look at the target
It should say something similar to this:
C:\Blockland\Blockland.exe
(It might be C:\Program Files\Blockland\Blockland.exe it's just where you installed it too)
Now, add this to the end
C:\Blockland\Blockland.exe -mod editor
Your good!
*Press F10 to work in - game*

EDIT: Oh, fail. That's a better one. Disregard mine.
learn to read
I finally got my mission editor working,


I never figured out how to put all the stuff inside the Window, so I just do it manually lol

I never figured out how to put all the stuff inside the Window, so I just do it manually lol
Right click on a control to put things parented under the control (move with the control).

Is there any way to add multiple lines of text without having to make a bunch of text boxes?

Is there any way to add multiple lines of text without having to make a bunch of text boxes?
Try <br>



Use a GuiMlTextCtrl instead of a GuiTextCtrl and use "\n" to break lines.