Two Things: Yelo and Visual Basic

Discuss Halo 2 modding, progress on figuring things out, mapfiles...you know the drill. Cheating discussion not allowed.
Post Reply
dapallox1





Posts: 45
Joined: Mon Mar 20, 2006 11:31 pm
Location: Mississippi

Two Things: Yelo and Visual Basic

Post by dapallox1 »

I was going to ask about something in Visual Basic, when I saw a post about Yelo. So I thought, "Hey, why don't I ask about my problem." Yelo works in everything but System Link. When I go to flycam mode, and look at other players, they're just sliding across the ground, their feet aren't moving. And when I try to teleport, it just freezes. Any Idea on that? Well, moving on...

Does anyone know of a good tutorial for Visual Basic for making programs based on Halo 2 modding, and I'm trying to make an all in one program for my own use (I know that there are plenty out there). I know how to do everything but link a menutoolbar link to an external application. Seeing as how that is the whole point of this program, I really need to know how. So any help, especially on the programming, would be greatly appreciated.
Image
-=nick
XBC = dapallox1
Warthog Races
User avatar
Prey




Connoisseur Snitch! Pyre Articulatist 500

Posts: 1026
Joined: Wed Dec 27, 2006 6:49 am
Location: UK
Contact:

Post by Prey »

To lauch an external application, put 'Process.Start("filepath")' in the menuItems click event.
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
User avatar
xzodia




Translator Connoisseur Coagulator

Posts: 1981
Joined: Sun May 15, 2005 10:31 am
Location: UK
Contact:

Post by xzodia »

if your using vb 2005 code snippets(right click on code->insert code snippet) are really helpful and that is one of the "snippets"
Image
Halo 2 Plugins | Lock-on To Just About Anything | My Sites | Snow Hog
Old Plugins you have, upgrade you must...
Always Maintain a High Quality-To-Crap Ratio.
dapallox1





Posts: 45
Joined: Mon Mar 20, 2006 11:31 pm
Location: Mississippi

Post by dapallox1 »

Prey wrote:To lauch an external application, put 'Process.Start("filepath")' in the menuItems click event.
Thanks a lot, that really help. Thank you again. lol
Image
-=nick
XBC = dapallox1
Warthog Races
User avatar
StalkingGrunt911




Recreator Connoisseur Acolyte Coroner
Sigma Pyre

Posts: 3618
Joined: Wed May 24, 2006 12:30 pm
Location: Florida!
Contact:

Post by StalkingGrunt911 »

Yelo works fine in System Link, the wierd sliding thing is just what happens when in fly cam, I think I remember Xbox7887 talking about trying to find a way to fix it, and the teleport freezing issue happens to everyone, you can only be host to do it.
dapallox1





Posts: 45
Joined: Mon Mar 20, 2006 11:31 pm
Location: Mississippi

Post by dapallox1 »

StalkingGrunt911 wrote:Yelo works fine in System Link, the wierd sliding thing is just what happens when in fly cam, I think I remember Xbox7887 talking about trying to find a way to fix it, and the teleport freezing issue happens to everyone, you can only be host to do it.
aww. okay. well, thanks. and if you could, let me know when he xbox7887 has it fixed. :-D

Prey wrote:To lauch an external application, put 'Process.Start("filepath")' in the menuItems click event.
Could you help me with one more thing? I want to have a right click menu that shows maybe... 5 recent programs I've opened from my vb app.
Image
-=nick
XBC = dapallox1
Warthog Races
Post Reply