Register - Login
Views: 99349041
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-21-22 05:43:26 PM
Jul - NSMB Hacking (Archive) - Sprite Data Reference (Long) New poll - New thread - New reply
Pages: 1 2 3 4 Next newer thread | Next older thread
Hiccup
Member
Level: 57


Posts: 120/772
EXP: 1473673
For next: 12255

Since: 05-19-09


Since last post: 99 days
Last activity: 7 hours

Posted on 08-17-09 09:56:02 AM Link | Quote
Originally posted by Martboo48
I´ve found some unused sprite data:

31 - Cheep cheep
00 00 02 00 00 00 = Acts like sprite 130, but it goes jumping onto the water.
00 00 03 00 00 00 = It doesn´t move (inside water)

37 - Spiny
00 00 00 03 00 00 = It goes faster

38 - Boo
00 00 01 00 00 00 = It goes faster

90 - Wiggler
00 00 01 00 00 00 = Makes it bigger. Acts like the smaller one

94 - Swooper
00 00 01 00 00 00 = Makes it bigger. Acts like the smaller one

130 - Jumping cheep-cheep
00 00 10 00 00 00 = Acts like the cheep-cheeps that appear with the cheep skipper (third world´s boss)

I´m not English so my English is not perfect but I think you can understand me


Cool Giant enemies! I hope that there will be a giant goomba that dosent use the boss sprites
ps i think your english is fine!
Ehm
Member
Level: 49


Posts: 76/533
EXP: 843135
For next: 40748

Since: 06-13-09

From: Canada

Since last post: 4.0 years
Last activity: 4.0 years

Posted on 08-17-09 12:58:36 PM Link | Quote
well I think once someone finds out how to add bosses to levels without them crashing, then we'd have access to giant versions of the main enemies. And with heavier attack power to boot ^__^
PSI Purple
Member
Level: 19


Posts: 19/60
EXP: 31796
For next: 3981

Since: 06-28-09

From: Onett, Eagleland

Since last post: 10.7 years
Last activity: 9.6 years

Posted on 08-17-09 02:31:05 PM (last edited by PSI Purple at 08-17-09 11:45 AM) Link | Quote
Originally posted by Hiccup
sprite 25?, tile 25?, sprite 88?, tile 88?

i still dont know


He said "Update : Object 25 with sprite 88."

I have a feeling that he means to place Object 25 in the same location as a Sprite 88 to get a Brick Block that acts like a coin... If Object 25 is a Block... I don't memorize the numbers.

____________________
Yoshi52's New Game. (Because Y52's password was too confusing for him to remember )

Brawl Card.
MKWii License.
My [Insert clichéd sig gimmick here].
Hiccup
Member
Level: 57


Posts: 121/772
EXP: 1473673
For next: 12255

Since: 05-19-09


Since last post: 99 days
Last activity: 7 hours

Posted on 08-17-09 05:20:39 PM Link | Quote
Originally posted by m64m
well I think once someone finds out how to add bosses to levels without them crashing, then we'd have access to giant versions of the main enemies. And with heavier attack power to boot ^__^

That might need asm hacking or just working out everything in the header file
Hiccup
Member
Level: 57


Posts: 122/772
EXP: 1473673
For next: 12255

Since: 05-19-09


Since last post: 99 days
Last activity: 7 hours

Posted on 08-17-09 05:23:15 PM Link | Quote
Originally posted by PSI Purple
Originally posted by Hiccup
sprite 25?, tile 25?, sprite 88?, tile 88?

i still dont know


He said "Update : Object 25 with sprite 88."

I have a feeling that he means to place Object 25 in the same location as a Sprite 88 to get a Brick Block that acts like a coin... If Object 25 is a Block... I don't memorize the numbers.


Ive tried putting object 25 (coin) with sprite 88 (brick with p switch) on top its just solid

RPM maybe you could post an nml with this in


---------------------------------------------------------------------------------------------------------------


Originally posted by m64m
well I think once someone finds out how to add bosses to levels without them crashing, then we'd have access to giant versions of the main enemies. And with heavier attack power to boot ^__^

That might need asm hacking or just working out everything in the header file
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 21/-1288
EXP: NaN
For next: 0

Since: 07-28-09

From: Spain

Since last post: 10.8 years
Last activity: 9.9 years

Posted on 08-23-09 05:04:21 PM (last edited by dirbaio at 09-06-09 11:30 AM) Link | Quote
I have found out some camera stuff.


