[solved]maniacode install pack issue
Posted: 22 Jul 2012, 18:36
Wasn't able to find a manialink thread so I post here ! Sorry...
Here's my problem :
I want to install a pack containing two skins in the user/Packs folder as this is where it belongs
I've tried this maniacode :
What am I doing wrong in the <file> tag ? The game says access denied...
Here's my problem :
I want to install a pack containing two skins in the user/Packs folder as this is where it belongs
I've tried this maniacode :
Code: Select all
<maniacode noconfirmation="0">
<install_pack>
<name>test</name>
<file>Packs/test.Pack.Gbx</file>
<url>http://mywebthingy.com/blabla/test.Pack.Gbx</url>
</install_pack>
</maniacode>