Register - Login
Views: 99407562
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 08:15:36 PM
Jul - NSMB Hacking (Archive) - Original NSMB Hacking Thread (Archived) New poll - New thread - New reply
Pages: 1 2 3 4 5 6 7 8 9 10 ... 22 23 24 25 26 27 28 29 30 31 Next newer thread
Ninji

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


Posts: 13/2014
EXP: 6633373
For next: 17291

Since: 07-26-07

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

Since last post: 105 days
Last activity: 18 days

Posted on 07-27-07 10:14:10 AM (last edited by Treeki at 08-20-12 11:07:30 PM) Link | Quote
I am no longer maintaining this editor, and have handed it over to Dirbaio. Newer versions can be found here: http://nsmbhd.net/?page=download

I'm keeping this post around for posterity. Most of the documents linked here are pretty old, but maybe you might find something useful...?

This is the old NSMB hacking thread from before we had our own forum on Jul.
While it's extremely long, I've tried to make an index of everything useful that's been posted in it:

Moving Stone Blocks (by Camewel; unconfirmed/untested by me)
Changing Music
Connected Pipes using movement paths (by Garmichael)
More about movement paths (by Garmichael)
Destroying blocks with sprite 197 (plus beta find!)
Touchscreen flagpole paths (by Garmichael)
Block 8/Views (by Garmichael)
Block 2 (by Garmichael)
List of Blocks
Block 9
Sound Sets, Block 5 (by Garmichael)
More about Block 2 (by Garmichael - note; if you use this info, make sure to refer to my post below which describes the negative numbers!)
Even more about Block 2; and panning (by Garmichael)
More about block 2; who would have thought? (by Garmichael)




____________________
[00:17:56] <+XkeeperSucks> treeki the spoiled brat go get speakers · Hacking Tools: NSMB Editor · Nitro Explorer · NARC Explorer
Raccoon Sam
Member
free speech disabled
Level: 32


Posts: 9/187
EXP: 187692
For next: 18750

Since: 07-25-07

From: Somewhat

Since last post: 4.4 years
Last activity: 1.0 years

Posted on 07-27-07 10:27:18 AM Link | Quote
I have a question. Can levels be expanded? By that, I mean can I make level 1-1 longer than it already is?
Have you figured out how pipes work and where they lead and why?


Aside from the questions, the editor looks super awesome!

____________________
Ninji

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


Posts: 14/2014
EXP: 6633373
For next: 17291

Since: 07-26-07

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

Since last post: 105 days
Last activity: 18 days

Posted on 07-27-07 10:29:16 AM Link | Quote

Originally posted by Raccoon Sam
I have a question. Can levels be expanded? By that, I mean can I make level 1-1 longer than it already is?
Have you figured out how pipes work and where they lead and why?


Aside from the questions, the editor looks super awesome!

I haven't figured out pipes yet; I hope to do that soon. Hopefully shouldn't take long.

Yes, I believe you can make levels longer. But you'd have to use the same amount of objects. Sometime I want to add expanding the amount of objects in a level, but I'd need to write some more advanced file handling code, and I'm not sure how to do it exactly.

____________________

Deleted User
Collection of nobodies
Posted on 07-27-07 04:47:17 PM Link | Quote
PROTIP: The place where I get my NDS roms is called Romulation. Google search that, it's a prime place to get those roms.

Hey, the rules don't say we can't provide the NAMES of ROM sites!

____________________


===================
[Posted by Grey Mario]
Raccoon Sam
Member
free speech disabled
Level: 32


Posts: 10/187
EXP: 187692
For next: 18750

Since: 07-25-07

From: Somewhat

Since last post: 4.4 years
Last activity: 1.0 years

Posted on 07-27-07 05:23:20 PM Link | Quote

- use common sense


____________________
Deleted User
Collection of nobodies
Posted on 07-28-07 03:57:00 AM Link | Quote
Originally posted by Raccoon Sam

- use common sense


That means no stuff like "lol dur i didnt red the thred so i just post "lol" and walk on"



____________________


===================
[Posted by Grey Mario]
Raccoon Sam
Member
free speech disabled
Level: 32


Posts: 18/187
EXP: 187692
For next: 18750

Since: 07-25-07

From: Somewhat

Since last post: 4.4 years
Last activity: 1.0 years

Posted on 07-29-07 03:31:44 AM Link | Quote


____________________
Tweaker
Member
A thrilling mystery!
Level: 31


Posts: 5/179
EXP: 175834
For next: 9529

Since: 07-22-07

From: Pinellas Park, FL

Since last post: 11.6 years
Last activity: 1.7 years

Posted on 08-01-07 04:00:19 PM Link | Quote
Originally posted by Treeki
Originally posted by Raccoon Sam
I have a question. Can levels be expanded? By that, I mean can I make level 1-1 longer than it already is?
Have you figured out how pipes work and where they lead and why?


Aside from the questions, the editor looks super awesome!

I haven't figured out pipes yet; I hope to do that soon. Hopefully shouldn't take long.

