Page 1 of 1

Menu Matg Changes

Posted: Mon Mar 12, 2007 7:41 am
by yoyopizza
Hey. I'm not new to modding but I'm just getting back into it. I do have much programming knowledge in VB2005.

I'm trying to edit the main menu entries in code. I've looked at various open-source projects, but have been unable to figure it out due to their complexity. I really just need to set the name, description, scenario name, and values of various map slots. I have opened the map using the "LoadHalo2MapVB" tutorial already.

Thanks!

Posted: Sat Mar 24, 2007 4:05 pm
by yoyopizza
Bump.

Posted: Sat Mar 24, 2007 4:09 pm
by Anthony
do you know how reflexives work?

Posted: Wed Mar 28, 2007 12:44 pm
by yoyopizza
No, I do not.

Posted: Wed Mar 28, 2007 2:23 pm
by McT0asT
If you just want to change names, descriptions, and paths, then just open mainmenu.map in Entity or DotHalo and edit them there.

Posted: Wed Mar 28, 2007 6:19 pm
by yoyopizza
Yeah, I know how to do that. What I'm making right now is an all-in-one app for adding new mods to your xbox. It manages all of your mods for you on the disk, and it patches them, sigs them, and ftps them on command already. I just need to add the menu altering part. I *could* pop up a menu editing program, but it would be a lot eaiser to have it built in.

Thanks!