Page 12 of 18

Re: Title packs

Posted: 11 Jul 2013, 18:13
by steeffeen
what is

Code: Select all

<PlayerItemId></PlayerItemId>
used for?

Re: Title packs

Posted: 14 Jul 2013, 12:22
by steeffeen
so i gave my title packs a funky colored name and on the player page the title still has some of the color codes in it
even after changing the name the rankings title doesn't get updated :(
not sure what's causing that.. i guess the name during the first generation of the title is taken, right?
is there any chance that i can change the rankings title because like that it looks ugly...

example: $sObstacle

http://www.pictures.esc-clan.net/upload/titles.png

Re: Title packs

Posted: 24 Jul 2013, 15:29
by Chevron
How to include a replay so it can be chosen in a campaign?

Re: Title packs

Posted: 24 Jul 2013, 18:41
by Tipiizor
not possible :/

Re: Manialink

Posted: 24 Jul 2013, 19:35
by alividerci
xbx 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:

Code: Select all

"file://Media/..."
to use it.

(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.
but it dont work...arguments

Code: Select all

<station_manialink url="file://Media/Manialinks/blabla.xml" />
<file name="Media\Manialinks\blabla.xml" public="false" internal="false" />
why?

Re: Title packs

Posted: 24 Jul 2013, 19:59
by faserg1
WTF? I can't load station manialink from local place? ARE YOU SERIOS?

Re: Title packs

Posted: 24 Jul 2013, 20:32
by steeffeen
did you try it without file://?

Re: Title packs

Posted: 24 Jul 2013, 21:07
by stefan.fueger
Chevron wrote:How to include a replay so it can be chosen in a campaign?
Several people have been begging for this in several threads in several subforums for months now.

Result: Nothing.

Re: Title packs

Posted: 24 Jul 2013, 21:45
by alividerci
steeffeen wrote:did you try it without file://?
yes, same result

Re: Title packs

Posted: 24 Jul 2013, 21:57
by alividerci
steeffeen wrote:did you try it without file://?
strange :? when i wrote

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>
it is working...

when i wrote

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>
doesnt work...Why?