Author Topic: How do I make a GUI?  (Read 649 times)

I looked at http://forum.blockland.us/index.php?topic=67198.0 (linked from "[RESOURCE] Big List of tutorials." topic) and the mod editor didn't seem to be opening inside of BL.

You might have to download it first.
Client_MissionEditor.zip
EDIT: Wait, thats the mission editor... I don't know if it has the GUI thing in it or not... If it doesn't, you have to modify your blockland.exe's properties I believe.
« Last Edit: June 25, 2011, 08:29:16 PM by computermix »

you have to modify your blockland.exe's properties I believe.
Badspot removed that, that is why this topic was created.

It's stickied in Modification Discussion.
http://forum.blockland.us/index.php?topic=86817.0

Run this, then press your f10 key to open the GUI Editor.

From there you click File, New Gui..., name it, click Create.

Click New Control at the top, search the list (it's alphabetized) for GuiWindowControl. Size this window to how big you want your GUI, then right click on it. Right clicking on an object makes any further objects you create a child of that object, meaning it'll follow it around, hide if that object hides, etc. Then, use the New Control button to create what you want. You might want to look at other GUIs and how they're set up for ideas, but that's basic usage.