Register - Login
Views: 99399612
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 03:41:07 PM
Jul - SM64 Hacking (Archive) - Help/Questions about Toad's Tool 64 and SM64 hacking New poll - New thread - New reply
Pages: 1 2 3 4 5 6 7 8 9 10 ... 46 47 48 49 50 51 52 53 54 ... 68 69 70 71 72 73 74 75 76 77 Next older thread
messiaen
Catgirl
Level: 68


Posts: 986/1085
EXP: 2594209
For next: 134591

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-06-11 08:25:36 PM Link | Quote
When I was working on the "Missing Stars" I couldn't find how to change that specific warp and ended up doing some ugly hacks.

Anyway, I'm a much better hacker now and I just found how to change that specific warp, it's the only case of a hardcoded warp in the game. I'll include it as an additional option in the next version of the importer.
KDJewl
Member
Level: 17


Posts: 11/47
EXP: 21142
For next: 3601

Since: 07-11-10

From: Elnora, AB

Since last post: 10.2 years
Last activity: 10.1 years

Posted on 02-06-11 09:41:40 PM Link | Quote
Oh, ok. Well, I guess i'll have to wait for the next version of the importer, then.
Dudaw
Member
Level: 17


Posts: 23/49
EXP: 22031
For next: 2712

Since: 01-07-11


Since last post: 9.1 years
Last activity: 5.8 years

Posted on 02-06-11 09:42:17 PM (last edited by Dudaw at 02-06-11 06:44 PM) Link | Quote
Originally posted by KDJewl

2. disable the "Exit Level" option in the pause menu, so when people play the hack, they simply cannot select it.



At 802DCB8C is a jump to some of the displayed pause options.
I can't remember, but I think this will disable all of them, except you can still resume by pressing start.
You may need to look into the function being jumped to so more specific things can be disabled.

Simply zeroing the four bytes at the above offset will give you the results you're looking for, but I never checked to see if removing that jump was 100% safe.

____________________
"zOoM!"
http://sites.google.com/site/4thstudios
http://www.youtube.com/dudaw12
messiaen
Catgirl
Level: 68


Posts: 987/1085
EXP: 2594209
For next: 134591

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-06-11 10:18:39 PM Link | Quote
I wouldn't recommend messing too much with the pause functions because they are important if you get stuck in a place (yeah, that can happen). You can actually find a code in bsfree.org that disables the "Exit" button, or else you can look at the Missing Stars source (you can download it at the missing stars download subpage) for a more detailed hack, which disables the Exit button only on selected levels.
KDJewl
Member
Level: 17


Posts: 12/47
EXP: 21142
For next: 3601

Since: 07-11-10

From: Elnora, AB

Since last post: 10.2 years
Last activity: 10.1 years

Posted on 02-07-11 01:13:28 PM Link | Quote
Thanks, i'll have to look into that. Messiaen, I can't seem to find the source, or do I have to look inside the ROM with a hex editor? Also, I found a bug with the level importer, i'll go post it now.
KDJewl
Member
Level: 17


Posts: 14/47
EXP: 21142
For next: 3601

Since: 07-11-10

From: Elnora, AB

Since last post: 10.2 years
Last activity: 10.1 years

Posted on 02-07-11 01:20:58 PM Link | Quote
Oh, and I recall once seeing a video on some hacker placing extra un-collected stars in the castle grounds and/or courtyard that counted as "castle secret stars", making it possible to have more than a total of 120 in the game. I tried placing some in both areas of my hack, but after collecting them, the game froze. Any thoughts on how to get this to work?
Zero One
5170
And as we fall the spirit carries on,
That a hero'll come and save us all,
As we call the ones we left below,
We all dream of the day we rise above
Level: 129


Posts: 2719/5173
EXP: 24547374
For next: 502280

Since: 05-24-10

From: Delta Quadrant

Since last post: 1.6 years
Last activity: 121 days

