Hi,
Just to let you know that I updated my copy of the file
plugin.forceMods.php from the version 0.5.4 in order to support
ShootMania and it perfectly works !
Here are my few updates:
Code: Select all
case 'ManiaPlanet':
$this->environments = array(1 => 'Canyon', 2 => 'Stadium', 3 => 'Valley', 4 => 'Storm');
break;
To make it works with
MPAseco with the appropriate folder:
Code: Select all
$this->loadSettings('configs/plugins/forceMods.xml');
Then, you just need to configure your XML file,
forceMods.xml:
Code: Select all
<!-- Valley: env = 3 -->
<!-- Storm: env = 4 -->
<mod name="DummyMod 1" enabled="true" env="4" url="http://dummyurl/mod1.zip" />
<mod name="DummyMod 2" enabled="true" env="" url="http://dummyurl/mod2.zip" />
I tested it with a zip file containing updated textures and shared on a web server (
http://dummyurl/mod1.zip)...
Cheers,
W.