Page 1 of 1

[b37] Music isn't loading at some levels

Posted: Thu Jan 26, 2012 1:29 pm
by Sharzyl
I don't hear music at all in these dungeons :

Briagh's Lair
no ambient_music variable

Flooded Cave
data\music\elven_town.ogg isn't exist

Illusory Castle
no ambient_music variable

Murgol Lair
no ambient_music variable

Ritches Tunnels
no ambient_music variable

Ruined Dungeon
data\zones\ruined-dungeon\zone.lua
ambient_music = "Far Away.ogg",
should be
ambient_music = "Far away.ogg",

Temple of Creation
data\music\elven_town.ogg isn't exist

Caverns to the hidden valley
no ambient_music variable

Re: [b37] Music isn't loading at some levels

Posted: Thu Jan 26, 2012 1:30 pm
by Grey
Do you have the program pinned to the Windows taskbar?

Re: [b37] Music isn't loading at some levels

Posted: Thu Jan 26, 2012 1:56 pm
by Sharzyl
No, I'm running it with Windows XP.

If you check the svn, the away in "Far away.ogg" is written in lowercase, meanwhile in the source code it's written in upper case.
In Linux file name is case sensitive, and maybe that's why the music in Ruined Dungeon isn't loading, probably.

http://svn.net-core.org/repos/t-engine4 ... n/zone.lua

http://svn.net-core.org/repos/t-engine4 ... ata/music/

Other music dungeons work fine though.
Some dungeons don't have ambient_music variable, variable that define the name of the music in that level, for example :
http://svn.net-core.org/repos/t-engine4 ... r/zone.lua

Re: [b37] Music isn't loading at some levels

Posted: Tue Feb 14, 2012 6:23 pm
by darkgod
Thanks, fixed