It is?? Ok cool. I'll have to try it again. Thank for the info. Next to racing Stunt mode was always my favorite but I don't really play online.spaii wrote:BTW, stunts title menu is online/offline compatible
Wait is it "Stunters" or "Stunts"?
Moderator: English Moderator
It is?? Ok cool. I'll have to try it again. Thank for the info. Next to racing Stunt mode was always my favorite but I don't really play online.spaii wrote:BTW, stunts title menu is online/offline compatible
Code: Select all
<packaging>
<image name="PackImage.jpg"/>
<logos name="Logos.png"/>
<collection>Stunters</collection>
<sortindex>0</sortindex>
<station_manialink url="file://Media\Manialinks\StuntsStation.xml"/>
<station_noquickenter>true</station_noquickenter>
<boxcase_manialink url=""/>
</packaging>
<menu>
<background_img name=""/>
<background_replay name=""/>
<header name=""/>
<music name=""/>
<manialink url="file://Media\Manialinks\StuntsStation.xml"/>
</menu>
Code: Select all
<files>
<file name="Media\Manialinks\StuntsStation.xml" public="false" internal="false"/>
<file name="Media\Manialinks\StuntsStation_size=1.xml" public="true" internal="false"/>
<file name="Media\Manialinks\StuntsStation_size=2.xml" public="true" internal="false"/>
<file name="Media\Manialinks\StuntsStation_size=3.xml" public="true" internal="false"/>
</files>
Code: Select all
<manialink name="Stunts/Station" background="stars" version="2">
<timeout>0</timeout>
<type>default</type>
<frame id="MenuFrame" posn="0 -15 0" scale="1.1">
<quad posn="0 45 -1" sizen="70 35" halign="center" valign="center" bgcolor="000b" />
<quad posn="0 45" sizen="448 191" valign="center" halign="center" style="TitleLogos" substyle="Title" scale="0.15" />
<quad posn="0 0 -1" sizen="70 40" halign="center" valign="center" bgcolor="000b" />
<quad posn="0 24 -1" sizen="70 8" halign="center" valign="center" bgcolor="0006" />
<label id="Message" posn="0 24" sizen="68" textprefix="$i$ffa" halign="center" valign="center2" translate="1" />
<label id="Chrono" posn="26 30" sizen="15" textprefix="$i$bb6" valign="center2" scale="0.7" />
<label posn="0 11" text="Editors" halign="center" valign="center" translate="1" style="CardButtonMedium" action="menu_editors" />
<label posn="0 0" text="Local Play" halign="center" valign="center" translate="1" style="CardButtonMedium" action="menu_local" />
<label posn="0 -11" text="Quit" halign="center" valign="center" translate="1" style="CardButtonMedium" action="quit" />
</frame>
<script><!--
#Include "TextLib"
#Const C_ManiaLinkUrl "Station_Menu_ManiaLink"
#Const C_PingUrl "http://ping.mydomain.net"
#Const C_PingTimeOut 25000
main () {
while(!PageIsVisible) {
yield;
}
declare Message = (Page.GetFirstChild("Message") as CMlLabel);
declare Chrono = (Page.GetFirstChild("Chrono") as CMlLabel);
declare PingEndTime = Now + C_PingTimeOut;
declare PingReq = Http.CreateGet(C_PingUrl, False);
while(!PingReq.IsCompleted) {
yield;
if (Now > PingEndTime) break;
Message.Value = "Loading online menu, please wait...";
Chrono.Value = FormatReal((PingEndTime - Now)/1000., 1, False, False);
}
if(PingReq.IsCompleted && PingReq.StatusCode == 200)
OpenLink(C_ManiaLinkUrl, ::LinkType::Goto);
else {
Message.Value = "You are not connected.";
Chrono.Value = "";
}
}
--></script>
</manialink>
Meuh ask me an history of stunters titles, i'm on it, please wait...Demented wrote:Wait is it "Stunters" or "Stunts"?
Users browsing this forum: No registered users and 1 guest