Page 1 of 1

SUPER MARIO 63

PostPosted: February 15th, 2015, 7:26 am
by sonicspace123
CAN ANYONE PLZ TELL ME HOW TO PUT A PICTURE IN A SIGN OF SUPER MARIO 63 PLZ TELL


THANK YOU!

Re: SUPER MARIO 63

PostPosted: February 15th, 2015, 12:46 pm
by Oranjui
(This is in the wrong subforum, just so you know)

I haven't played SM63 in a while, but if I remember correctly, you have to use HTML image tags to put it in. I'm not completely sure, but you could try using
Code: Select all
<img></img>
with the URL of the image in between the tags, or alternatively (i.e. if that doesn't work), try using
Code: Select all
<img src="">
with the image URL between the quotes. If it doesn't work on its own, add </img> to the end. I've done it before and know it's not exactly the same as the standard HTML syntax, but I can't remember exactly what it is. Try those methods, and if they don't work, I'm sure someone else will be able to tell you the proper way.

Re: SUPER MARIO 63

PostPosted: February 15th, 2015, 6:15 pm
by Doram
Here's all the info you need:

Using HTML in SM63 LD on the Runouw Wiki

Re: SUPER MARIO 63

PostPosted: February 17th, 2015, 8:34 am
by sonicspace123
-OJ wrote:(This is in the wrong subforum, just so you know)

I haven't played SM63 in a while, but if I remember correctly, you have to use HTML image tags to put it in. I'm not completely sure, but you could try using
Code: Select all
<img></img>
with the URL of the image in between the tags, or alternatively (i.e. if that doesn't work), try using
Code: Select all
<img src="">
with the image URL between the quotes. If it doesn't work on its own, add </img> to the end. I've done it before and know it's not exactly the same as the standard HTML syntax, but I can't remember exactly what it is. Try those methods, and if they don't work, I'm sure someone else will be able to tell you the proper way.

Doram wrote:Here's all the info you need:

Using HTML in SM63 LD on the Runouw Wiki

Thanks Man :mrgreen: but Can u also Tell me How to customize/Change Level name?I mean How to change their colour and all..

Re: SUPER MARIO 63

PostPosted: February 17th, 2015, 10:11 pm
by Doram
Good question. I'll add it to the wiki, now that you mention it...


As for putting the HTML in the Level Name, it is possible, but you are going to have to edit your level in Notepad, because the regular LD only lets you enter 32 characters, and that is usually not enough. Otherwise, it works exactly the same as in the signs, and you can play around with how it looks in the signs first. If you are unsure about it, just copy and paste some of the code I have in the wiki page as examples, and change it to what you want it to be.

Also, I would suggest that you change the title for the first post in the thread to reflect your actual question: "How do you put images in SM63?" That way, if anyone else has the same question, they can see your thread and find the answer easily. :D