198 / 199. scroll controls
These two sprites go in pairs. Each pair must have the same data and be at the same height. Each pair defines a vertical pan limit, so that if X mario Position is BETWEEN the two sprites, the camera will be restricted.

0000 YYUU 00D0

YY: The y pixels to move the limit. If it is an up limit, the limit will be moved upwards. If it is down, it will be moved down.
UU: I don't know what are those. They are sometimes set to 1. If i change it, it no longer works.

D: The direction of the limit. If 0, the camera cannot move lower. If 1, the camera cannot move higher

IMPORTANT EDIT: after TWO DAYS of trying to solve an annoying camera issue with 198 and 199 I found out another thing about them: In the level, the sprites are ordered, which means that internally, the level is an ordered list of sprites. When you put a 198, it takes the 199 that is immediatly after it in the list, even if there is another 199 nearer. So if you create a 198, you have to create IMMEDIATLY AFTER the corresponding 199, and never loose it.

276: Scroll Stop

This sprite causes the camera to stop moving sideways if Mario is in certain Y position, depending of the data.

0000 HD0H 0000

H: Height. This will cause the scroll to stop if Mario is from 0 to H tiles higher than the sprite
This value is split (look at the two H's). The first one is the second (hex) digit and the second one is the first digit. For example, if the data is 0000 2101 0000, the height is 12 in hex. Just take the two H's in reverse order.


D: Direction. 0 stops the camera from going right. 1 from going left.
PSI Purple
Member
Level: 19


Posts: 27/60
EXP: 31796
For next: 3981

Since: 06-28-09

From: Onett, Eagleland

Since last post: 10.7 years
Last activity: 9.6 years

Posted on 08-26-09 04:59:35 PM Link | Quote
I think I found something with Sprite 155... The new part is in bold.


155: Warp to Level
Data: 0000 YEXX AFMS - Y = warp height (minus 1), XX = warp width (minus 1), E = destination entrance, A = destination area, F = Set to 1 if it will only warp if mario's climbing a vine - Set to 8 for normal warp with "fading screen transition," M = Mega Mario Compatibility: Set to 1 to allow Mega Mario to use it. S = Warp sound: 00 for pipe sound, 01 for no sound.



I figured this out because I set up a Warp in a level and had everything set. It worked with normal Mario, but when I was Mega Mario, I went right through it, but as soon as I ran out of the Power-Up, the warp worked. It's used in the regular levels too, but I only noticed it being set to 1.... But I only checked one level... But when I set it to 1 in my level, it worked with Mega Mario, so that must be part of it.

____________________
Yoshi52's New Game. (Because Y52's password was too confusing for him to remember )

Brawl Card.
MKWii License.
My [Insert clichéd sig gimmick here].
RPM
Member
Level: 13


Posts: 19/28
EXP: 10095
For next: 172

Since: 08-05-09


Since last post: 12.4 years
Last activity: 12.4 years

Posted on 09-08-09 12:44:14 PM (last edited by RPM at 09-08-09 09:49 AM) Link | Quote
Originally posted by Hiccup
sprite 25?, tile 25?, sprite 88?, tile 88?

i still dont know


you know, when you catch a coin, the coin disapear, ok ?

so, this is exactly the same thing, it's just the apparence who change.

but, it's more complicated : i use a P-switch who change the coin to a fake brick

i'll do a movie of that.




Martboo48 ==> est-ce que t'es français ? xD
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 68/-1288
EXP: NaN
For next: 0

Since: 07-28-09

From: Spain

Since last post: 10.8 years
Last activity: 9.9 years

Posted on 09-08-09 04:02:08 PM Link | Quote
I've found an unused 276 sprite data.

0000 0000 00F0

F: If set to 1, it only allows the camera to go forward, like in the secret challenge mode.
Tanks

360? Yessum.
Level: 121


Posts: 3410/4170
EXP: 19787465
For next: 269231

Since: 07-10-07

From: VA

Since last post: 9.5 years
Last activity: 9.5 years

Posted on 09-13-09 03:08:20 AM Link | Quote

I'll take note of that one.

____________________



I Love Ikachan!
Member
Level: 13


Posts: 24/28
EXP: 10204
For next: 63

Since: 04-25-09


Since last post: 12.4 years
Last activity: 12.4 years

Posted on 09-15-09 12:21:02 AM (last edited by The T at 09-14-09 09:33 PM) Link | Quote
249: Wall Jump Platform

