
|
 |

|
 |
| Unified Main Menu (1.0) - File Description |
 |
Tech: 10 Quality: 10 Stability: 9 Creativity: 10 Item Placement: 10 Size vs. Usefulness: 10 Installation Instructions: 10
Overall Rating: 9.9 | Description:
This mod is designed provide the community with one MainMenu modification that will make other MainMenu modifications redundant so that there won't be multiple versions of MainMenu. This is done by plugins.
Unified Main Menu is a new mod from MLeoDaalder that completly replaces the way that the Mutators menu works within foundation. Instead of the "mutators" button there is a "customize" button. Clicking this button brings up a side menu which allows the user to set up their config menu. Once ur config menu is set up it encorporates mutators, and third party config panels such as nanofx2b.
To say this is a work of genius doesnt do it justice, this mod has the scope to revolutionise the way modders make mods.
| |
 |
  | 
|  | | Unified Main Menu (1.0) - Screenshots |  | Screenshots: |  |

 |

|
 |
| Unified Main Menu (1.0) - File Download Options |
 |
Primary Download Locations: | | Name: Location: Provided by: | Worldwide Mirror by FileFront USA Central FileFront.com | | | |
| |
 |
  | 
|  | | Unified Main Menu (1.0) - Readme |  | Readme File: Unified Main Menu v1
By MLeo Daalder
Purpose of the mod:
To provide the one MainMenu modification that will make other MainMenu modifications redundant
so that there won't be multiple versions of MainMenu. This is done by plugins.
Installation:
Copy the scripts directory from the zip and put it in your Bridge Commander directory.
If you have NanoFXv2 Beta (or higher) installed, then I would like to point your attention to
a separate directory in the zip named NanoFXConfigPanel, this has an another directory in it
which you must copy to your Bridge Commander directory as well, this will install a NanoFX plugin.
Be sure that the directory structure is preserved when you unzip it.
This mod includes:
The UMM (Unified Main Menu)
A mutators plugin (more on that later)
Auto Test Mode
NanoFX Config Panel plugin (in the separate directory)
KeyFoundation (an older mod of mine, it seemed natural of including it as well)
Features of "plain and pluginless" UMM:
Allowing modders to create their own menus and options in MainMenu without overwriting mainmenu.py
And making it an option for their mods, meaning they don't have to include this mod for their menu's (if they do it right)
A stable method of letting BC run code at start up.
Filtering non missions from the mission list. And allowing modders to exclude their directories in
Custom even if their mod does happen to comply with the mission format (more on that later).
How to use:
Start the game and go to Options, you will see a button called: "Configuration", this is the same button that was
known as "Mutators".
Here you will find all the configurations you need under the menu "Configurations". For example, the mutator plugin
must be made active to see it. You can find the mutators plugin under Configurations->Custom Options->Options->Mutators
__IMPORTANT__
Be sure to enable the Master Switch. The Master Switch is there to allow end users who are experiencing problems to see if it's UMM related.
Also, please note that you need to reload (reclick the Options button at the top) for some changes to take effect.
Start Up modules require a restart of BC.
Credits:
Dasher, for his Foundation, FoundationTriggers and FoundationTechnologies
Defiant, for his scrolling mutators
Mark, for wanting a configuration menu in the main menu which made me get the project
off the ground in a matter of days after months (year and a couple of months actually)
of thinking to do this and for providing the first 3rd (or rather 2nd) party mod to use this.
Lost_Jedi, for giving it a last minute beta test.
BCU community who visit the scripting forum for tested this mod
Planned mods by myself (no ETA as of yet, they have their quirks to sort out):
Foundation Preference Preserver
Movie Manager (select what movies to show on start up)
Licence:
Third party scripters are allowed to redistribute the original package in their mods,
although it is advised that they link to the latest version just to be sure.
If you, as third party scripter, decide to include this mod, then I would find it very nice
to see my name in the credits.
No special permission is needed to redistribute the original, unmodified package (and all files there in).
However, if you do have made modifications to this mod, or any files in the package, then you _MUST_ run it
by me as I'd like to test it for problems.
Any Bugs?
Contact me on MLeoDaalder @ netscape.net or PM me on BCU (MLeo there).
And tell me what mod you tried to use with it (please include a link to the mod if you can).
About the Mutator plugin:
I would like to start by giving credit to Dasher for his version of it.
Defiant for his scrolling mutators (but I'm afraid this modification isn't needed anymore, yet credit must still be given).
Here is an example on how to use it:
import Foundation
TestSubMenusMode = Foundation.MutatorDef("Submenus Test")
TestSubMenusMode.MutatorGroup = ["Test", "Sub", "Menus"]
For Modders:
Creating Main Menu Mods:
There are several types of mods, though all are the same setup (save for the startup mods)
These types are (behind the name is the place to put the file):
StartUp (StartupModules)
Configurations (ConfigModules)
Configurations::Options (ConfigModules/Options)
Configurations::Options::General (ConfigModules/Options/General)
Configurations::Options::Sound (ConfigModules/Options/Sound)
Configurations::Options::Graphics (ConfigModules/Options/Graphics)
All locations are relative to your BC path and the following path:
scripts/Custom/UnifiedMainMenu/
As for the basic structure of your plugin, you need atleast 2 functions.
GetName - this must return the name of your mod
It has no arguments
CreateMenu - this must return your configuration screen, if there isn't one then you must return None
It has the following arguments:
pOptionsPane - pOptionsPane is the right hand side of the options window, can be entered as None (in the stock scripts it isn't really used, except for the keyboard configuration)
pContentPanel - this is the direct "parent" your UI will be added to.
bGameEnded - whether or not the game ended, must default to 0
There is an exception, namely in the StartUp modules. These mods have an extra function:
StartUp - this doesn't return anything, and it will have to contain all the code you need for your mod to be "hooked" into BC
It has no arguments
If you have any questions, don't hesitate to look through the examples or contact me (my MSN is the same as my e-mail) |  |

 |

|
 |
| Unified Main Menu (1.0) - User Comments |
 |
|
The following comments are owned by the user that posted them. BC Files is not responsible for their content.
Total comments: 26 | Last comment: 05-26-2010 at 03:04
Lost_Jedi From: (Longnor) Joined: February 9th, 2004 Posts: 188 | A must for *every* BC install! 
Very very very nice work! |
Myxale From: Joined: December 16th, 2004 Posts: 272 | WoW It just went WOW!
Amazing Job!
God, what a mod! |
mldaalder From: Joined: November 17th, 2002 Posts: 137 | Thanks everyone!
I'm afraid the txt in the zip was a bit outdated, but what you see above is the complete thing.
On a more serious note, Mark and I just found a problem with the NanoFX config panel _nobody_ found before.
If you remove all contents of a text field, then BC will give an error.
I think I know a fix, but it may take a couple of days.
So just don't remove _all_ contents of a text field for now. |
Delta007_Sev From: (Carbondale, IL) Joined: November 9th, 2005 Posts: 103 | This looks amazing. One question though: All I see there is a Mutator Butten, does this mean that you wont have individaual control over which mutators are running like you could the old way? |
TheKnightRider From: (Chicago/Illinois) Joined: January 28th, 2005 Posts: 75 | Are their any special requirements for this mod....like having the 1.1 patch or something like that? |
mldaalder From: Joined: November 17th, 2002 Posts: 137 | @#4: The mutator button is the button to activate the mutator screen plugin for UMM.
Please reload the options screen and then go to Customize again and you will see an extra menu at the bottom saying: "Mutators".
@#5: I'm not sure actually.
I think it shouldn't matter that much. |
JamesTiberiusKirk From: Joined: November 11th, 2004 Posts: 1720 | very handy, good work as always !!! |
nobe Joined: January 16th, 2005 Posts: 22 | this might be a very rare situtation but be very aware of you custom missions menu if you have qbr. after the instal mine fauled to work lol |
mldaalder From: Joined: November 17th, 2002 Posts: 137 | Please check the thread on BCU (in Mods & Downloads). |
bumting From: (Nottingham) Joined: September 17th, 2005 Posts: 382 | this is a real stupid Question but on ur pic up top ur main menu screen has turned a diffrent colour mine didnt but i have the new menu config u know custmise ect so have i installed it 100% right or not........thanks |
fraggczar From: Joined: July 17th, 2005 Posts: 149 | If you already have QBR installed this mod appears to disable it :/ |
deanej From: Joined: August 1st, 2003 Posts: 50 | How do you make it work with QBR? The patches on BCU are corrupt. |
JimmyB76 From: (Rhode Island) Joined: September 18th, 2002 Posts: 579 | ummm - no they're not; i just tried it on my end to check... it downloaded and extracted just fine... |
darth5ava63 From: (red deer) Joined: July 8th, 2006 Posts: 71 | this is the coolest thing i have ever seen amazing work you have a gift |
N1GH7H4WK From: Joined: February 23rd, 2006 Posts: 475 | trying it. tnx jimmy |
Serath186 Joined: July 25th, 2008 Posts: 1 | does this mod work with kobiashi maru and DS9FX together |
Madax From: (Woking) Joined: August 13th, 2004 Posts: 16 | Could someone post the fix? |
MSB3000 Joined: December 21st, 2006 Posts: 36 | Two thumbs up! Love it. |
Prometheus9594 From: Joined: June 7th, 2009 Posts: 364 | k what if u dont have NanoFX installed at all lol? |
flarespire Joined: August 21st, 2009 Posts: 15 | hi i tried the mod on my laptop and it doesnt seem to do anything at all, what i mean is i copy the necisarry folders into the BC root directory.....start bc...goto the config menu and it hasent changed one thing on that menu.
i have DS9FX installed and nano fx 2.0.
i just dont get why it isnt doing a thing. |
flarespire Joined: August 21st, 2009 Posts: 15 | please send me a pm on here to give me an answer btw |
stardestroyer001 From: Joined: October 12th, 2009 Posts: 47 | Gamespy Arcade is down for system maintenance so the file is unavailable. Can you or someone repost the fix? |
When posting comments, you must follow these rules:- No "Yay I got First Post!" posts, no exceptions and no matter what other content the post has!
- No Pornographic Material. Any sexually oriented imagery or links to such content will not be tolerated.
- No Warez or Illegal Software. This includes linking to software, posting about it, and suggesting to get it.
- No Cursing or Swear words. We encourage you to use our comment sections as a forum to debate files, news, etc., but please use proper adjectives to express yourself. We will not tolerate abuse upon another member or author.
- No Attacks / Retaliation of any kind against a member, or group of members.
- Please do not advertise for other sites or forums here.
- Maximum of 3 smileys per regular member.
The high interactivity of this site should be considered a luxury, not a right. If you cannot follow these simple rules, you can and will be warned or banned from the comments, site or the entire network for any period of time. Now enjoy yourself and behave!
|
 |
|

|