Majesty Gold HD

Majesty Gold HD

Customize Majesty!
Create and upload new Quests and Mods for Majesty HD!
How do I add music to the game?
I see a reference in globals that has expressions with track numbers, and music player which uses those expressions, but I don't really see any way to add additional music or change the $DeclareLoss/$DeclareVictory functions
< >
Showing 1-1 of 1 comments
Dracoceros 11 9 Apr, 2020 @ 10:08pm 
Would something like this work? Please test it out, I'm having problems with it myself.

// --------------------------------------------------------------------------- // Plays the Win Track (Experimental) // --------------------------------------------------------------------------- Function Play_Win_Music (agent ThisAgent) Declare begin $PlayMusic ("WinGame"); End // --------------------------------------------------------------------------- // Plays the Lose Track (Experimental) // --------------------------------------------------------------------------- Function Play_Lose_Music (agent ThisAgent) Declare begin $PlayMusic ("LoseGame"); End

Just put in a wingame.mp3 and losegame.mp3 in your music folder and try to play that.
< >
Showing 1-1 of 1 comments
Per page: 1530 50