3rd byte: Determines whenever it is thin or thick. (0 is thin, 1 is thick, for example.)
4th byte: Determines how many blocks are in the sprite. (ex. changing it to 20 makes it only have 15 blocks.)
5th byte: Determines what direction it goes. Change it to 10 or 11 and it won't move until Mario touches it.

I think I got most of the stuff for this sprite.

____________________
Try again when you can make a layout that doesn't suck. --X
gridatttack

Buzzy Beetle
Rarity FTW
Level: 42


Posts: 6/375
EXP: 493634
For next: 27728

Since: 08-26-09


Since last post: 5.3 years
Last activity: 2.0 years

Posted on 09-15-09 01:39:35 AM (last edited by gridatttack at 09-15-09 10:55 AM) Link | Quote
Here are some others, some of these many people might have find them like 43 and 258, but anyways

43 is a lakitu Havent noticed the differences with the original.

258 is a spikebass the difference is that it works on a lower water level the used one dosent Thanks to hiccup for this.

for 255 is 00 00 SS 00 00 W0 change s to the speed that will start hovering, change W to have invisble water at the height of the plants

266 is a red dot or flame that appears in front of you near the area you putted it. Some say is hot foot from SMB3.

203 is a purple tilt mushroom that is small and tilts slowly

for 149 (I THINK this is unused) 00 00 10 00 00 00 to make appear a empty koopa shell. if you change the color to blue you can grab the blue shell and carry it around but if you ground pound you will get the powerup like in the beta way of getting this powerup.

for buzzy bettle put 00 00 02 00 00 00 to make appear only his shell
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 93/-1288
EXP: NaN
For next: 0

Since: 07-28-09

From: Spain

Since last post: 10.8 years
Last activity: 9.9 years

Posted on 09-27-09 05:45:01 PM (last edited by dirbaio at 09-27-09 02:45 PM) Link | Quote
I've found some useless unused data for unused sprite 270
As Hiccup said before, 270 is a pipe that is being destroyed, with Mega Mario

Sprite Data:

00 00 SS 00 FU L0

S: Size of the pipe in blocks. (Hiccup only saw the bits of pipe, not a pipe because he tested it with 0 size)
F: Makes a vibrating horizontal pipe?? Makes a real pipe when you touch it??? I don't know exactly what this does.
U: Makes the pipe be upside-down
L: Makes the pipe fly left instead of right.

I don't think this is all. I'll edit if I find more...
EngineR3

Level: 10


Posts: 9/16
EXP: 4351
For next: 63

Since: 08-24-09


Since last post: 11.7 years
Last activity: 11.7 years

Posted on 10-21-09 03:29:57 PM Link | Quote
I've got one question:

I found a tile/sprite rip of this game maybe a year or two ago, and I was just looking through it recently. Everything looked intact, but then there was something extra with the power-ups. And that was a Lightning Bolt. And it looked similar to the ones in Mario Kart, but it was around the size of the Super Mushroom. Has anyone seen this in the game data, or found anything that relates to it? It looks like it could be an unused item.
Ninji

Birdo
Why did my user title say I'm a toaster anyway
Level: 88


Posts: 878/2014
EXP: 6631460
For next: 19204

Since: 07-26-07

Pronouns: he/him or they/them
From: Glasgow, Scotland

Since last post: 101 days
Last activity: 15 days

Posted on 10-21-09 03:33:50 PM Link | Quote
Originally posted by EngineR3
I've got one question:

I found a tile/sprite rip of this game maybe a year or two ago, and I was just looking through it recently. Everything looked intact, but then there was something extra with the power-ups. And that was a Lightning Bolt. And it looked similar to the ones in Mario Kart, but it was around the size of the Super Mushroom. Has anyone seen this in the game data, or found anything that relates to it? It looks like it could be an unused item.

That's actually the rip I did myself back before I started hacking NSMB and everything.

It's in the graphics data along with the other powerups and a few other sprites (like the growing vines) but I haven't found anything else related to it. I think it's probably just an unused sprite and nothing else.

____________________