Posted on 02-07-11 01:24:30 PM Link | Quote
Originally posted by KDJewl
Oh, and I recall once seeing a video on some hacker placing extra un-collected stars in the castle grounds and/or courtyard that counted as "castle secret stars", making it possible to have more than a total of 120 in the game. I tried placing some in both areas of my hack, but after collecting them, the game froze. Any thoughts on how to get this to work?


Each level can display 6 stars in the Act Select screen, but can hold as many as you want. The crash may be caused by giving the star an ID of a star that is already in use or has something special connected with it. Try giving the Star ID an ID of 150 and see what happens.

Star ID's start at 0 and should logically end at 119, so 150 should be safe.

____________________
"The last Metroid is in captivity."
And yet, the galaxy is STILL fucked.
Thanks Xkeeper, Bagel and Sanky for the help!

Me-me
340
Level: 41


Posts: 327/341
EXP: 461709
For next: 18436

Since: 08-05-07


Since last post: 9.7 years
Last activity: 8.1 years

Posted on 02-07-11 01:45:41 PM Link | Quote
When I made Luigi's Mansion 64, I found out that star collecting work like this:

Bob-ombs Battlefield (The 1st level) uses star IDs 0, 1, 2, 3, 4 and 5
Whomps Fortress (The 2nd level) uses star IDs 7, 8, 9, 10, 11 and 12

As you can see, the star IDs continues to rise in the next levels
(I.eg placing a star with ID 7 in Bob-ombs battlefield will "steal" the first star in Whomps Fortress)

Star ID 6 for Bob-ombs battlefield is the 100 coins star.

Final Words:
My memory might be tricking me! If you wish to be completely sure, try it yourself.

____________________
HAHAH! Signature? I don't think so.
KDJewl
Member
Level: 17


Posts: 15/47
EXP: 21142
For next: 3601

Since: 07-11-10

From: Elnora, AB

Since last post: 10.2 years
Last activity: 10.1 years

Posted on 02-07-11 06:39:27 PM Link | Quote
So if I set the stars to a different number, they'll work correctly in the grounds and the courtyard? I'm at school right now so I can't test this.
KDJewl
Member
Level: 17


Posts: 16/47
EXP: 21142
For next: 3601

Since: 07-11-10

From: Elnora, AB

Since last post: 10.2 years
Last activity: 10.1 years

Posted on 02-07-11 08:43:51 PM Link | Quote
I tried setting Star IDs to different numbers, and it would show them as uncollected, but it wouldn't add any stars to my total. Any thoughts?
messiaen
Catgirl
Level: 68


Posts: 990/1085
EXP: 2594209
For next: 134591

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-08-11 01:40:03 AM Link | Quote
Not that I have looked much at stars, but I'm not sure if Zero One and Me-me information are correct, really have to test that.

As far as I remember, but its one of those things I should recheck and document it better, both the Castle Grounds and Inside Castle levels are exception in that you can't really have stars there, or at least, they weren't designed to be saved in the EEPROM since there is no allocated space for that. All the other "mini-levels", such as Peach's, Secret Aquarium, Rainbow Clouds on the other hand have an entire byte in EEPROM so they can have 7 stars each (in theory 8, but then it wouldn't show on the menus), and that's where the "extra" stars come from.

So, try ignoring the Castle Grounds / Inside Castle levels, you really don't need to mess up with them.
KDJewl
Member
Level: 17


Posts: 19/47
EXP: 21142
For next: 3601

Since: 07-11-10

From: Elnora, AB

Since last post: 10.2 years
Last activity: 10.1 years

Posted on 02-08-11 12:57:47 PM (last edited by KDJewl at 02-08-11 10:07 AM) Link | Quote
Ahh, so does that mean there is (so far) no way to make those extra stars added to the total? I'm only asking, because i've play Lugmillord's demo of SM74, and he used extra stars in the Courtyard, and they DID get added to your total when you collected them. But if there is absolutley no way to correct this, I suppose i'll have to import my courtyard level over another one.
Dudaw
Member
Level: 17


Posts: 24/49
EXP: 22031
For next: 2712

Since: 01-07-11


Since last post: 9.1 years
Last activity: 5.8 years

