Raised This Month: $12 Target: $400
 3% 

[TOOL] AMXX Menu Generator v1.3


Post New Thread Reply   
 
Thread Tools Display Modes
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-29-2013 , 20:19   Re: [TOOL] AMXX Menu Generator
Reply With Quote #11

Quote:
Originally Posted by XINLEI View Post
Awesome.

Found a bug. This happens when i generate code more than once:
Code:
...
another one is that if you put an access flag, can't be removed.

Again, this is awesome. you can put a drop list for all commands available to call the menu, so it could not confuse newbies.
thank you. i've fixed the bugs and will upload the new version shortly.

and what do you mean about the drop list?

edit: new version uploaded
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.

Last edited by v3x; 05-29-2013 at 21:10.
v3x is offline
XINLEI
me too
Join Date: Jun 2011
Location: Colombian Coffee storage
Old 05-29-2013 , 23:21   Re: [TOOL] AMXX Menu Generator v1.0.1.0
Reply With Quote #12

Disregard about the drop list, i got confused with the command name option.

Found more bugs:
-if you left the button names on blank, it declares it as "".
-You can write on the drop lists.
-I can't scroll the menu item textbox.

Since this is a developer tool... do i stop giving feedback in case something can't be done using the head ?
XINLEI is offline
Blizzard_87
Veteran Member
Join Date: Oct 2012
Old 05-30-2013 , 00:14   Re: [TOOL] AMXX Menu Generator v1.0.1.0
Reply With Quote #13

this might be stupid question... will you add support for enum structures ?

for example.. if someone inputs a enum structure, the generator then auto makes it into menu with the prices etc if its a shop?

or is this atm just basic stuff?
__________________
Blizzard_87 is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-30-2013 , 00:32   Re: [TOOL] AMXX Menu Generator v1.0.1.0
Reply With Quote #14

Quote:
Originally Posted by XINLEI View Post
Disregard about the drop list, i got confused with the command name option.

Found more bugs:
-if you left the button names on blank, it declares it as "".
-You can write on the drop lists.
-I can't scroll the menu item textbox.

Since this is a developer tool... do i stop giving feedback in case something can't be done using the head ?
thank you. I will fix it even though its not too big of a deal, considering they shouldn't be leaving it blank in the first place ;)

I will also add a scroll bar to the items box. I never thought of that.

Quote:
Originally Posted by Blizzard_87 View Post
this might be stupid question... will you add support for enum structures ?

for example.. if someone inputs a enum structure, the generator then auto makes it into menu with the prices etc if its a shop?

or is this atm just basic stuff?
can you give me an example structure? this is for basic menus. i'm not sure if i'll actually implement it.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.

Last edited by v3x; 05-30-2013 at 00:34.
v3x is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 05-30-2013 , 00:55   Re: [TOOL] AMXX Menu Generator v1.0.1.0
Reply With Quote #15

I'm against that kind of tool, make some people think they can make plugin , but that's not the point of this post

So, from 1st post picture, it seems that number color is taken in account only if no color option is set, this shouldn't be the case, number color works in both autocolor settings.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Blizzard_87
Veteran Member
Join Date: Oct 2012
Old 05-30-2013 , 01:12   Re: [TOOL] AMXX Menu Generator v1.0.1.0
Reply With Quote #16

Quote:
Originally Posted by v3x View Post
can you give me an example structure? this is for basic menus. i'm not sure if i'll actually implement it.
Spoiler


something like this.... you add ability to name the enum items. then the const details then the generator ?
__________________
Blizzard_87 is offline
11922911
Senior Member
Join Date: Dec 2011
Location: Yuen Long Country
Old 05-30-2013 , 01:12   Re: [TOOL] AMXX Menu Generator v1.0.1.0
Reply With Quote #17

Amazing v3x's Tool
__________________
11922911 is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-30-2013 , 01:15   Re: [TOOL] AMXX Menu Generator v1.0.1.0
Reply With Quote #18

Quote:
Originally Posted by ConnorMcLeod View Post
I'm against that kind of tool, make some people think they can make plugin , but that's not the point of this post

So, from 1st post picture, it seems that number color is taken in account only if no color option is set, this shouldn't be the case, number color works in both autocolor settings.
sorry, i've never used it before. when you select "no" on auto colors, it doesn't add the menu_setprop function for it, otherwise it does. maybe i should just remove the "if no colors" part.

Quote:
Originally Posted by Blizzard_87 View Post
Spoiler


something like this.... you add ability to name the enum items. then the const details then the generator ?
that seems a bit complicated for me at the moment (since i've just started vb scripting). maybe i'll add that feature in a future release.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.

Last edited by v3x; 05-30-2013 at 01:17.
v3x is offline
Blizzard_87
Veteran Member
Join Date: Oct 2012
Old 05-30-2013 , 03:11   Re: [TOOL] AMXX Menu Generator v1.0.1.0
Reply With Quote #19

No worries. It Looks nice. Looking forward to updates

I may not need this tool but i can refer others to this thread
__________________

Last edited by Blizzard_87; 05-30-2013 at 03:12.
Blizzard_87 is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-30-2013 , 07:36   Re: [TOOL] AMXX Menu Generator v1.0.1.0
Reply With Quote #20

thanks, please do!

I updated it. you may want to check it out ;)
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:13.


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