Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Menu Music


XxSoulSlayerxX
 Share

Recommended Posts

@Azuru:

> @Admiral:
>
> > I know in EE, you could add a new variable in the config.ini, I think it was:
> > MenuMusic=mysong.mp3
> > Or something like that.
> > Not sure if it's still in there for Eclipse Stable.
>
> I kno that but that didnt work on stable
>
> so im guessin its impossible

I wouldn't say it's "impossible".  They said Project Vertigo was impossible as well, but here we are with a sidescroller mmo engine XD

Either way, if ES doesn't support it, it's just a simple source edit, I believe.
Link to comment
Share on other sites

@Admiral:

> @Azuru:
>
> > @Admiral:
> >
> > > I know in EE, you could add a new variable in the config.ini, I think it was:
> > > MenuMusic=mysong.mp3
> > > Or something like that.
> > > Not sure if it's still in there for Eclipse Stable.
> >
> > I kno that but that didnt work on stable
> >
> > so im guessin its impossible
>
> I wouldn't say it's "impossible".  They said Project Vertigo was impossible as well, but here we are with a sidescroller mmo engine XD
>
> Either way, if ES doesn't support it, it's just a simple source edit, I believe.

alright
Link to comment
Share on other sites

HAHAHAHAAHHAHAHAHAHAHAHAHHA sorry but in ES is NOT IMPOSSIBLE!!!

I KNOW HOW YOU CAN ADD MUSIC DO MAIN MENU

so tutorial:

1-Open Client Source code on vb 6
2-Goto MainMenu form
3- add a windows media player componet do the menu
4- open form code and write:
Windowsmedia.visible = false    (attention i dont know if the windows media thing name is that i wrote but if dont change it)

5-then to windows media add the file (music.mp3) you want players hear.

Done..

If it doesnt work, search on youtube on " How to make a windows media player vb 6" folow the tutorial then add only the components that tutorial use to main menu form, and dont forget to put them visible = false so players cant stop the music and that stuff

If i helped im happy  :cheesy:

if i dont help im angry:  :evil: 

XD XD XD XD XD XD XD XD XD XD XD XD XD XD XD XD
Link to comment
Share on other sites

@vitinho444:

> HAHAHAHAAHHAHAHAHAHAHAHAHHA sorry but in ES is NOT IMPOSSIBLE!!!
>
> I KNOW HOW YOU CAN ADD MUSIC DO MAIN MENU
>
> so tutorial:
>
> 1-Open Client Source code on vb 6
> 2-Goto MainMenu form
> 3- add a windows media player componet do the menu
> 4- open form code and write:
> Windowsmedia.visible = false    (attention I dont know if the windows media thing name is that I wrote but if dont change it)
>
> 5-then to windows media add the file (music.mp3) you want players hear.
>
> Done..
>
> If it doesnt work, search on youtube on " How to make a windows media player vb 6" folow the tutorial then add only the components that tutorial use to main menu form, and dont forget to put them visible = false so players cant stop the music and that stuff
>
> If I helped im happy  :cheesy:
>
> if I dont help im angry:  :evil: 
>
> XD XD XD XD XD XD XD XD XD XD XD XD XD XD XD XD

not sure if that would help but id give it a try
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...