And would be able to launch it?
Hi and thanks for your answer

Moderator: NADEO
Code: Select all
maniaplanet://#campaign=map@TITLEID
Code: Select all
<quad sizen="20 20" bgcolor="00c" url="#campaign=MyMapName@MyTitlePackId" scriptevents="1" />
Code: Select all
<quad sizen="20 20" bgcolor="00c" url="#campaign=#5@MyTitlePackId" scriptevents="1" />
Code: Select all
<quad sizen="20 20" bgcolor="00c" url="#campaign=#3,1@TITLEID" scriptevents="1" />
Can I use maniacode?Eole wrote:You can use the following command in a Manialink to open a map from a campaign :You can find more info about the #campaign command in the Maniaplanet documentation.Code: Select all
maniaplanet://#campaign=map@TITLEID
Here are some examples. They will launch the map when you click on the blue quad.
Play the map named MyMapName in the title pack named MyTitlePackId :Play the fifth map of the MyTitlePackId title pack campaign :Code: Select all
<quad sizen="20 20" bgcolor="00c" url="#campaign=MyMapName@MyTitlePackId" scriptevents="1" />
Play the third map of the first group (usually A03) :Code: Select all
<quad sizen="20 20" bgcolor="00c" url="#campaign=#5@MyTitlePackId" scriptevents="1" />
Code: Select all
<quad sizen="20 20" bgcolor="00c" url="#campaign=#3,1@TITLEID" scriptevents="1" />
Yeah, it worksEole wrote:You can use the following command in a Manialink to open a map from a campaign :You can find more info about the #campaign command in the Maniaplanet documentation.Code: Select all
maniaplanet://#campaign=map@TITLEID
Here are some examples. They will launch the map when you click on the blue quad.
Play the map named MyMapName in the title pack named MyTitlePackId :Play the fifth map of the MyTitlePackId title pack campaign :Code: Select all
<quad sizen="20 20" bgcolor="00c" url="#campaign=MyMapName@MyTitlePackId" scriptevents="1" />
Play the third map of the first group (usually A03) :Code: Select all
<quad sizen="20 20" bgcolor="00c" url="#campaign=#5@MyTitlePackId" scriptevents="1" />
Code: Select all
<quad sizen="20 20" bgcolor="00c" url="#campaign=#3,1@TITLEID" scriptevents="1" />
Users browsing this forum: No registered users and 1 guest