If you are a developer, please build MegaGlest on your own and get in touch to contribute (or post your patches on the forums).
Videos:look for videos in the following order:1. check faction xml file for the following attributes (depends on win/lose) on the faction tag:faction-battle-end-win-video="<path to video>"faction-battle-end-lose-video="<path to video>"3.if not found check the data/core/menu/videos/ paths for:battle_end_win.*battle_end_lose.*Music: added support for custom music on battle end screen:look for music in the following order:1. check faction xml file for the following attributes (depends on win/lose) on the faction tag:faction-battle-end-win-music="<path to music>"faction-battle-end-lose-music="<path to music>"3.if not found check the data/core/menu/music/ paths for:battle_end_win.*battle_end_lose.*
<?xml version="1.0" standalone="no"?><faction battle-end-win-video="x_battle_end_win_video.avi" battle-end-lose-video="x__battle_end_lose_video.avi" >etc..
Videos:2. check the faction folder for the files:battle_end_win_video.*battle_end_lose_video.*Music:2. check the faction folder for the files:battle_end_win_music.*battle_end_lose_music.*
battle-end-win-videobattle-end-lose-video
Please post your specific test cases that fail with example of xml used for each one.Thanks*Update:The xml tags should not have the word faction in them when used in a faction xml file, example:Code: [Select]battle-end-win-videobattle-end-lose-video
--verbose