Posted on 02-08-11 07:11:50 PM Link | Quote
Wait, a few Toads originally gave you "secret stars" inside the castle. Can those stars not be used?

____________________
"zOoM!"
http://sites.google.com/site/4thstudios
http://www.youtube.com/dudaw12
messiaen
Catgirl
Level: 68


Posts: 991/1085
EXP: 2594209
For next: 134591

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-08-11 08:00:15 PM Link | Quote
LOL it's been some years since I last played the original Mario 64 (!) and it shows. Still, I'll run some tests some time to check how those star really works.
KDJewl
Member
Level: 17


Posts: 20/47
EXP: 21142
For next: 3601

Since: 07-11-10

From: Elnora, AB

Since last post: 10.2 years
Last activity: 10.1 years

Posted on 02-08-11 08:44:52 PM (last edited by KDJewl at 02-08-11 10:36 PM) Link | Quote
@messiaen-that would be appreciated, let me know if you figure anything out
@dudaw-those specific stars are linked to the messages that the toads say when you recieve them, aren't they? unless im an idiot, i couldn't seem to find those specific messages while using the text wrangler.

EDIT: Alright, i went back to the original, and using a save editor, found the messages that the toads use when they give you stars. I tried them in the castle grounds and courtyard, and they work fine. But success aside, there are only 3 stars that you can obtain like this. And let me be more clear on what happened when i tried placing normal stars in the grounds and courtyard. 1. when using stars 1 to 6, upon successfully collecting them, the game would either show me an error message, or mario would nod in place for a few moments, the screen would turn black, then after a few seconds, i could resume playing, but the stars weren't added to my total. 2. using stars 7 onwards, collected successfully, but still didn't get added to the total. Is there A) possibly a byte i could change in the rom to make those stars get added? B) a way to make other messages give you certain stars? not trying to pressure or push you ahead, messiaen, but if i can't figure this out, my hack pretty much stops dead
Anthus
Random nobody
Level: 8


Posts: 5/9
EXP: 1728
For next: 459

Since: 02-05-11


Since last post: 7.8 years
Last activity: 7.8 years

Posted on 02-12-11 03:06:05 AM (last edited by Anthus at 02-12-11 12:09 AM) Link | Quote
I have a quick question about a texture importing issue.

I have the model triangulated in SU, and the model looks like so:
http://img21.imageshack.us/img21/8711/metalcapfactory.png

However, when it is imported, the textures on the borders get messed up, and look like this:
http://img819.imageshack.us/img819/8901/snap0018p.jpg

My question is how do I fix this? The texture is a 16x32 .bmp file, if that helps.

I'm sure this is a common issue, but I simply don't have time to wade through 50+ pages. Any help is much appreciated, thank you.
Gazpacho146
Member
Level: 26


Posts: 19/131
EXP: 96003
For next: 6272

Since: 02-01-11

From: USA

Since last post: 9.6 years
Last activity: 9.6 years

Posted on 02-12-11 07:05:06 PM Link | Quote
Originally posted by Anthus
I have a quick question about a texture importing issue.

I have the model triangulated in SU, and the model looks like so:
http://img21.imageshack.us/img21/8711/metalcapfactory.png

However, when it is imported, the textures on the borders get messed up, and look like this:
http://img819.imageshack.us/img819/8901/snap0018p.jpg

My question is how do I fix this? The texture is a 16x32 .bmp file, if that helps.

I'm sure this is a common issue, but I simply don't have time to wade through 50+ pages. Any help is much appreciated, thank you.

make sure your textures are .PNG that should work better i believe messiaen has a folder that has all mario 64 textures in it used for level design
messiaen
Catgirl
Level: 68


Posts: 996/1085
EXP: 2594209
For next: 134591

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-12-11 07:18:36 PM (last edited by messiaen at 02-12-11 04:18 PM) Link | Quote
Anthus: Do you get any "texture coordinate" out of range errors? You should try changing the texture scaling in the ground, it seems a bit over-stretched.