Yes, I believe you can make levels longer. But you'd have to use the same amount of objects. Sometime I want to add expanding the amount of objects in a level, but I'd need to write some more advanced file handling code, and I'm not sure how to do it exactly.

Wouldn't it be possible to relocate the object data to, say, the end of the ROM, and then change the pointers to the data to read from the end of ROM, rather than the original location of the object data? I mean, even if it uses relative positioning, you should be able to move the object layout index somewhere else in the ROM, and from there you can pretty much make the object data as long as possible, within the limits of the pointer index.
Ninji

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


Posts: 40/2014
EXP: 6633373
For next: 17291

Since: 07-26-07

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

Since last post: 105 days
Last activity: 18 days

Posted on 08-01-07 07:44:00 PM Link | Quote
At the time of writing this post, I had..
Posts: 40 ~ Level: 6 ~ Exp: 633

Originally posted by Tweaker
Originally posted by Treeki
Originally posted by Raccoon Sam
I have a question. Can levels be expanded? By that, I mean can I make level 1-1 longer than it already is?
Have you figured out how pipes work and where they lead and why?


Aside from the questions, the editor looks super awesome!

I haven't figured out pipes yet; I hope to do that soon. Hopefully shouldn't take long.

Yes, I believe you can make levels longer. But you'd have to use the same amount of objects. Sometime I want to add expanding the amount of objects in a level, but I'd need to write some more advanced file handling code, and I'm not sure how to do it exactly.

Wouldn't it be possible to relocate the object data to, say, the end of the ROM, and then change the pointers to the data to read from the end of ROM, rather than the original location of the object data? I mean, even if it uses relative positioning, you should be able to move the object layout index somewhere else in the ROM, and from there you can pretty much make the object data as long as possible, within the limits of the pointer index.

Not even needed. DS's filesystem means I can leave it in its original position, but update the offsets for all files that come after.

____________________


NSMB Editor 2.0
making awesome SMB remakes since 16/7/07

current progress on version 2.1:
enemy viewing: done
enemy editing: in progress
enemy saving: null

Sails
2800
as a video game‎‎‎‏‏‎ grows old its content and‏‏‎ internal logic‏‏‎ deteriorateÿ
Level: 102


Posts: 201/2803
EXP: 10913829
For next: 176138

Since: 07-04-07

Pronouns: He/Him
From: MA

Since last post: 111 days
Last activity: 20 days

Posted on 08-03-07 12:52:16 AM Link | Quote
So Treeki, do you have that checksum fix implemented yet?

