Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (AndrewAMD, TipmyPip, Edgar_Herrera), 804 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 3 1 2 3
Super Menu II for Lite-C... FREE... #344451
10/17/10 15:20
10/17/10 15:20
Joined: May 2009
Posts: 439
T
TerraSame Offline OP
Senior Member
TerraSame  Offline OP
Senior Member
T

Joined: May 2009
Posts: 439
Hello all...

Note: A new version with fixes has been up-loaded... 11/1/2010
Thanks to those who tested and responded.... THANKS !
(Please use the same link... Or look for the response from Helghast, later in this thread...

My friends and I are pleased to offer you the revised and FREE "Super Menu II" system.

While working to convert our project template to Lite-C, we have recreated the original A6 "Super Menu" to the Lite-C format.
(The original project can be found in the "Acknex Unlimited Site" under, "Code" and was added 03-19-05 and was written by Redas Truikys.)

The converted project is now a standalone system and can be adapted as you see fit.
To review this project, simply open and run the menu.c file through SED.
Then hit your "Escape" key to activate the Menu system.

(Please review the "README.txt" document for directions how to add this system to your project.)

You can get the free package by visiting our site and finding the "Super Menu II" link at the bottom of our "index2" page.
(The link is highlighted in Red.)
( Sorry 'bout the bad link color in Firefox and Chrome... It's now fixed thanks to Quadraxas's advice. )
Here... www.terrasame.com

Please let us know if you have questions.
Enjoy and have fun...
laugh
____________________________________________________________

SUPER MENU ORIGINAL AUTHOR:
Redas Truikys

CONVERTED TO LITE-C BY:
Dennis van den Broek (aka... Helghast)

SPECIAL CREDITS:
Paul Kueber (aka... TerraSame)

SPECIAL THANKS TO:
Keith Middlebrook (aka... Keebo)


Last edited by TerraSame; 11/01/10 19:06.
Re: Super Menu II for Lite-C... FREE... [Re: TerraSame] #344499
10/17/10 19:45
10/17/10 19:45
Joined: Dec 2008
Posts: 271
Saturnus Offline
Member
Saturnus  Offline
Member

Joined: Dec 2008
Posts: 271
I just wanted to point out that the download link is somewhat tricky to find, as the red link isn't as red as I expected it to be (0F0000 to be exact, which is pretty dark). wink Perhaps you could use a flashier color?


I played around with the demo for a bit (demos are always appreciated). By doing so, I found some minor bugs:

1) If you press Esc while the "Really quit?" window is visible, the window stays visible, but the buttons can't be clicked on anymore.

2) If you assign the Esc key to an action in the Controls menu, the key gets assigned, but the whole menu gets closed at the same time.

3) If the Options button is clicked while the Controls menu is visible, the Controls menu stays visible and the fields in the Key column are all empty. Key assigments might invoke error messages then.

Hope this helps to improve this contribution.

Re: Super Menu II for Lite-C... FREE... [Re: Saturnus] #344587
10/18/10 16:34
10/18/10 16:34
Joined: May 2009
Posts: 439
T
TerraSame Offline OP
Senior Member
TerraSame  Offline OP
Senior Member
T

Joined: May 2009
Posts: 439
Saturnus...
Thank you for reviewing this project....

I revised the link on my web site so it is easier to find.
(I noticed that it was difficult to find last night but it was late and I was tired...)

We will be looking on the "Minor Bugs" you pointed out and we will revise as we see fit.

Thanks again... You input is appreciated...
laugh

Re: Super Menu II for Lite-C... FREE... [Re: TerraSame] #345720
10/29/10 02:58
10/29/10 02:58
Joined: Mar 2009
Posts: 146
USA
P
paracharlie Offline
Member
paracharlie  Offline
Member
P

Joined: Mar 2009
Posts: 146
USA
Any fix for that?

Last edited by paracharlie; 10/29/10 03:02.

A8 Commercial
Re: Super Menu II for Lite-C... FREE... [Re: paracharlie] #345776
10/29/10 15:39
10/29/10 15:39
Joined: May 2009
Posts: 439
T
TerraSame Offline OP
Senior Member
TerraSame  Offline OP
Senior Member
T

Joined: May 2009
Posts: 439
Not yet...

Re: Super Menu II for Lite-C... FREE... [Re: TerraSame] #345788
10/29/10 18:46
10/29/10 18:46
Joined: Mar 2009
Posts: 146
USA
P
paracharlie Offline
Member
paracharlie  Offline
Member
P

Joined: Mar 2009
Posts: 146
USA
Ok I took a good look at it because I'm interested in using it for my rpg.
What I found in meniuon() and ismeniu() was a command for cycle.
menutoggle += 1;
menutoggle = cycle(menutoggle, 0, 1);// was 2 now its 1.
It is one now because your global var is 0. So if you cycle and add 1 with += then you allow the var to go out of range and become 2. So all functions looking for 0 will no longer funtion. Seems to be working now. Just wanted to share with you what I found.


A8 Commercial
Re: Super Menu II for Lite-C... FREE... [Re: paracharlie] #345821
10/30/10 09:22
10/30/10 09:22
Joined: May 2009
Posts: 439
T
TerraSame Offline OP
Senior Member
TerraSame  Offline OP
Senior Member
T

Joined: May 2009
Posts: 439
Hi Paracharlie,
Good of you to look at that... and to share your findings....
We are so damn busy here. That is why we have not yet addressed the bugs.
I realy like that system. I've spent a lot of time revising it so it looks and works the way I want it to that mine is way more complicated, mostly because I added extra video controls for more resolution choices. and I added a fog/lod/clipping change with each resolution. The easy part to revise is the panel bitmap images. I have never seen a decent menu to start with for Lite-C and we were re-writing or entire code base. It only seemed logical to begin with the original Supermenu - revise it - turn it into a demo and share it with everyone... I hope it helps you and that you have fun using it in your projects.
Thanks for the update of your finding, when we get a chance (maybe next week) we will look at editing the bugs and re-submit.
Thanks
laugh

Re: Super Menu II for Lite-C... FREE... [Re: TerraSame] #345822
10/30/10 10:11
10/30/10 10:11
Joined: Mar 2009
Posts: 17
F
FJS Offline
Newbie
FJS  Offline
Newbie
F

Joined: Mar 2009
Posts: 17
Sorry... can't find anything ...no link on your page

Re: Super Menu II for Lite-C... FREE... [Re: FJS] #345854
10/30/10 14:14
10/30/10 14:14
Joined: May 2009
Posts: 439
T
TerraSame Offline OP
Senior Member
TerraSame  Offline OP
Senior Member
T

Joined: May 2009
Posts: 439
FJS,
It's there...
Hit the "Enter" button at the main TerraSame start page... then scroll down on the "Index2" page...
Look to the lower left and you'll find a download link highlighted in RED...
Let me know if you have any more trubs...

Re: Super Menu II for Lite-C... FREE... [Re: TerraSame] #345996
10/31/10 08:51
10/31/10 08:51
Joined: Mar 2009
Posts: 17
F
FJS Offline
Newbie
FJS  Offline
Newbie
F

Joined: Mar 2009
Posts: 17
NOPE...

...using firefox 3612 ...still no link visible on index2
smirk

Page 1 of 3 1 2 3

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1