I really recommend you that you use 32x32 textures, especially in the ground/walls, and only use 64x32 or 32x16 ocasionally. Create a new material in SU and re-apply the texture.
Anthus
Random nobody
Level: 8


Posts: 6/9
EXP: 1728
For next: 459

Since: 02-05-11


Since last post: 7.8 years
Last activity: 7.8 years

Posted on 02-13-11 01:58:15 AM (last edited by Anthus at 02-12-11 11:00 PM) Link | Quote
I don't get any errors upon importing. The border texture in my above post was actually 32x16. I cropped it from the tox-box face texture.

Alright, I re-sized the border from 32x16 to 32x32. In SU, it looks normal, with the green hanging part of the border up on the edge (consult first image in first post). However, the new texture looks like this in game:
http://img62.imageshack.us/img62/2033/snap0022w.jpg

How do I keep to position of the texture in SU for when it imports into SM64?
messiaen
Catgirl
Level: 68


Posts: 998/1085
EXP: 2594209
For next: 134591

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-13-11 02:03:03 AM Link | Quote
You must use the "Flip textures vertically" option when importing from SketchUp.
Pages: 1 2 3 4 5 6 7 8 9 10 ... 46 47 48 49 50 51 52 53 54 ... 68 69 70 71 72 73 74 75 76 77 Next older thread
Jul - SM64 Hacking (Archive) - Help/Questions about Toad's Tool 64 and SM64 hacking New poll - New thread - New reply


Rusted Logic

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