Originally posted by Sonicandtails
I'm trying top for the day 2 minutes to see how I feel. It's certainly different.
(I'm a bottom guy)
Currently reorganising my site's public_html folder. Links/images in my posts may be broken. If you find a broken link/image, PM me with the link and I'll fix it!
Hacking Tools: NSMB Editor 4 · Nitro Explorer · NARC Explorer
Deleted User
Collection of nobodies
Posted on 10-30-09 03:31:04 PM (last edited by TheKinoko at 10-30-09 12:31 PM) Link | Quote
You said lightning bolt?

Might be beta stuff. I read in some early news about NSMB that it was going to have a powerup like that, that would make the other player tiny, exactly like in Mario Kart. Those news were also mentioning the famous coop mode, and 3D-looking [!] blocks that would bring the other player next to you when you hit them.

____________________


===================
[Posted by TheKinoko]


===================
[Posted by TheKinoko]


===================
[Posted by TheKinoko]


===================
[Posted by TheKinoko]

Did you know that, in japanese, 'kinoko' means 'mushroom'?

dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 153/-1288
EXP: NaN
For next: 0

Since: 07-28-09

From: Spain

Since last post: 10.8 years
Last activity: 9.9 years

Posted on 10-30-09 04:13:29 PM Link | Quote
Originally posted by TheKinoko
You said lightning bolt?

Might be beta stuff. I read in some early news about NSMB that it was going to have a powerup like that, that would make the other player tiny, exactly like in Mario Kart. Those news were also mentioning the famous coop mode, and 3D-looking [!] blocks that would bring the other player next to you when you hit them.


yeah. but i guess that that is only the graphics. we have not found any block that spawns it, and most likely these graphics are just unused, i mean, you cant get them in the game without asm hacking ...
Hiccup
Member
Level: 57


Posts: 142/772
EXP: 1473673
For next: 12255

Since: 05-19-09


Since last post: 99 days
Last activity: 7 hours

Posted on 10-30-09 04:52:46 PM Link | Quote
testing Post header
In the beta there were blue question blocks that had bolts of lightning that sent your opponent to the start of the level in the multiplayer races. i think

____________________
testing Signature
dirbaio
For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation".
Level: NaN


Posts: 155/-1288
EXP: NaN
For next: 0

Since: 07-28-09

From: Spain

Since last post: 10.8 years
Last activity: 9.9 years

Posted on 10-30-09 04:57:40 PM Link | Quote
it would be interesting to see some videos of it if it really exists...
but i dont think that the sprites are still there...
Deleted User
Collection of nobodies
Posted on 10-30-09 05:11:23 PM (last edited by Treeki at 10-31-09 06:05 PM) Link | Quote
I found and managed to download a video that shows some of those 3D-looking blocks in action. It's on some french gaming site. If I get a Youtube account, I could put it there if it interests some of you...


Well, the file is really big, so instead of letting you spend hours downloading it, I'm going to get a Youtube account and put it there

____________________


===================
[Posted by TheKinoko]


===================
[Posted by TheKinoko]


===================
[Posted by TheKinoko]


===================
[Posted by TheKinoko]

Did you know that, in japanese, 'kinoko' means 'mushroom'?

Pages: 1 2 3 4 Next newer thread | Next older thread
Jul - NSMB Hacking (Archive) - Sprite Data Reference (Long) New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

32 database queries, 5 query cache hits.
Query execution time:  0.103166 seconds
Script execution time:  0.029243 seconds
Total render time:  0.132409 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 199 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 94 - Warning: unescaped & or unknown entity "&page"
line 149 column 128 - Warning: unescaped & or unknown entity "&page"
line 149 column 160 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 195 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 177 column 101 - Warning: unescaped & or unknown entity "&postid"
line 206 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 208 column 9 - Warning: missing <tr>
line 226 column 13 - Warning: missing <tr>
line 227 column 101 - Warning: unescaped & or unknown entity "&postid"
line 232 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 234 column 9 - Warning: missing <tr>
line 252 column 13 - Warning: missing <tr>
line 253 column 101 - Warning: unescaped & or unknown entity "&postid"
line 268 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 270 column 9 - Warning: missing <tr>
line 288 column 13 - Warning: missing <tr>
line 289 column 101 - Warning: unescaped & or unknown entity "&postid"
line 295 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 297 column 9 - Warning: missing <tr>
line 315 column 13 - Warning: missing <tr>
line 316 column 101 - Warning: unescaped & or unknown entity "&postid"
line 338 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 340 column 9 - Warning: missing <tr>
line 358 column 13 - Warning: missing <tr>
line 359 column 101 - Warning: unescaped & or unknown entity "&postid"
line 390 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 392 column 9 - Warning: missing <tr>
line 410 column 13 - Warning: missing <tr>
line 411 column 101 - Warning: unescaped & or unknown entity "&postid"
line 428 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 430 column 9 - Warning: missing <tr>
line 448 column 13 - Warning: missing <tr>
line 449 column 101 - Warning: unescaped & or unknown entity "&postid"
line 469 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 471 column 9 - Warning: missing <tr>
line 489 column 13 - Warning: missing <tr>
line 490 column 101 - Warning: unescaped & or unknown entity "&postid"
line 499 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 501 column 9 - Warning: missing <tr>
line 519 column 13 - Warning: missing <tr>
line 520 column 101 - Warning: unescaped & or unknown entity "&postid"
line 522 column 312 - Warning: missing </font> before <hr>
line 523 column 538 - Warning: discarding unexpected </td>
line 528 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 530 column 9 - Warning: missing <tr>
line 548 column 13 - Warning: missing <tr>
line 549 column 101 - Warning: unescaped & or unknown entity "&postid"
line 560 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 562 column 9 - Warning: missing <tr>
line 580 column 13 - Warning: missing <tr>
line 581 column 101 - Warning: unescaped & or unknown entity "&postid"
line 600 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 602 column 9 - Warning: missing <tr>
line 620 column 13 - Warning: missing <tr>
line 621 column 101 - Warning: unescaped & or unknown entity "&postid"
line 638 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 640 column 9 - Warning: missing <tr>
line 658 column 13 - Warning: missing <tr>
line 659 column 101 - Warning: unescaped & or unknown entity "&postid"
line 666 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 668 column 9 - Warning: missing <tr>
line 686 column 13 - Warning: missing <tr>
line 687 column 101 - Warning: unescaped & or unknown entity "&postid"
line 689 column 74 - Warning: <link> isn't allowed in <td> elements
line 689 column 9 - Info: <td> previously mentioned
line 694 column 1397 - Warning: inserting implicit <marquee>
line 695 column 1 - Warning: inserting implicit <marquee>
line 695 column 1471 - Warning: inserting implicit <marquee>
line 696 column 1 - Warning: inserting implicit <marquee>
line 696 column 1545 - Warning: inserting implicit <marquee>
line 697 column 1 - Warning: inserting implicit <marquee>
line 697 column 1619 - Warning: inserting implicit <marquee>
line 698 column 1 - Warning: inserting implicit <marquee>
line 698 column 1693 - Warning: inserting implicit <marquee>
line 699 column 1 - Warning: inserting implicit <marquee>
line 699 column 1767 - Warning: inserting implicit <marquee>
line 700 column 1 - Warning: inserting implicit <marquee>
line 704 column 2951 - Warning: discarding unexpected </div>
line 704 column 2957 - Warning: discarding unexpected </td>
line 706 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 707 column 25 - Warning: missing <tr>
line 714 column 33 - Warning: missing <tr>
line 715 column 121 - Warning: unescaped & or unknown entity "&postid"
line 720 column 948 - Warning: discarding unexpected </div>
line 720 column 954 - Warning: discarding unexpected </div>
line 720 column 960 - Warning: discarding unexpected </td>
line 722 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 724 column 9 - Warning: missing <tr>
line 742 column 13 - Warning: missing <tr>
line 743 column 101 - Warning: unescaped & or unknown entity "&postid"
line 752 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 754 column 9 - Warning: missing <tr>
line 772 column 13 - Warning: missing <tr>
line 773 column 101 - Warning: unescaped & or unknown entity "&postid"
line 775 column 74 - Warning: <div> attribute name "background);height" (value="100%") is invalid
line 775 column 74 - Warning: missing </div>
line 779 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 781 column 9 - Warning: missing <tr>
line 799 column 13 - Warning: missing <tr>
line 800 column 101 - Warning: unescaped & or unknown entity "&postid"
line 805 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 806 column 25 - Warning: missing <tr>
line 813 column 33 - Warning: missing <tr>
line 814 column 121 - Warning: unescaped & or unknown entity "&postid"
line 820 column 1004 - Warning: discarding unexpected </div>
line 820 column 1010 - Warning: discarding unexpected </div>
line 820 column 1016 - Warning: discarding unexpected </td>
line 822 column 17 - Warning: missing <tr>
line 822 column 17 - Warning: discarding unexpected <table>
line 825 column 35 - Warning: missing <tr>
line 825 column 94 - Warning: unescaped & or unknown entity "&page"
line 825 column 128 - Warning: unescaped & or unknown entity "&page"
line 825 column 160 - Warning: unescaped & or unknown entity "&page"
line 825 column 50 - Warning: missing </font> before </td>
line 825 column 195 - Warning: missing </font> before </table>
line 827 column 35 - Warning: missing <tr>
line 827 column 50 - Warning: missing </font> before </td>
line 828 column 37 - Warning: unescaped & or unknown entity "&id"
line 827 column 199 - Warning: missing </font> before </table>
line 829 column 17 - Warning: discarding unexpected </textarea>
line 829 column 28 - Warning: discarding unexpected </form>
line 829 column 35 - Warning: discarding unexpected </embed>
line 829 column 43 - Warning: discarding unexpected </noembed>
line 829 column 53 - Warning: discarding unexpected </noscript>
line 829 column 64 - Warning: discarding unexpected </noembed>
line 829 column 74 - Warning: discarding unexpected </embed>
line 829 column 82 - Warning: discarding unexpected </table>
line 829 column 90 - Warning: discarding unexpected </table>
line 831 column 9 - Warning: missing </font> before <table>
line 843 column 25 - Warning: discarding unexpected </font>
line 852 column 57 - Warning: discarding unexpected </font>
line 830 column 1 - Warning: missing </center>
line 120 column 63 - Warning: <img> lacks "alt" attribute
line 125 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 125 column 93 - Warning: <img> lacks "alt" attribute
line 141 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 141 column 98 - Warning: <img> lacks "alt" attribute
line 148 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 245 - Warning: <img> proprietary attribute value "absmiddle"
line 161 column 22 - Warning: <img> lacks "alt" attribute
line 161 column 63 - Warning: <img> lacks "alt" attribute
line 161 column 112 - Warning: <img> lacks "alt" attribute
line 161 column 162 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 211 column 22 - Warning: <img> lacks "alt" attribute
line 211 column 63 - Warning: <img> lacks "alt" attribute
line 211 column 112 - Warning: <img> lacks "alt" attribute
line 211 column 162 - Warning: <img> lacks "alt" attribute
line 212 column 11 - Warning: <img> lacks "alt" attribute
line 222 column 15 - Warning: <img> lacks "alt" attribute
line 237 column 22 - Warning: <img> lacks "alt" attribute
line 237 column 63 - Warning: <img> lacks "alt" attribute
line 237 column 112 - Warning: <img> lacks "alt" attribute
line 237 column 162 - Warning: <img> lacks "alt" attribute
line 238 column 11 - Warning: <img> lacks "alt" attribute
line 248 column 15 - Warning: <img> lacks "alt" attribute
line 257 column 217 - Warning: <img> proprietary attribute value "absmiddle"
line 257 column 217 - Warning: <img> lacks "alt" attribute
line 261 column 664 - Warning: <img> proprietary attribute value "absmiddle"
line 261 column 664 - Warning: <img> lacks "alt" attribute
line 273 column 22 - Warning: <img> lacks "alt" attribute
line 273 column 63 - Warning: <img> lacks "alt" attribute
line 273 column 112 - Warning: <img> lacks "alt" attribute
line 273 column 162 - Warning: <img> lacks "alt" attribute
line 284 column 15 - Warning: <img> lacks "alt" attribute
line 300 column 22 - Warning: <img> lacks "alt" attribute
line 300 column 63 - Warning: <img> lacks "alt" attribute
line 300 column 112 - Warning: <img> lacks "alt" attribute
line 300 column 162 - Warning: <img> lacks "alt" attribute
line 311 column 15 - Warning: <img> lacks "alt" attribute
line 320 column 296 - Warning: <img> proprietary attribute value "absmiddle"
line 320 column 296 - Warning: <img> lacks "alt" attribute
line 343 column 23 - Warning: <img> lacks "alt" attribute
line 343 column 64 - Warning: <img> lacks "alt" attribute
line 354 column 15 - Warning: <img> lacks "alt" attribute
line 395 column 22 - Warning: <img> lacks "alt" attribute
line 395 column 63 - Warning: <img> lacks "alt" attribute
line 395 column 112 - Warning: <img> lacks "alt" attribute
line 395 column 162 - Warning: <img> lacks "alt" attribute
line 396 column 11 - Warning: <img> lacks "alt" attribute
line 406 column 15 - Warning: <img> lacks "alt" attribute
line 421 column 910 - Warning: <img> proprietary attribute value "absmiddle"
line 421 column 910 - Warning: <img> lacks "alt" attribute
line 421 column 1167 - Warning: <img> proprietary attribute value "absmiddle"
line 421 column 1167 - Warning: <img> lacks "alt" attribute
line 433 column 22 - Warning: <img> lacks "alt" attribute
line 433 column 63 - Warning: <img> lacks "alt" attribute
line 433 column 112 - Warning: <img> lacks "alt" attribute
line 433 column 161 - Warning: <img> lacks "alt" attribute
line 434 column 11 - Warning: <img> lacks "alt" attribute
line 444 column 15 - Warning: <img> lacks "alt" attribute
line 453 column 217 - Warning: <img> proprietary attribute value "absmiddle"
line 453 column 217 - Warning: <img> lacks "alt" attribute
line 459 column 520 - Warning: <img> proprietary attribute value "absmiddle"
line 459 column 520 - Warning: <img> lacks "alt" attribute
line 474 column 23 - Warning: <img> lacks "alt" attribute
line 474 column 64 - Warning: <img> lacks "alt" attribute
line 485 column 15 - Warning: <img> lacks "alt" attribute
line 503 column 11 - Warning: <img> lacks "alt" attribute
line 504 column 23 - Warning: <img> lacks "alt" attribute
line 504 column 64 - Warning: <img> lacks "alt" attribute
line 504 column 113 - Warning: <img> lacks "alt" attribute
line 504 column 163 - Warning: <img> lacks "alt" attribute
line 505 column 11 - Warning: <img> lacks "alt" attribute
line 515 column 15 - Warning: <img> lacks "alt" attribute
line 522 column 312 - Warning: <font> attribute "color" has invalid value "#FFFFF"
line 523 column 457 - Warning: <img> lacks "alt" attribute
line 533 column 22 - Warning: <img> lacks "alt" attribute
line 533 column 63 - Warning: <img> lacks "alt" attribute
line 533 column 112 - Warning: <img> lacks "alt" attribute
line 533 column 161 - Warning: <img> lacks "alt" attribute
line 544 column 15 - Warning: <img> lacks "alt" attribute
line 564 column 11 - Warning: <img> lacks "alt" attribute
line 565 column 22 - Warning: <img> lacks "alt" attribute
line 565 column 63 - Warning: <img> lacks "alt" attribute
line 565 column 112 - Warning: <img> lacks "alt" attribute
line 565 column 162 - Warning: <img> lacks "alt" attribute
line 576 column 15 - Warning: <img> lacks "alt" attribute
line 605 column 23 - Warning: <img> lacks "alt" attribute
line 605 column 64 - Warning: <img> lacks "alt" attribute
line 616 column 15 - Warning: <img> lacks "alt" attribute
line 643 column 22 - Warning: <img> lacks "alt" attribute
line 643 column 63 - Warning: <img> lacks "alt" attribute
line 643 column 112 - Warning: <img> lacks "alt" attribute
line 643 column 161 - Warning: <img> lacks "alt" attribute
line 654 column 15 - Warning: <img> lacks "alt" attribute
line 670 column 11 - Warning: <img> lacks "alt" attribute
line 671 column 22 - Warning: <img> lacks "alt" attribute
line 671 column 63 - Warning: <img> lacks "alt" attribute
line 671 column 112 - Warning: <img> lacks "alt" attribute
line 671 column 161 - Warning: <img> lacks "alt" attribute
line 672 column 11 - Warning: <img> lacks "alt" attribute
line 682 column 15 - Warning: <img> lacks "alt" attribute
line 694 column 1333 - Warning: <img> proprietary attribute value "absmiddle"
line 694 column 1333 - Warning: <img> lacks "alt" attribute
line 695 column 1407 - Warning: <img> proprietary attribute value "absmiddle"
line 695 column 1407 - Warning: <img> lacks "alt" attribute
line 696 column 1481 - Warning: <img> proprietary attribute value "absmiddle"
line 696 column 1481 - Warning: <img> lacks "alt" attribute
line 697 column 1555 - Warning: <img> proprietary attribute value "absmiddle"
line 697 column 1555 - Warning: <img> lacks "alt" attribute
line 698 column 1629 - Warning: <img> proprietary attribute value "absmiddle"
line 698 column 1629 - Warning: <img> lacks "alt" attribute
line 699 column 1703 - Warning: <img> proprietary attribute value "absmiddle"
line 699 column 1703 - Warning: <img> lacks "alt" attribute
line 700 column 1777 - Warning: <img> proprietary attribute value "absmiddle"
line 700 column 1777 - Warning: <img> lacks "alt" attribute
line 700 column 1827 - Warning: <img> proprietary attribute value "absmiddle"
line 700 column 1827 - Warning: <img> lacks "alt" attribute
line 701 column 2013 - Warning: <img> proprietary attribute value "absmiddle"
line 701 column 2013 - Warning: <img> lacks "alt" attribute
line 701 column 2064 - Warning: <img> proprietary attribute value "absmiddle"
line 701 column 2064 - Warning: <img> lacks "alt" attribute
line 710 column 37 - Warning: <img> lacks "alt" attribute
line 719 column 542 - Warning: <font> attribute "color" lacks value
line 719 column 625 - Warning: <font> attribute "color" lacks value
line 719 column 708 - Warning: <font> attribute "color" lacks value
line 719 column 791 - Warning: <font> attribute "color" lacks value
line 727 column 23 - Warning: <img> lacks "alt" attribute
line 727 column 64 - Warning: <img> lacks "alt" attribute
line 738 column 15 - Warning: <img> lacks "alt" attribute
line 757 column 22 - Warning: <img> lacks "alt" attribute
line 757 column 63 - Warning: <img> lacks "alt" attribute
line 757 column 112 - Warning: <img> lacks "alt" attribute
line 757 column 162 - Warning: <img> lacks "alt" attribute
line 768 column 15 - Warning: <img> lacks "alt" attribute
line 776 column 313 - Warning: <img> proprietary attribute value "absmiddle"
line 776 column 313 - Warning: <img> lacks "alt" attribute
line 784 column 23 - Warning: <img> lacks "alt" attribute
line 784 column 64 - Warning: <img> lacks "alt" attribute
line 795 column 15 - Warning: <img> lacks "alt" attribute
line 809 column 37 - Warning: <img> lacks "alt" attribute
line 819 column 474 - Warning: <img> proprietary attribute value "absmiddle"
line 819 column 474 - Warning: <img> lacks "alt" attribute
line 819 column 598 - Warning: <font> attribute "color" lacks value
line 819 column 681 - Warning: <font> attribute "color" lacks value
line 819 column 764 - Warning: <font> attribute "color" lacks value
line 819 column 847 - Warning: <font> attribute "color" lacks value
line 828 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 828 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 828 column 245 - Warning: <img> proprietary attribute value "absmiddle"
line 837 column 25 - Warning: <img> lacks "alt" attribute
line 842 column 267 - Warning: <img> lacks "alt" attribute
line 694 column 1397 - Warning: trimming empty <marquee>
line 695 column 1471 - Warning: trimming empty <marquee>
line 696 column 1545 - Warning: trimming empty <marquee>
line 697 column 1619 - Warning: trimming empty <marquee>
line 698 column 1693 - Warning: trimming empty <marquee>
line 699 column 1767 - Warning: trimming empty <marquee>
line 822 column 17 - Warning: trimming empty <tr>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 227 column 27 - Warning: <nobr> is not approved by W3C
line 253 column 27 - Warning: <nobr> is not approved by W3C
line 289 column 27 - Warning: <nobr> is not approved by W3C
line 316 column 27 - Warning: <nobr> is not approved by W3C
line 359 column 27 - Warning: <nobr> is not approved by W3C
line 411 column 27 - Warning: <nobr> is not approved by W3C
line 449 column 27 - Warning: <nobr> is not approved by W3C
line 490 column 27 - Warning: <nobr> is not approved by W3C
line 520 column 27 - Warning: <nobr> is not approved by W3C
line 522 column 74 - Warning: <table> proprietary attribute "height"
line 549 column 27 - Warning: <nobr> is not approved by W3C
line 581 column 27 - Warning: <nobr> is not approved by W3C
line 621 column 27 - Warning: <nobr> is not approved by W3C
line 659 column 27 - Warning: <nobr> is not approved by W3C
line 687 column 27 - Warning: <nobr> is not approved by W3C
line 694 column 1262 - Warning: <marquee> is not approved by W3C
line 695 column 1 - Warning: <marquee> is not approved by W3C
line 696 column 1 - Warning: <marquee> is not approved by W3C
line 697 column 1 - Warning: <marquee> is not approved by W3C
line 698 column 1 - Warning: <marquee> is not approved by W3C
line 699 column 1 - Warning: <marquee> is not approved by W3C
line 700 column 1 - Warning: <marquee> is not approved by W3C
line 701 column 1919 - Warning: <marquee> is not approved by W3C
line 715 column 47 - Warning: <nobr> is not approved by W3C
line 743 column 27 - Warning: <nobr> is not approved by W3C
line 773 column 27 - Warning: <nobr> is not approved by W3C
line 775 column 74 - Warning: <div> proprietary attribute "post"
line 800 column 27 - Warning: <nobr> is not approved by W3C
line 814 column 47 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 338 warnings and 0 errors!


The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md