Page 1 of 1

[solved]maniacode install pack issue

Posted: 22 Jul 2012, 18:36
by bibigallaz
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 :

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>
What am I doing wrong in the <file> tag ? The game says access denied...

Re: maniacode install pack issue

Posted: 22 Jul 2012, 18:42
by jonthekiller
Don't write the folder, only the filename without extension.

Re: maniacode install pack issue

Posted: 22 Jul 2012, 19:09
by bibigallaz
Thx for the reply ! but didn't work...

tried :
<file>test.Pack.Gbx</file>
<file>test.Pack</file>
<file>test</file>
got "invalid filename'

Re: [solved]maniacode install pack issue

Posted: 22 Aug 2012, 18:22
by bibigallaz
Problem solved !
You can't install anything if the maniacode is not registered on playerpage
So the code on my first post works...