33 database queries, 13 query cache hits.
Query execution time:  0.217872 seconds
Script execution time:  0.022908 seconds
Total render time:  0.240780 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 223 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 93 - Warning: unescaped & or unknown entity "&page"
line 149 column 124 - Warning: unescaped & or unknown entity "&page"
line 149 column 155 - Warning: unescaped & or unknown entity "&page"
line 149 column 186 - Warning: unescaped & or unknown entity "&page"
line 149 column 217 - Warning: unescaped & or unknown entity "&page"
line 149 column 248 - Warning: unescaped & or unknown entity "&page"
line 149 column 279 - Warning: unescaped & or unknown entity "&page"
line 149 column 310 - Warning: unescaped & or unknown entity "&page"
line 149 column 341 - Warning: unescaped & or unknown entity "&page"
line 149 column 372 - Warning: unescaped & or unknown entity "&page"
line 149 column 408 - Warning: unescaped & or unknown entity "&page"
line 149 column 441 - Warning: unescaped & or unknown entity "&page"
line 149 column 474 - Warning: unescaped & or unknown entity "&page"
line 149 column 507 - Warning: unescaped & or unknown entity "&page"
line 149 column 543 - Warning: unescaped & or unknown entity "&page"
line 149 column 576 - Warning: unescaped & or unknown entity "&page"
line 149 column 609 - Warning: unescaped & or unknown entity "&page"
line 149 column 642 - Warning: unescaped & or unknown entity "&page"
line 149 column 679 - Warning: unescaped & or unknown entity "&page"
line 149 column 712 - Warning: unescaped & or unknown entity "&page"
line 149 column 745 - Warning: unescaped & or unknown entity "&page"
line 149 column 778 - Warning: unescaped & or unknown entity "&page"
line 149 column 811 - Warning: unescaped & or unknown entity "&page"
line 149 column 844 - Warning: unescaped & or unknown entity "&page"
line 149 column 877 - Warning: unescaped & or unknown entity "&page"
line 149 column 910 - Warning: unescaped & or unknown entity "&page"
line 149 column 943 - Warning: unescaped & or unknown entity "&page"
line 149 column 976 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 1013 - 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 100 - Warning: unescaped & or unknown entity "&postid"
line 184 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 186 column 9 - Warning: missing <tr>
line 204 column 13 - Warning: missing <tr>
line 205 column 100 - Warning: unescaped & or unknown entity "&postid"
line 210 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 212 column 9 - Warning: missing <tr>
line 230 column 13 - Warning: missing <tr>
line 231 column 100 - Warning: unescaped & or unknown entity "&postid"
line 246 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 248 column 9 - Warning: missing <tr>
line 266 column 13 - Warning: missing <tr>
line 267 column 100 - Warning: unescaped & or unknown entity "&postid"
line 272 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 274 column 9 - Warning: missing <tr>
line 292 column 13 - Warning: missing <tr>
line 293 column 100 - Warning: unescaped & or unknown entity "&postid"
line 298 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 300 column 9 - Warning: missing <tr>
line 318 column 13 - Warning: missing <tr>
line 319 column 100 - Warning: unescaped & or unknown entity "&postid"
line 324 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 326 column 9 - Warning: missing <tr>
line 344 column 13 - Warning: missing <tr>
line 345 column 100 - Warning: unescaped & or unknown entity "&postid"
line 347 column 492 - Warning: <td> attribute "tahoma"," lacks value
line 347 column 492 - Warning: <td> attribute with missing trailing quote mark
line 347 column 689 - Warning: discarding unexpected <body>
line 347 column 74 - Warning: missing </div>
line 358 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 360 column 9 - Warning: missing <tr>
line 378 column 13 - Warning: missing <tr>
line 379 column 100 - 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 100 - Warning: unescaped & or unknown entity "&postid"
line 421 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 423 column 9 - Warning: missing <tr>
line 441 column 13 - Warning: missing <tr>
line 442 column 100 - Warning: unescaped & or unknown entity "&postid"
line 447 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 449 column 9 - Warning: missing <tr>
line 467 column 13 - Warning: missing <tr>
line 468 column 100 - Warning: unescaped & or unknown entity "&postid"
line 477 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 479 column 9 - Warning: missing <tr>
line 497 column 13 - Warning: missing <tr>
line 498 column 100 - Warning: unescaped & or unknown entity "&postid"
line 503 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 505 column 9 - Warning: missing <tr>
line 523 column 13 - Warning: missing <tr>
line 524 column 100 - Warning: unescaped & or unknown entity "&postid"
line 531 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 533 column 9 - Warning: missing <tr>
line 551 column 13 - Warning: missing <tr>
line 552 column 100 - Warning: unescaped & or unknown entity "&postid"
line 557 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 559 column 9 - Warning: missing <tr>
line 577 column 13 - Warning: missing <tr>
line 578 column 100 - Warning: unescaped & or unknown entity "&postid"
line 586 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 588 column 9 - Warning: missing <tr>
line 606 column 13 - Warning: missing <tr>
line 607 column 100 - Warning: unescaped & or unknown entity "&postid"
line 622 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 624 column 9 - Warning: missing <tr>
line 642 column 13 - Warning: missing <tr>
line 643 column 100 - Warning: unescaped & or unknown entity "&postid"
line 659 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 661 column 9 - Warning: missing <tr>
line 679 column 13 - Warning: missing <tr>
line 680 column 100 - Warning: unescaped & or unknown entity "&postid"
line 687 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 689 column 9 - Warning: missing <tr>
line 707 column 13 - Warning: missing <tr>
line 708 column 100 - Warning: unescaped & or unknown entity "&postid"
line 718 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 720 column 9 - Warning: missing <tr>
line 738 column 13 - Warning: missing <tr>
line 739 column 100 - Warning: unescaped & or unknown entity "&postid"
line 744 column 17 - Warning: missing <tr>
line 744 column 17 - Warning: discarding unexpected <table>
line 747 column 35 - Warning: missing <tr>
line 747 column 93 - Warning: unescaped & or unknown entity "&page"
line 747 column 124 - Warning: unescaped & or unknown entity "&page"
line 747 column 155 - Warning: unescaped & or unknown entity "&page"
line 747 column 186 - Warning: unescaped & or unknown entity "&page"
line 747 column 217 - Warning: unescaped & or unknown entity "&page"
line 747 column 248 - Warning: unescaped & or unknown entity "&page"
line 747 column 279 - Warning: unescaped & or unknown entity "&page"
line 747 column 310 - Warning: unescaped & or unknown entity "&page"
line 747 column 341 - Warning: unescaped & or unknown entity "&page"
line 747 column 372 - Warning: unescaped & or unknown entity "&page"
line 747 column 408 - Warning: unescaped & or unknown entity "&page"
line 747 column 441 - Warning: unescaped & or unknown entity "&page"
line 747 column 474 - Warning: unescaped & or unknown entity "&page"
line 747 column 507 - Warning: unescaped & or unknown entity "&page"
line 747 column 543 - Warning: unescaped & or unknown entity "&page"
line 747 column 576 - Warning: unescaped & or unknown entity "&page"
line 747 column 609 - Warning: unescaped & or unknown entity "&page"
line 747 column 642 - Warning: unescaped & or unknown entity "&page"
line 747 column 679 - Warning: unescaped & or unknown entity "&page"
line 747 column 712 - Warning: unescaped & or unknown entity "&page"
line 747 column 745 - Warning: unescaped & or unknown entity "&page"
line 747 column 778 - Warning: unescaped & or unknown entity "&page"
line 747 column 811 - Warning: unescaped & or unknown entity "&page"
line 747 column 844 - Warning: unescaped & or unknown entity "&page"
line 747 column 877 - Warning: unescaped & or unknown entity "&page"
line 747 column 910 - Warning: unescaped & or unknown entity "&page"
line 747 column 943 - Warning: unescaped & or unknown entity "&page"
line 747 column 976 - Warning: unescaped & or unknown entity "&page"
line 747 column 50 - Warning: missing </font> before </td>
line 747 column 1013 - Warning: missing </font> before </table>
line 749 column 35 - Warning: missing <tr>
line 749 column 50 - Warning: missing </font> before </td>
line 750 column 37 - Warning: unescaped & or unknown entity "&id"
line 749 column 223 - Warning: missing </font> before </table>
line 751 column 17 - Warning: discarding unexpected </textarea>
line 751 column 28 - Warning: discarding unexpected </form>
line 751 column 35 - Warning: discarding unexpected </embed>
line 751 column 43 - Warning: discarding unexpected </noembed>
line 751 column 53 - Warning: discarding unexpected </noscript>
line 751 column 64 - Warning: discarding unexpected </noembed>
line 751 column 74 - Warning: discarding unexpected </embed>
line 751 column 82 - Warning: discarding unexpected </table>
line 751 column 90 - Warning: discarding unexpected </table>
line 753 column 9 - Warning: missing </font> before <table>
line 765 column 25 - Warning: discarding unexpected </font>
line 774 column 58 - Warning: discarding unexpected </font>
line 752 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 161 column 22 - Warning: <img> lacks "alt" attribute
line 161 column 63 - Warning: <img> lacks "alt" attribute
line 161 column 111 - Warning: <img> lacks "alt" attribute
line 161 column 161 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 189 column 22 - Warning: <img> lacks "alt" attribute
line 189 column 63 - Warning: <img> lacks "alt" attribute
line 189 column 112 - Warning: <img> lacks "alt" attribute
line 189 column 162 - Warning: <img> lacks "alt" attribute
line 200 column 15 - Warning: <img> lacks "alt" attribute
line 215 column 22 - Warning: <img> lacks "alt" attribute
line 215 column 63 - Warning: <img> lacks "alt" attribute
line 215 column 112 - Warning: <img> lacks "alt" attribute
line 215 column 162 - Warning: <img> lacks "alt" attribute
line 226 column 15 - Warning: <img> lacks "alt" attribute
line 251 column 22 - Warning: <img> lacks "alt" attribute
line 251 column 63 - Warning: <img> lacks "alt" attribute
line 251 column 111 - Warning: <img> lacks "alt" attribute
line 251 column 161 - Warning: <img> lacks "alt" attribute
line 262 column 15 - Warning: <img> lacks "alt" attribute
line 277 column 22 - Warning: <img> lacks "alt" attribute
line 277 column 63 - Warning: <img> lacks "alt" attribute
line 277 column 112 - Warning: <img> lacks "alt" attribute
line 277 column 162 - Warning: <img> lacks "alt" attribute
line 288 column 15 - Warning: <img> lacks "alt" attribute
line 303 column 22 - Warning: <img> lacks "alt" attribute
line 303 column 63 - Warning: <img> lacks "alt" attribute
line 303 column 112 - Warning: <img> lacks "alt" attribute
line 303 column 162 - Warning: <img> lacks "alt" attribute
line 314 column 15 - Warning: <img> lacks "alt" attribute
line 328 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 328 column 16 - Warning: <img> lacks "alt" attribute
line 328 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 328 column 59 - Warning: <img> lacks "alt" attribute
line 328 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 328 column 102 - Warning: <img> lacks "alt" attribute
line 328 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 328 column 145 - Warning: <img> lacks "alt" attribute
line 328 column 188 - Warning: <img> proprietary attribute value "absmiddle"
line 328 column 188 - Warning: <img> lacks "alt" attribute
line 328 column 231 - Warning: <img> proprietary attribute value "absmiddle"
line 328 column 231 - Warning: <img> lacks "alt" attribute
line 329 column 23 - Warning: <img> lacks "alt" attribute
line 329 column 64 - Warning: <img> lacks "alt" attribute
line 329 column 113 - Warning: <img> lacks "alt" attribute
line 329 column 163 - Warning: <img> lacks "alt" attribute
line 330 column 11 - Warning: <img> lacks "alt" attribute
line 340 column 15 - Warning: <img> lacks "alt" attribute
line 354 column 1727 - Warning: <img> lacks "alt" attribute
line 362 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 362 column 15 - Warning: <img> lacks "alt" attribute
line 362 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 362 column 58 - Warning: <img> lacks "alt" attribute
line 362 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 362 column 101 - Warning: <img> lacks "alt" attribute
line 362 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 362 column 144 - Warning: <img> lacks "alt" attribute
line 362 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 362 column 187 - Warning: <img> lacks "alt" attribute
line 362 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 362 column 230 - Warning: <img> lacks "alt" attribute
line 363 column 22 - Warning: <img> lacks "alt" attribute
line 363 column 63 - Warning: <img> lacks "alt" attribute
line 363 column 112 - Warning: <img> lacks "alt" attribute
line 363 column 162 - Warning: <img> lacks "alt" attribute
line 364 column 11 - Warning: <img> lacks "alt" attribute
line 374 column 15 - 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 411 column 15 - Warning: <img> lacks "alt" attribute
line 426 column 22 - Warning: <img> lacks "alt" attribute
line 426 column 63 - Warning: <img> lacks "alt" attribute
line 426 column 112 - Warning: <img> lacks "alt" attribute
line 426 column 162 - Warning: <img> lacks "alt" attribute
line 437 column 15 - Warning: <img> lacks "alt" attribute
line 452 column 22 - Warning: <img> lacks "alt" attribute
line 452 column 63 - Warning: <img> lacks "alt" attribute
line 452 column 111 - Warning: <img> lacks "alt" attribute
line 452 column 161 - Warning: <img> lacks "alt" attribute
line 463 column 15 - Warning: <img> lacks "alt" attribute
line 482 column 22 - Warning: <img> lacks "alt" attribute
line 482 column 63 - Warning: <img> lacks "alt" attribute
line 482 column 112 - Warning: <img> lacks "alt" attribute
line 482 column 162 - Warning: <img> lacks "alt" attribute
line 493 column 15 - Warning: <img> lacks "alt" attribute
line 508 column 22 - Warning: <img> lacks "alt" attribute
line 508 column 63 - Warning: <img> lacks "alt" attribute
line 508 column 112 - Warning: <img> lacks "alt" attribute
line 508 column 162 - Warning: <img> lacks "alt" attribute
line 519 column 15 - Warning: <img> lacks "alt" attribute
line 526 column 175 - Warning: <img> proprietary attribute value "absmiddle"
line 526 column 175 - Warning: <img> lacks "alt" attribute
line 536 column 22 - Warning: <img> lacks "alt" attribute
line 536 column 63 - Warning: <img> lacks "alt" attribute
line 536 column 111 - Warning: <img> lacks "alt" attribute
line 536 column 161 - Warning: <img> lacks "alt" attribute
line 547 column 15 - Warning: <img> lacks "alt" attribute
line 562 column 22 - Warning: <img> lacks "alt" attribute
line 562 column 63 - Warning: <img> lacks "alt" attribute
line 562 column 112 - Warning: <img> lacks "alt" attribute
line 562 column 162 - Warning: <img> lacks "alt" attribute
line 573 column 15 - Warning: <img> lacks "alt" attribute
line 583 column 1378 - Warning: <img> proprietary attribute value "absmiddle"
line 583 column 1378 - Warning: <img> lacks "alt" attribute
line 591 column 21 - Warning: <img> lacks "alt" attribute
line 591 column 62 - Warning: <img> lacks "alt" attribute
line 591 column 111 - Warning: <img> lacks "alt" attribute
line 591 column 161 - Warning: <img> lacks "alt" attribute
line 602 column 15 - Warning: <img> lacks "alt" attribute
line 627 column 22 - Warning: <img> lacks "alt" attribute
line 627 column 63 - Warning: <img> lacks "alt" attribute
line 627 column 112 - Warning: <img> lacks "alt" attribute
line 627 column 162 - Warning: <img> lacks "alt" attribute
line 638 column 15 - Warning: <img> lacks "alt" attribute
line 664 column 22 - Warning: <img> lacks "alt" attribute
line 664 column 63 - Warning: <img> lacks "alt" attribute
line 664 column 111 - Warning: <img> lacks "alt" attribute
line 664 column 161 - Warning: <img> lacks "alt" attribute
line 675 column 15 - Warning: <img> lacks "alt" attribute
line 692 column 21 - Warning: <img> lacks "alt" attribute
line 692 column 62 - Warning: <img> lacks "alt" attribute
line 692 column 111 - Warning: <img> lacks "alt" attribute
line 692 column 161 - Warning: <img> lacks "alt" attribute
line 703 column 15 - Warning: <img> lacks "alt" attribute
line 723 column 22 - Warning: <img> lacks "alt" attribute
line 723 column 63 - Warning: <img> lacks "alt" attribute
line 723 column 111 - Warning: <img> lacks "alt" attribute
line 723 column 161 - Warning: <img> lacks "alt" attribute
line 734 column 15 - Warning: <img> lacks "alt" attribute
line 750 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 750 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 750 column 244 - Warning: <img> proprietary attribute value "absmiddle"
line 759 column 25 - Warning: <img> lacks "alt" attribute
line 764 column 267 - Warning: <img> lacks "alt" attribute
line 744 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 205 column 27 - Warning: <nobr> is not approved by W3C
line 231 column 27 - Warning: <nobr> is not approved by W3C
line 267 column 27 - Warning: <nobr> is not approved by W3C
line 293 column 27 - Warning: <nobr> is not approved by W3C
line 319 column 27 - Warning: <nobr> is not approved by W3C
line 345 column 27 - Warning: <nobr> is not approved by W3C
line 347 column 172 - Warning: <table> proprietary attribute "height"
line 379 column 27 - Warning: <nobr> is not approved by W3C
line 416 column 27 - Warning: <nobr> is not approved by W3C
line 442 column 27 - Warning: <nobr> is not approved by W3C
line 468 column 27 - Warning: <nobr> is not approved by W3C
line 498 column 27 - Warning: <nobr> is not approved by W3C
line 524 column 27 - Warning: <nobr> is not approved by W3C
line 552 column 27 - Warning: <nobr> is not approved by W3C
line 578 column 27 - Warning: <nobr> is not approved by W3C
line 607 column 27 - Warning: <nobr> is not approved by W3C
line 643 column 27 - Warning: <nobr> is not approved by W3C
line 680 column 27 - Warning: <nobr> is not approved by W3C
line 708 column 27 - Warning: <nobr> is not approved by W3C
line 739 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 345 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