Jump to content
  • 0

Question

Posted

Changed the config to play the menu music but it's not working with .ogg.

Only having mp3 support would be the epitome of retarded, because .mp3 requires licensing to distribute in projects.

2 answers to this question

Recommended Posts

  • 0
Posted

Please be careful of reviving very old threads. This was over 5 months old.

 

That said Intersect does indeed have ogg support now thanks to MonoGame. Topic is being locked and marked as resolved.

  • 0
Posted
On 3/10/2016 at 8:15 PM, Kem said:

Changed the config to play the menu music but it's not working with .ogg.

Only having mp3 support would be the epitome of retarded, because .mp3 requires licensing to distribute in projects.

 

Try in this order, and putting the ogg file into the music folder.

 

Spoiler

<?xml version="1.0" encoding="utf-16"?>
<!--Config.xml generated automatically by Intersect Game Engine.-->
<Config>
  <Host>localhost</Host>
  <Port>4500</Port>
  <RenderCache>true</RenderCache>
  <MenuBG>background.png</MenuBG> 
  <Logo>logo.png</Logo>
  <MenuBGM>mainmenu.ogg</MenuBGM>
  <IntroBG />
</Config>

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...