Page 1 of 1

[SMBX 2.0] Problem with Custom SMBX Launcher

Posted: Sat Jun 04, 2016 8:05 pm
by Fuyu
So I was toying with it the splash screen a bit and all of a sudden it stopped showing. It just shows the default splash screen without any content even though it worked mere seconds ago. I tried reversing the file's content to when it worked and still nothing. I don't see what I'm missing, any help on the matter will be much appreciated.

Folder set-up:
Spoiler: show
Image
index.html content:
Spoiler: show

Code: Select all

<!doctype html>
<html>

	<head><title>*title*</title></head>
	
	<body>
	<center><img src="P:\Juegos\SMBX 2.0\worlds\*episode folder name*\launcher\won.fw.png"></center>
	
	
	<h2>title:</h2>
	<p>
	bunch of stuff
	</p>
	</body>
	
</html>
info.json content:
Spoiler: show

Code: Select all

{
   "mainPage": "index.html"
   "title" : "*title*"
}
Thanks in advance.

Re: [SMBX 2.0] Problem with Custom SMBX Launcher

Posted: Sat Jun 04, 2016 8:16 pm
by Fuyu
Nevermind, reread Horikawa's tutorial on the implementation of a custom Launcher and found out the problem.