Jump to content
  • 0

Does Intersect work with .ogg?


Kem

Question

2 answers to this question

Recommended Posts

  • 0
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>

 

Link to comment
Share on other sites

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