Poll

Do any of you use this?

Yes
No

Author Topic: [Discontinued] MainG Custom MainMenu GUI  (Read 3541 times)

After careful consideration, I have decided to discontinue MainG.
It was going downhill, and the poll results weren't pretty.

I will leave the download link up. Feel free to take it.
You can download MainG Alpha v0.03 here.

You do not have to talk to me before using. I am abandoning
in this project. I probably will make something better in the future.

To all the people who thought this would be good, if there
were any, thanks for the support. If you would like to pick up
on where I have left off, feel free.

This topic is now locked.

Thank you all,
- Daniel
« Last Edit: January 14, 2014, 11:52:27 PM by AWESOME :D »

Did you edit any buttons or just move the buttons down :/

So all you did was move all the buttons on the bottom left of the screen, k.

Lmfao license.txt
You must be new here

Did you edit any buttons or just move the buttons down :/

I made them slightly more transparent.

Sorry for it being so horrible. I thought it looked interesting, because I used Blockland Air for a while, and then none of the text showed up. It made me feel bad, so I made this. I wanted to make something to look like Blockland Air a bit. I am sorry you don't like it.

So far noone has said that they don't like it

Here's a tip: before creating the new gui you should delete the old one
Here's another tip: the two functions in your client.cs are 100% useless as you never call them

I was just trying to follow a GUI tutorial. I am sorry.

Here's a tip: before creating the new gui you should delete the old one
Here's another tip: the two functions in your client.cs are 100% useless as you never call them
Can you show me an edited version of client.cs that is correct?

You could just do this:

Code: [Select]
//In case this creates a load of errors because of being incompatible with another add-on
//We should always warn when we replace default guis
echo("Replacing main menu!!");
MainMenuGui.delete();
exec("./gui/MainMenuGui.gui");
MainMenuButtonsGui.delete();
exec("./gui/MainMenuButtonsGui.gui");

Where's that tutorial, btw?

You could just do this:

Code: [Select]
//In case this creates a load of errors because of being incompatible with another add-on
//We should always warn when we replace default guis
echo("Replacing main menu!!");
MainMenuGui.delete();
exec("./gui/MainMenuGui.gui");
MainMenuButtonsGui.delete();
exec("./gui/MainMenuButtonsGui.gui");

Where's that tutorial, btw?

Sadly, I couldn't find it again. It is long past my recent history...

Sadly, I couldn't find it again. It is long past my recent history...
Was it this?

Was it this?
Nope. It had some sort of City GUI, with a cellphone, members, and rules GUI. I think it was like AziCity or something.

So... You lowered the buttons?