Re: Title packs
Posted: 11 Jul 2013, 18:13
what is used for?
Code: Select all
<PlayerItemId></PlayerItemId>
Code: Select all
<PlayerItemId></PlayerItemId>
but it dont work...argumentsxbx wrote:If you make a custom manilink for the menu, there are some specific actions available to redirect back to the usual menus.
"home" -> back to the title main menu
"back" -> back to previous page
"quit" -> to go exit the title and go back to the stations
"menu_solo" -> enter a specific sub menu.
"menu_local"
"menu_internet"
"menu_editors"
example:Code: Select all
<label posn="-130 -80" halign="center" style="CardButtonMedium" text="Close" action="quit"/>
If you want to include data in the pack, you can put your files in
"My Documents/Maniaplanet/Media/..."
and then use the url:to use it.Code: Select all
"file://Media/..."
(note: Media/ is mandatory, you cannot put the files in an other root folder)
Caveat: as the automatic extration of data from manilink doesn't work yet, you also have to include explicitly the data in the pack.
Code: Select all
<station_manialink url="file://Media/Manialinks/blabla.xml" />
<file name="Media\Manialinks\blabla.xml" public="false" internal="false" />
Several people have been begging for this in several threads in several subforums for months now.Chevron wrote:How to include a replay so it can be chosen in a campaign?
yes, same resultsteeffeen wrote:did you try it without file://?
strangesteeffeen wrote:did you try it without file://?
Code: Select all
<menu>
<background_image name="MenuBg.jpg" />
<background_replay name="" />
<header name="MenuHeader.png" />
<music name="" />
<manialink url="file://Media/Manialinks/blablabla.xml" />
<color rgba="" />
</menu>
Code: Select all
<packaging>
<image name="PackImage.png" />
<logos name="Logos.png" />
<collection></collection>
<sortindex>0</sortindex>
<station_manialink url="file://Media/Manialinks/blablabla.xml" />
<boxcase_manialink url="" />
</packaging>