Also, other rom sites for NDS...
g-masters (The best, has one popunder perpage, but they get dumps first and also pack them with their proper NFO's from the release group)
1rom (They have been having server issues for the past two days though...These people take awhile to update however)
Raccoon Sam
Member
free speech disabled
Level: 32


Posts: 25/187
EXP: 187692
For next: 18750

Since: 07-25-07

From: Somewhat

Since last post: 4.4 years
Last activity: 1.0 years

Posted on 08-03-07 01:56:37 AM Link | Quote
Originally posted by Sonicandfails
g-masters

Whaatatata I thought it died
*Raccoon Sam goes there
Ninji

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


Posts: 44/2014
EXP: 6633373
For next: 17291

Since: 07-26-07

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

Since last post: 105 days
Last activity: 18 days

Posted on 08-03-07 07:56:49 AM Link | Quote
At the time of writing this post, I had..
Posts: 44 ~ Level: 6 ~ Exp: 814

Originally posted by Sonicandfails
So Treeki, do you have that checksum fix implemented yet?

Also, other rom sites for NDS...
g-masters (The best, has one popunder perpage, but they get dumps first and also pack them with their proper NFO's from the release group)
1rom (They have been having server issues for the past two days though...These people take awhile to update however)


Checksum fix?
If that's what I think it is, then no, I don't need it. The current editor doesn't modify the file system (levels are always the same size, so there's no need to) so there's no need to.

____________________


NSMB Editor 2.0
making awesome SMB remakes since 16/7/07

current progress on version 2.1:
enemy viewing: done
enemy editing: in progress
enemy saving: null

Sails
2800
as a video game‎‎‎‏‏‎ grows old its content and‏‏‎ internal logic‏‏‎ deteriorateÿ
Level: 102


Posts: 203/2803
EXP: 10913829
For next: 176138

Since: 07-04-07

Pronouns: He/Him
From: MA

Since last post: 111 days
Last activity: 20 days

Posted on 08-04-07 08:56:58 AM Link | Quote
What I'm saying is, if we ever do expand and put more objects into a level, then could we make it work?
Ninji

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


Posts: 46/2014
EXP: 6633373
For next: 17291

Since: 07-26-07

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

Since last post: 105 days
Last activity: 18 days

Posted on 08-04-07 09:10:52 AM Link | Quote
At the time of writing this post, I had..
Posts: 46 ~ Level: 7 ~ Exp: 927

Originally posted by Sonicandfails
What I'm saying is, if we ever do expand and put more objects into a level, then could we make it work?

Yes. I don't know about NSMB's exact limit.. but considering I've seen a level with 696 objects, it should be quite expandable.

____________________


NSMB Editor 2.0
making awesome SMB remakes since 16/7/07

current progress on version 2.1:
enemy viewing: done
enemy editing: in progress
enemy saving: null

Googie

Bloober
Underground Cartoonist...
Level: 46


Posts: 15/447
EXP: 693830
For next: 17944

Since: 07-22-07

From: Brooklyn, New York

Since last post: 37 days
Last activity: 37 days

Posted on 08-04-07 10:46:13 PM Link | Quote
This is pretty neat, I might take a crack at hacking this game when I have the time. Great job Treeki.

____________________


FPzero
9590



Post 26/9597
Active
5.4 years ago
Posted on 08-05-07 11:20:18 PM Link | Quote
Can I just ask how it's possible to run NSMB on no$gba without it being hellishly slow and without porting it to a flash cartridge? I have the NDS Cartridge Backup Media at EEPROM 64KBytes and it runs instead of giving me the "saved games can't be read" screen but it is as slow as a Koopa.

____________________
Xtreme Starfox
180
Level: 31


Posts: 19/180
EXP: 177072
For next: 8291

Since: 08-05-07

From: I don't know, Seriously.

Since last post: 12.4 years
Last activity: 12.4 years

Posted on 08-06-07 12:11:06 AM Link | Quote
Yes This Is good....more things for me to hack........

____________________
Ninji

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


Posts: 47/2014
EXP: 6633373
For next: 17291

Since: 07-26-07

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

Since last post: 105 days
Last activity: 18 days

Posted on 08-06-07 08:46:07 AM Link | Quote
At the time of writing this post, I had..
Posts: 47 ~ Level: 7 ~ Exp: 1059

Originally posted by FirePhoenix0
Can I just ask how it's possible to run NSMB on no$gba without it being hellishly slow and without porting it to a flash cartridge? I have the NDS Cartridge Backup Media at EEPROM 64KBytes and it runs instead of giving me the "saved games can't be read" screen but it is as slow as a Koopa.

You get a newer version. Preferably 2.4b or 2.4c. (Current version is 2.4d, that will work great, too.)
The only thing that runs slow on newer versions is the map screen. Otherwise, it's a little laggy in-game and on the intro, but it's playable. (Nothing worse than Pokemon D/P!)

____________________


NSMB Editor 2.0
making awesome SMB remakes since 16/7/07

current progress on version 2.1:
enemy viewing: done
enemy editing: in progress
enemy saving: null

FPzero
9590



Post 29/9597
Active
5.4 years ago
Posted on 08-06-07 12:36:12 PM Link | Quote
Okay then I have 2.4c so I guess I just have to live with it. Thanks.

____________________
Ninji

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


Posts: 48/2014
EXP: 6633373
For next: 17291

Since: 07-26-07

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

Since last post: 105 days
Last activity: 18 days

Posted on 08-06-07 12:43:21 PM Link | Quote
At the time of writing this post, I had..
Posts: 48 ~ Level: 7 ~ Exp: 1102

Originally posted by FirePhoenix0
Okay then I have 2.4c so I guess I just have to live with it. Thanks.

tried setting emulation speed to 10%?

____________________


NSMB Editor 2.0
making awesome SMB remakes since 16/7/07

current progress on version 2.1:
enemy viewing: done
enemy editing: in progress
enemy saving: null

Pages: 1 2 3 4 5 6 7 8 9 10 ... 22 23 24 25 26 27 28 29 30 31 Next newer thread
Jul - NSMB Hacking (Archive) - Original NSMB Hacking Thread (Archived) New poll - New thread - New reply


Rusted Logic

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

31 database queries, 9 query cache hits.
Query execution time:  0.125732 seconds
Script execution time:  0.042406 seconds
Total render time:  0.168138 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 299 - Warning: unescaped & or unknown entity "&page"
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 210 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 95 - Warning: unescaped & or unknown entity "&page"
line 149 column 126 - Warning: unescaped & or unknown entity "&page"
line 149 column 157 - Warning: unescaped & or unknown entity "&page"
line 149 column 188 - Warning: unescaped & or unknown entity "&page"
line 149 column 219 - Warning: unescaped & or unknown entity "&page"
line 149 column 250 - Warning: unescaped & or unknown entity "&page"
line 149 column 281 - Warning: unescaped & or unknown entity "&page"
line 149 column 312 - Warning: unescaped & or unknown entity "&page"
line 149 column 343 - Warning: unescaped & or unknown entity "&page"
line 149 column 379 - Warning: unescaped & or unknown entity "&page"
line 149 column 412 - Warning: unescaped & or unknown entity "&page"
line 149 column 445 - Warning: unescaped & or unknown entity "&page"
line 149 column 478 - Warning: unescaped & or unknown entity "&page"
line 149 column 511 - Warning: unescaped & or unknown entity "&page"
line 149 column 544 - Warning: unescaped & or unknown entity "&page"
line 149 column 577 - Warning: unescaped & or unknown entity "&page"
line 149 column 610 - Warning: unescaped & or unknown entity "&page"
line 149 column 643 - Warning: unescaped & or unknown entity "&page"
line 149 column 676 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 713 - 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 96 - Warning: unescaped & or unknown entity "&postid"
line 179 column 72 - Warning: <link> isn't allowed in <td> elements
line 179 column 9 - Info: <td> previously mentioned
line 248 column 494 - Warning: discarding unexpected </i>
line 251 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 253 column 9 - Warning: missing <tr>
line 271 column 13 - Warning: missing <tr>
line 272 column 96 - Warning: unescaped & or unknown entity "&postid"
line 281 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 283 column 9 - Warning: missing <tr>
line 301 column 13 - Warning: missing <tr>
line 302 column 96 - Warning: unescaped & or unknown entity "&postid"
line 313 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 314 column 25 - Warning: missing <tr>
line 321 column 33 - Warning: missing <tr>
line 322 column 116 - Warning: unescaped & or unknown entity "&postid"
line 328 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 330 column 9 - Warning: missing <tr>
line 348 column 13 - Warning: missing <tr>
line 349 column 96 - Warning: unescaped & or unknown entity "&postid"
line 351 column 797 - Warning: missing </font> before <blockquote>
line 351 column 920 - Warning: inserting implicit <font>
line 351 column 920 - Warning: missing </font> before <hr>
line 351 column 924 - Warning: inserting implicit <font>
line 351 column 924 - Warning: missing </font> before <hr>
line 351 column 959 - Warning: inserting implicit <font>
line 353 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 354 column 25 - Warning: missing <tr>
line 361 column 33 - Warning: missing <tr>
line 362 column 116 - Warning: unescaped & or unknown entity "&postid"
line 369 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 371 column 9 - Warning: missing <tr>
line 389 column 13 - Warning: missing <tr>
line 390 column 98 - Warning: unescaped & or unknown entity "&postid"
line 395 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 397 column 9 - Warning: missing <tr>
line 415 column 13 - Warning: missing <tr>
line 416 column 98 - Warning: unescaped & or unknown entity "&postid"
line 429 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 431 column 9 - Warning: missing <tr>
line 449 column 13 - Warning: missing <tr>
line 450 column 98 - Warning: unescaped & or unknown entity "&postid"
line 464 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 466 column 9 - Warning: missing <tr>
line 484 column 13 - Warning: missing <tr>
line 485 column 98 - Warning: unescaped & or unknown entity "&postid"
line 495 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 497 column 9 - Warning: missing <tr>
line 515 column 13 - Warning: missing <tr>
line 516 column 98 - Warning: unescaped & or unknown entity "&postid"
line 523 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 525 column 9 - Warning: missing <tr>
line 543 column 13 - Warning: missing <tr>
line 544 column 98 - Warning: unescaped & or unknown entity "&postid"
line 556 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 558 column 9 - Warning: missing <tr>
line 576 column 13 - Warning: missing <tr>
line 577 column 98 - Warning: unescaped & or unknown entity "&postid"
line 582 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 584 column 9 - Warning: missing <tr>
line 602 column 13 - Warning: missing <tr>
line 603 column 98 - Warning: unescaped & or unknown entity "&postid"
line 609 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 611 column 9 - Warning: missing <tr>
line 613 column 88 - Warning: replacing unexpected b with </b>
line 613 column 120 - Warning: inserting implicit <i>
line 629 column 13 - Warning: missing <tr>
line 630 column 98 - Warning: unescaped & or unknown entity "&postid"
line 636 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 637 column 25 - Warning: missing <tr>
line 639 column 33 - Warning: missing </font> before </td>
line 647 column 25 - Warning: plain text isn't allowed in <tr> elements
line 637 column 25 - Info: <tr> previously mentioned
line 649 column 33 - Warning: missing <tr>
line 650 column 118 - Warning: unescaped & or unknown entity "&postid"
line 650 column 47 - Warning: missing </nobr> before </table>
line 654 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 656 column 9 - Warning: missing <tr>
line 674 column 13 - Warning: missing <tr>
line 675 column 98 - Warning: unescaped & or unknown entity "&postid"
line 680 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 682 column 9 - Warning: missing <tr>
line 700 column 13 - Warning: missing <tr>
line 701 column 98 - Warning: unescaped & or unknown entity "&postid"
line 707 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 708 column 25 - Warning: missing <tr>
line 710 column 33 - Warning: missing </font> before </td>
line 718 column 25 - Warning: plain text isn't allowed in <tr> elements
line 708 column 25 - Info: <tr> previously mentioned
line 720 column 33 - Warning: missing <tr>
line 721 column 118 - Warning: unescaped & or unknown entity "&postid"
line 721 column 47 - Warning: missing </nobr> before </table>
line 725 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 727 column 9 - Warning: missing <tr>
line 745 column 13 - Warning: missing <tr>
line 746 column 98 - Warning: unescaped & or unknown entity "&postid"
line 752 column 17 - Warning: missing <tr>
line 752 column 17 - Warning: discarding unexpected <table>
line 755 column 35 - Warning: missing <tr>
line 755 column 95 - Warning: unescaped & or unknown entity "&page"
line 755 column 126 - Warning: unescaped & or unknown entity "&page"
line 755 column 157 - Warning: unescaped & or unknown entity "&page"
line 755 column 188 - Warning: unescaped & or unknown entity "&page"
line 755 column 219 - Warning: unescaped & or unknown entity "&page"
line 755 column 250 - Warning: unescaped & or unknown entity "&page"
line 755 column 281 - Warning: unescaped & or unknown entity "&page"
line 755 column 312 - Warning: unescaped & or unknown entity "&page"
line 755 column 343 - Warning: unescaped & or unknown entity "&page"
line 755 column 379 - Warning: unescaped & or unknown entity "&page"
line 755 column 412 - Warning: unescaped & or unknown entity "&page"
line 755 column 445 - Warning: unescaped & or unknown entity "&page"
line 755 column 478 - Warning: unescaped & or unknown entity "&page"
line 755 column 511 - Warning: unescaped & or unknown entity "&page"
line 755 column 544 - Warning: unescaped & or unknown entity "&page"
line 755 column 577 - Warning: unescaped & or unknown entity "&page"
line 755 column 610 - Warning: unescaped & or unknown entity "&page"
line 755 column 643 - Warning: unescaped & or unknown entity "&page"
line 755 column 676 - Warning: unescaped & or unknown entity "&page"
line 755 column 50 - Warning: missing </font> before </td>
line 755 column 713 - Warning: missing </font> before </table>
line 757 column 35 - Warning: missing <tr>
line 757 column 50 - Warning: missing </font> before </td>
line 758 column 37 - Warning: unescaped & or unknown entity "&id"
line 757 column 210 - Warning: missing </font> before </table>
line 759 column 17 - Warning: discarding unexpected </textarea>
line 759 column 28 - Warning: discarding unexpected </form>
line 759 column 35 - Warning: discarding unexpected </embed>
line 759 column 43 - Warning: discarding unexpected </noembed>
line 759 column 53 - Warning: discarding unexpected </noscript>
line 759 column 64 - Warning: discarding unexpected </noembed>
line 759 column 74 - Warning: discarding unexpected </embed>
line 759 column 82 - Warning: discarding unexpected </table>
line 759 column 90 - Warning: discarding unexpected </table>
line 761 column 9 - Warning: missing </font> before <table>
line 773 column 25 - Warning: discarding unexpected </font>
line 782 column 57 - Warning: discarding unexpected </font>
line 760 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 244 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 11 - Warning: <img> lacks "alt" attribute
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 161 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 176 column 90 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 256 column 22 - Warning: <img> lacks "alt" attribute
line 256 column 63 - Warning: <img> lacks "alt" attribute
line 256 column 112 - Warning: <img> lacks "alt" attribute
line 256 column 162 - Warning: <img> lacks "alt" attribute
line 257 column 11 - Warning: <img> escaping malformed URI reference
line 257 column 11 - Warning: <img> lacks "alt" attribute
line 267 column 15 - Warning: <img> lacks "alt" attribute
line 274 column 308 - Warning: <img> lacks "alt" attribute
line 274 column 539 - Warning: <img> lacks "alt" attribute
line 278 column 1350 - Warning: <img> lacks "alt" attribute
line 278 column 1572 - Warning: <img> lacks "alt" attribute
line 285 column 11 - Warning: <img> lacks "alt" attribute
line 286 column 22 - Warning: <img> lacks "alt" attribute
line 286 column 63 - Warning: <img> lacks "alt" attribute
line 286 column 112 - Warning: <img> lacks "alt" attribute
line 286 column 161 - Warning: <img> lacks "alt" attribute
line 287 column 11 - Warning: <img> lacks "alt" attribute
line 297 column 15 - Warning: <img> lacks "alt" attribute
line 311 column 1362 - Warning: <img> proprietary attribute value "absmiddle"
line 311 column 1362 - Warning: <img> lacks "alt" attribute
line 317 column 37 - Warning: <img> lacks "alt" attribute
line 324 column 240 - Warning: <img> proprietary attribute value "absmiddle"
line 324 column 240 - Warning: <img> lacks "alt" attribute
line 326 column 441 - Warning: <font> attribute "color" had invalid value "888888" and has been replaced
line 333 column 22 - Warning: <img> lacks "alt" attribute
line 333 column 63 - Warning: <img> lacks "alt" attribute
line 333 column 112 - Warning: <img> lacks "alt" attribute
line 333 column 162 - Warning: <img> lacks "alt" attribute
line 334 column 11 - Warning: <img> escaping malformed URI reference
line 334 column 11 - Warning: <img> lacks "alt" attribute
line 344 column 15 - Warning: <img> lacks "alt" attribute
line 351 column 308 - Warning: <img> lacks "alt" attribute
line 351 column 539 - Warning: <img> lacks "alt" attribute
line 351 column 1158 - Warning: <img> lacks "alt" attribute
line 351 column 1380 - Warning: <img> lacks "alt" attribute
line 357 column 37 - Warning: <img> lacks "alt" attribute
line 367 column 367 - Warning: <img> proprietary attribute value "absmiddle"
line 367 column 367 - Warning: <img> lacks "alt" attribute
line 367 column 495 - Warning: <font> attribute "color" had invalid value "888888" and has been replaced
line 374 column 22 - Warning: <img> lacks "alt" attribute
line 374 column 63 - Warning: <img> lacks "alt" attribute
line 374 column 112 - Warning: <img> lacks "alt" attribute
line 374 column 162 - Warning: <img> lacks "alt" attribute
line 375 column 11 - Warning: <img> escaping malformed URI reference
line 375 column 11 - Warning: <img> lacks "alt" attribute
line 385 column 15 - Warning: <img> lacks "alt" attribute
line 392 column 309 - Warning: <img> lacks "alt" attribute
line 392 column 540 - Warning: <img> lacks "alt" attribute
line 392 column 909 - Warning: <img> lacks "alt" attribute
line 392 column 1204 - Warning: <img> lacks "alt" attribute
line 392 column 1426 - Warning: <img> lacks "alt" attribute
line 400 column 22 - Warning: <img> lacks "alt" attribute
line 400 column 63 - Warning: <img> lacks "alt" attribute
line 400 column 112 - Warning: <img> lacks "alt" attribute
line 400 column 162 - Warning: <img> lacks "alt" attribute
line 401 column 11 - Warning: <img> lacks "alt" attribute
line 411 column 15 - Warning: <img> lacks "alt" attribute
line 425 column 847 - Warning: <img> proprietary attribute value "absmiddle"
line 425 column 847 - Warning: <img> lacks "alt" attribute
line 433 column 11 - Warning: <img> lacks "alt" attribute
line 434 column 22 - Warning: <img> lacks "alt" attribute
line 434 column 63 - Warning: <img> lacks "alt" attribute
line 434 column 112 - Warning: <img> lacks "alt" attribute
line 434 column 161 - Warning: <img> lacks "alt" attribute
line 435 column 11 - Warning: <img> lacks "alt" attribute
line 445 column 15 - Warning: <img> lacks "alt" attribute
line 459 column 1912 - Warning: <img> proprietary attribute value "absmiddle"
line 459 column 1912 - Warning: <img> lacks "alt" attribute
line 468 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 468 column 16 - Warning: <img> lacks "alt" attribute
line 468 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 468 column 59 - Warning: <img> lacks "alt" attribute
line 468 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 468 column 102 - Warning: <img> lacks "alt" attribute
line 468 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 468 column 145 - Warning: <img> lacks "alt" attribute
line 468 column 188 - Warning: <img> proprietary attribute value "absmiddle"
line 468 column 188 - Warning: <img> lacks "alt" attribute
line 468 column 231 - Warning: <img> proprietary attribute value "absmiddle"
line 468 column 231 - Warning: <img> lacks "alt" attribute
line 469 column 23 - Warning: <img> lacks "alt" attribute
line 469 column 64 - Warning: <img> lacks "alt" attribute
line 469 column 113 - Warning: <img> lacks "alt" attribute
line 469 column 163 - Warning: <img> lacks "alt" attribute
line 470 column 11 - Warning: <img> lacks "alt" attribute
line 480 column 15 - Warning: <img> lacks "alt" attribute
line 500 column 22 - Warning: <img> lacks "alt" attribute
line 500 column 63 - Warning: <img> lacks "alt" attribute
line 500 column 112 - Warning: <img> lacks "alt" attribute
line 500 column 162 - Warning: <img> lacks "alt" attribute
line 501 column 11 - Warning: <img> escaping malformed URI reference
line 501 column 11 - Warning: <img> lacks "alt" attribute
line 511 column 15 - Warning: <img> lacks "alt" attribute
line 527 column 11 - Warning: <img> lacks "alt" attribute
line 528 column 22 - Warning: <img> lacks "alt" attribute
line 528 column 63 - Warning: <img> lacks "alt" attribute
line 528 column 112 - Warning: <img> lacks "alt" attribute
line 528 column 161 - Warning: <img> lacks "alt" attribute
line 529 column 11 - Warning: <img> lacks "alt" attribute
line 539 column 15 - Warning: <img> lacks "alt" attribute
line 560 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 560 column 16 - Warning: <img> lacks "alt" attribute
line 560 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 560 column 59 - Warning: <img> lacks "alt" attribute
line 560 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 560 column 102 - Warning: <img> lacks "alt" attribute
line 560 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 560 column 145 - Warning: <img> lacks "alt" attribute
line 560 column 188 - Warning: <img> proprietary attribute value "absmiddle"
line 560 column 188 - Warning: <img> lacks "alt" attribute
line 560 column 231 - Warning: <img> proprietary attribute value "absmiddle"
line 560 column 231 - Warning: <img> lacks "alt" attribute
line 561 column 23 - Warning: <img> lacks "alt" attribute
line 561 column 64 - Warning: <img> lacks "alt" attribute
line 561 column 113 - Warning: <img> lacks "alt" attribute
line 561 column 163 - Warning: <img> lacks "alt" attribute
line 562 column 11 - Warning: <img> lacks "alt" attribute
line 572 column 15 - Warning: <img> lacks "alt" attribute
line 586 column 11 - Warning: <img> lacks "alt" attribute
line 587 column 22 - Warning: <img> lacks "alt" attribute
line 587 column 63 - Warning: <img> lacks "alt" attribute
line 587 column 112 - Warning: <img> lacks "alt" attribute
line 587 column 161 - Warning: <img> lacks "alt" attribute
line 588 column 11 - Warning: <img> lacks "alt" attribute
line 598 column 15 - Warning: <img> lacks "alt" attribute
line 606 column 1396 - Warning: <img> proprietary attribute value "absmiddle"
line 606 column 1396 - Warning: <img> lacks "alt" attribute
line 613 column 11 - Warning: <img> lacks "alt" attribute
line 614 column 22 - Warning: <img> lacks "alt" attribute
line 614 column 63 - Warning: <img> lacks "alt" attribute
line 614 column 112 - Warning: <img> lacks "alt" attribute
line 614 column 162 - Warning: <img> lacks "alt" attribute
line 615 column 11 - Warning: <img> lacks "alt" attribute
line 625 column 15 - Warning: <img> lacks "alt" attribute
line 632 column 176 - Warning: <img> proprietary attribute value "absmiddle"
line 632 column 176 - Warning: <img> lacks "alt" attribute
line 632 column 311 - Warning: <img> lacks "alt" attribute
line 634 column 441 - Warning: <img> lacks "alt" attribute
line 640 column 42 - Warning: <img> proprietary attribute value "absmiddle"
line 640 column 42 - Warning: <img> lacks "alt" attribute
line 640 column 85 - Warning: <img> proprietary attribute value "absmiddle"
line 640 column 85 - Warning: <img> lacks "alt" attribute
line 640 column 128 - Warning: <img> proprietary attribute value "absmiddle"
line 640 column 128 - Warning: <img> lacks "alt" attribute
line 640 column 171 - Warning: <img> proprietary attribute value "absmiddle"
line 640 column 171 - Warning: <img> lacks "alt" attribute
line 640 column 214 - Warning: <img> proprietary attribute value "absmiddle"
line 640 column 214 - Warning: <img> lacks "alt" attribute
line 640 column 257 - Warning: <img> proprietary attribute value "absmiddle"
line 640 column 257 - Warning: <img> lacks "alt" attribute
line 640 column 300 - Warning: <img> proprietary attribute value "absmiddle"
line 640 column 300 - Warning: <img> lacks "alt" attribute
line 640 column 343 - Warning: <img> proprietary attribute value "absmiddle"
line 640 column 343 - Warning: <img> lacks "alt" attribute
line 640 column 386 - Warning: <img> proprietary attribute value "absmiddle"
line 640 column 386 - Warning: <img> lacks "alt" attribute
line 640 column 429 - Warning: <img> proprietary attribute value "absmiddle"
line 640 column 429 - Warning: <img> lacks "alt" attribute
line 640 column 472 - Warning: <img> proprietary attribute value "absmiddle"
line 640 column 472 - Warning: <img> lacks "alt" attribute
line 640 column 515 - Warning: <img> proprietary attribute value "absmiddle"
line 640 column 515 - Warning: <img> lacks "alt" attribute
line 642 column 33 - Warning: <img> lacks "alt" attribute
line 645 column 37 - Warning: <img> lacks "alt" attribute
line 652 column 421 - Warning: <img> lacks "alt" attribute
line 658 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 658 column 15 - Warning: <img> lacks "alt" attribute
line 658 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 658 column 58 - Warning: <img> lacks "alt" attribute
line 658 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 658 column 101 - Warning: <img> lacks "alt" attribute
line 658 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 658 column 144 - Warning: <img> lacks "alt" attribute
line 658 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 658 column 187 - Warning: <img> lacks "alt" attribute
line 658 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 658 column 230 - Warning: <img> lacks "alt" attribute
line 659 column 22 - Warning: <img> lacks "alt" attribute
line 659 column 63 - Warning: <img> lacks "alt" attribute
line 659 column 112 - Warning: <img> lacks "alt" attribute
line 659 column 162 - Warning: <img> lacks "alt" attribute
line 660 column 11 - Warning: <img> lacks "alt" attribute
line 670 column 15 - Warning: <img> lacks "alt" attribute
line 677 column 159 - Warning: <img> lacks "alt" attribute
line 684 column 11 - Warning: <img> lacks "alt" attribute
line 685 column 22 - Warning: <img> lacks "alt" attribute
line 685 column 63 - Warning: <img> lacks "alt" attribute
line 685 column 112 - Warning: <img> lacks "alt" attribute
line 685 column 161 - Warning: <img> lacks "alt" attribute
line 686 column 11 - Warning: <img> lacks "alt" attribute
line 696 column 15 - Warning: <img> lacks "alt" attribute
line 711 column 42 - Warning: <img> proprietary attribute value "absmiddle"
line 711 column 42 - Warning: <img> lacks "alt" attribute
line 711 column 85 - Warning: <img> proprietary attribute value "absmiddle"
line 711 column 85 - Warning: <img> lacks "alt" attribute
line 711 column 128 - Warning: <img> proprietary attribute value "absmiddle"
line 711 column 128 - Warning: <img> lacks "alt" attribute
line 711 column 171 - Warning: <img> proprietary attribute value "absmiddle"
line 711 column 171 - Warning: <img> lacks "alt" attribute
line 711 column 214 - Warning: <img> proprietary attribute value "absmiddle"
line 711 column 214 - Warning: <img> lacks "alt" attribute
line 711 column 257 - Warning: <img> proprietary attribute value "absmiddle"
line 711 column 257 - Warning: <img> lacks "alt" attribute
line 711 column 300 - Warning: <img> proprietary attribute value "absmiddle"
line 711 column 300 - Warning: <img> lacks "alt" attribute
line 711 column 343 - Warning: <img> proprietary attribute value "absmiddle"
line 711 column 343 - Warning: <img> lacks "alt" attribute
line 711 column 386 - Warning: <img> proprietary attribute value "absmiddle"
line 711 column 386 - Warning: <img> lacks "alt" attribute
line 711 column 429 - Warning: <img> proprietary attribute value "absmiddle"
line 711 column 429 - Warning: <img> lacks "alt" attribute
line 711 column 472 - Warning: <img> proprietary attribute value "absmiddle"
line 711 column 472 - Warning: <img> lacks "alt" attribute
line 711 column 515 - Warning: <img> proprietary attribute value "absmiddle"
line 711 column 515 - Warning: <img> lacks "alt" attribute
line 713 column 33 - Warning: <img> lacks "alt" attribute
line 716 column 37 - Warning: <img> lacks "alt" attribute
line 723 column 200 - Warning: <img> lacks "alt" attribute
line 729 column 11 - Warning: <img> lacks "alt" attribute
line 730 column 22 - Warning: <img> lacks "alt" attribute
line 730 column 63 - Warning: <img> lacks "alt" attribute
line 730 column 112 - Warning: <img> lacks "alt" attribute
line 730 column 161 - Warning: <img> lacks "alt" attribute
line 731 column 11 - Warning: <img> lacks "alt" attribute
line 741 column 15 - Warning: <img> lacks "alt" attribute
line 758 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 758 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 758 column 244 - Warning: <img> proprietary attribute value "absmiddle"
line 767 column 25 - Warning: <img> lacks "alt" attribute
line 772 column 267 - Warning: <img> lacks "alt" attribute
line 351 column 797 - Warning: trimming empty <font>
line 351 column 920 - Warning: trimming empty <font>
line 613 column 120 - Warning: trimming empty <i>
line 752 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 272 column 27 - Warning: <nobr> is not approved by W3C
line 274 column 72 - Warning: <table> proprietary attribute "height"
line 302 column 27 - Warning: <nobr> is not approved by W3C
line 322 column 47 - Warning: <nobr> is not approved by W3C
line 349 column 27 - Warning: <nobr> is not approved by W3C
line 351 column 72 - Warning: <table> proprietary attribute "height"
line 362 column 47 - Warning: <nobr> is not approved by W3C
line 390 column 27 - Warning: <nobr> is not approved by W3C
line 392 column 73 - Warning: <table> proprietary attribute "height"
line 416 column 27 - Warning: <nobr> is not approved by W3C
line 450 column 27 - Warning: <nobr> is not approved by W3C
line 485 column 27 - Warning: <nobr> is not approved by W3C
line 516 column 27 - Warning: <nobr> is not approved by W3C
line 544 column 27 - Warning: <nobr> is not approved by W3C
line 577 column 27 - Warning: <nobr> is not approved by W3C
line 603 column 27 - Warning: <nobr> is not approved by W3C
line 630 column 27 - Warning: <nobr> is not approved by W3C
line 650 column 47 - Warning: <nobr> is not approved by W3C
line 675 column 27 - Warning: <nobr> is not approved by W3C
line 701 column 27 - Warning: <nobr> is not approved by W3C
line 721 column 47 - Warning: <nobr> is not approved by W3C
line 746 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 446 warnings and 0 errors!


URIs must be properly escaped, they must not contain unescaped
characters below U+0021 including the space character and not
above U+007E. Tidy escapes the URI for you as recommended by
HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents
use another algorithm to escape such URIs and some server-sided
scripts depend on that. If you want to depend on that, you must
escape the URI on your own. For more information please refer to
http://www.w3.org/International/O-URL-and-ident.html

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