AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Menu Generator Released! (https://forums.alliedmods.net/showthread.php?t=1443)

megamandos 04-27-2004 03:35

Menu Generator Released!
 
OK! I made this program because i got lazy and didn' feel like programing menus. I thought it was pretty kewl so I have posted it here. Currently I am trying to get the creators/developers of AMXX to include this in the next AMXX package.

WHAT IT DOES: It generates "SMALL" code for menus from information that you provide; its that simple :)


CURRENT VERSION: 2.2.3

CURRENT WEB VERSION: 1.0


Updates: ok lots of updates here...
1: Changed GUI a bunch for better Multitasking
2: Added ability to save and load a layout
3: Added recoverability in case something goes
wrong it will recover what you did befor a crash
or whatever.
4: Added ability to "make new menu form current"
5: Changed preview systems so each menu gets its
own preview
6: Changed background to a bit of my newer art.
7: Background no resizes with window.
8: changed GPL prompt at startup
9: add "skipgpl" to your command line arguements
to skip the gpl notice.
10: Added function: "New Menu From File",
allowing you to load a menu file and open a
new menu window at the same time.
11: added hotkeys for common functions (see
hotkeys section)
12: Removed "TextPad" sub application. (it is
kind of gay and notepad is better)

MSI Mirror: http://www.tcwonline.org/~pm/megaman....2.3_setup.msi
EXE Mirror: http://www.tcwonline.org/~pm/megaman....2.3_setup.exe
Source Mirror: http://www.tcwonline.org/~pm/megaman...2.3_source.exe

Menu Generator Web Edition 1.0 (no need to download anything, runs from your browser)
http://www.tcwonline.org/~pm/megamandos/webedition.html

ALSO: please if you have any comments post them here, i like feedback :)

NOTE: bandwidth is unlimited, thx to PM and BAILOPAN!

BigBaller 04-27-2004 04:39

Sounds good, haha help me out baby :)

DopeFish 04-27-2004 09:33

can it also generate tree-like menu structures (submenus) ?

xeroblood 04-27-2004 09:41

Nice Idea!! I tried it out, and your Tabs (to jump to next field) are backwards..

Also, it should let you enter the code for each menu choice...

Anyway, well done!!

Also, check here for SniperBeamers 1337 Amx Menu Generator
(maybe you can get some ideas from it for a future release):

SniperBeamer's AMX Menu Generator

AssKicR 04-27-2004 11:41

I like Sniperbeamers one, but having it as a downloadable program is cool... =)

Here is an idea... Make it include the stuff Snipers have... and design it to fit with the AMXX front page and add a small AMXX logo... Maybe u will be able to push it onto the developers as a tool too include in the package =D

megamandos 04-27-2004 16:01

send me a link to sniperbeamer's prog and i'll see what all i can add, and i am already working on adding the ability for it to automize the process of making linked menus (aka submenus) . but you can still edit the code and switch out the thing that prints text with a line like "myMenu(id)" and when you press the corresponding choice you go to the menu you designated in the code

example:
Code:

Menu1Menu(id)
{
    switch(key)
    {
          case: 0
          {
              Menu2Menu(id)
          }
          case: 1
          {
              Menu3Menu(id)
          }
    }
}

with this case 0 (choice 1) takes you toi menu 2 and case 1 (choice 2) takes you to menu3.

get it? i hope so... cause im wasting time in class to do this lol.

and AssKicR, please send me a link on aim or something to sniperbeamer's prog. btw i talk to you a lot on aim i hope im on ur buddylist by now ;)

megamandos 04-27-2004 16:04

hahah hey i checked out sniperbeamer's prog.. its a webapp... eww... but nice layout and stuff, i have only been having trouble with how to layout the GUI with my program... trying to think of something creative... well when i get home after school i'll do some more work on it and make it able to save to text or sma files and stuff. thx for the good responces and support!

megamandos 04-28-2004 01:23

btw guys sorry for the shity color scheme, i know its ugly but with vb i am rather limited in GUI options... hopew you all enjoy the new program tho!

AssKicR 04-28-2004 10:03

Quote:

Originally Posted by megamandos
btw guys sorry for the shity color scheme, i know its ugly but with vb i am rather limited in GUI options... hopew you all enjoy the new program tho!

LIES!!!!

i can make very cool designs with VB... now where the fuck did i put that installation cd!!!!

FlyingMongoose 04-28-2004 10:14

I can make some nice stuff too :P I went to a state competition for VB Programming


All times are GMT -4. The time now is 21:47.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.