Register - Login
Views: 99392105
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 09:59:55 AM
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 11 12 ... 68 69 70 71 72 73 74 75 76 77 Next older thread
Weapon Master
Random nobody
Level: 8


Posts: 1/8
EXP: 1614
For next: 573

Since: 05-18-08

From: Pennsylvania

Since last post: 13.9 years
Last activity: 13.8 years

Posted on 05-19-08 01:48:40 AM Link | Quote
I really don't have a problem with TT, I have a problem with your extender you provided. It's saying it can't find MIO0 files. I have the debug log to explain my problem.

M64 ROM Extender v1.2b Debug Mode
Currently running on Windows
File Open dialog box.
Opening ROM...
ROM opened.
ROM Checksum is valid.
This ROM doesn't need to be Byte-Swapped
Shell command: swapper.exe "C:\Documents and Settings\me\Desktop\Super Mario 64 (U) [!].z64" -z "C:\Documents and Settings\me\Desktop\Super Mario 64 (U) [!].ext.z64"
swapper stdout:
Extending ROM, Current ROM size= 8388608
ROM extension successful.

Decompressing and Moving MIO0 data

Shell command: mio0dec.exe "C:\Documents and Settings\me\Desktop\Super Mario 64 (U) [!].ext.z64" 1083968 "C:\Documents and Settings\me\Desktop\M64ROMExtender1.2b\MIO0files\00108A40"
mio0dec stdout:
Could not write the file

Cannot open MIO0 files, MIO0files folder not present or files not written?

Please help this poor noob : )
Deleted User
Collection of nobodies
Posted on 05-19-08 02:49:06 PM Link | Quote
Weapon Master,
i have 3 suggestions,

A: Make sure you dont seperate the items in the extender folder.You know like when you extract the files from the compressed folder, it says "Extration Wizard" make sure you dont do something like extract them to desktop or somthing like that. Keep them in a foler.(not sure about this and if it matters).
OR
B: Make sure the rom is good.
OR
C: Just re-download the extender(from htp://homepage.mac.com/qubedstudios/Mario64Tools.htm)
it may be corrupted.

____________________


===================
[Posted by ficarra1002]
Weapon Master
Random nobody
Level: 8


Posts: 2/8
EXP: 1614
For next: 573

Since: 05-18-08

From: Pennsylvania

Since last post: 13.9 years
Last activity: 13.8 years

Posted on 05-19-08 06:33:52 PM Link | Quote
Nevermind, it was that my download didnt include the MIO0 folder that holds the rom data, all i really needed to do was create a folder with the name of MIO0files. You should really fix that in your windows download VL-Tone.
GhostMaster3000
Member
Level: 18


Posts: 14/53
EXP: 27634
For next: 2263

Since: 04-07-08

From: United States

Since last post: 12.5 years
Last activity: 12.5 years

Posted on 05-21-08 12:36:24 AM Link | Quote
how do you scale objects, do you have to use a hex editor?

____________________
Consoles Own: Atari 2600, NES, Game Boy, PlayStation, Nintendo 64, Game Boy Color, Sega Dreamcast, PlayStation 2, Gamecube, Xbox, Gameboy Advance (and SP), Nintendo DS (and DS Lite), PSP, Xbox 360, and Wii
messiaen
Catgirl
Level: 68


Posts: 105/1085
EXP: 2594151
For next: 134649

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 05-22-08 06:20:18 PM (last edited by messiaen at 05-22-08 03:23 PM) Link | Quote
Some objects have scaling parameters you can access from the Toad's Tool interface, such as goombas. You may have to turn on the "expert" mode for that.

The scaling you can do by hex editing is to change behaviors which use the 0x32 scale command. This will affect ALL objects which use that behavior, unless you create a custom behavior, which will require a lot more editing.

Here is an example how to scale a object. First of all, get a copy of the behaviors.txt file at the Hacking Documents thread. Now search for the Racing Penguin behavior. After you found it, locate the 0x32 command.

ROM Addr: 0021F180 Hex Behav: 13005380
Description: Racing Penguin
[...] 21F1A8/0053A8 32 00 01 90 [...]

The last two bytes of the 0x32 command (in this case, 01 90) determine the scaling. Go to the windows calculator and convert Hex -> Dec, and you'll see that in this case it is 400%. The 21F1A8 is the offset address of that command in the ROM, so if you edit this one use your hex editor "Go To" function and type 21FA18. For instance, if you want 800% scaling, change 32 00 01 90 to 32 00 03 20.

To check the effects, load the ROM again, go to the level and watch the giant penguin race .
Weapon Master
Random nobody
Level: 8


Posts: 5/8
EXP: 1614
For next: 573

Since: 05-18-08

From: Pennsylvania

Since last post: 13.9 years
Last activity: 13.8 years

Posted on 05-22-08 11:47:26 PM Link | Quote
I never tried hexing, how exactly do I know which one is the 0X32 command? I'm trying to scale bob-ombs.
messiaen
Catgirl
Level: 68


Posts: 107/1085
EXP: 2594151
For next: 134649

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 05-23-08 12:51:10 AM Link | Quote
The 0x32 is the one which starts with 32 00 XX XX , XX XX being the scaling factor. Here is one example how to find it. First, go to Toad's Tool and search the Chain Chomp. Now get his behavior number. Enable the "hexadecimal" option in the interface, so it will show as h478C.

Now look at the behavior file:

ROM Addr: 0021E58C Hex Behav: 1300478C
Description: Chain Chomp
21E58C/00478C 00 04 00 00
21E590/004790 11 01 20 C9
21E594/004794 1E 00 00 00
21E598/004798 27 26 00 00 06 02 51 78
21E5A0/0047A0 28 00 00 00
21E5A4/0047A4 30 00 00 00 00 00 FE 70 FF CE 00 00 03 E8 00 C8 00 00 00 00
21E5B8/0047B8 22 00 00 00
21E5BC/0047BC 2D 00 00 00
21E5C0/0047C0 0E 15 00 F0
21E5C4/0047C4 32 00 00 C8
21E5C8/0047C8 29 00 00 00 00 00 00 6B 13 00 48 1C
21E5D4/0047D4 08 00 00 00
21E5D8/0047D8 0C 00 00 00 80 30 0E 40
21E5E0/0047E0 09 00 00 00

There is the 0x32 command in bold. 21E5C4 is the offset in the ROM. Don't forget to convert C8 to decimal in the windows calculator, so C8 = 200% scaling. Change and see the effects. You can search the behavior file for other objects which use this command and change them. Sometimes you may get unpredictable effects.

Regarding the Bob-omb, it doesn't have a 0x32 command, so you may try to replace one of the other 4-byte commands. This one is safe to edit:

21CF84/003184 1E 00 00 00

Change 1E 00 00 00 to 32 00 XX XX (scaling factor) and you can get effects like this:



GhostMaster3000
Member
Level: 18


Posts: 15/53
EXP: 27634
For next: 2263

Since: 04-07-08

From: United States

Since last post: 12.5 years
Last activity: 12.5 years

Posted on 05-23-08 02:23:29 AM Link | Quote
Thank You!

____________________
Consoles Own: Atari 2600, NES, Game Boy, PlayStation, Nintendo 64, Game Boy Color, Sega Dreamcast, PlayStation 2, Gamecube, Xbox, Gameboy Advance (and SP), Nintendo DS (and DS Lite), PSP, Xbox 360, and Wii
Weapon Master
Random nobody
Level: 8


Posts: 7/8
EXP: 1614
For next: 573

Since: 05-18-08

From: Pennsylvania

Since last post: 13.9 years
Last activity: 13.8 years

Posted on 05-23-08 03:45:23 AM Link | Quote
Yea along with ghost, thanks!
VL-Tone
Member
Super Mario 64 forum moderator
Level: 53


Posts: 207/621
EXP: 1135552
For next: 21567

Since: 07-27-07

From: Montreal, Canada

Since last post: 4.7 years
Last activity: 1.2 years

Posted on 05-28-08 03:15:08 AM Link | Quote
Time: Now - Date: Today - Weather: What can be seen outside. - Mood: How it feels. Answer to the universe: 42
Originally posted by Weapon Master
Nevermind, it was that my download didnt include the MIO0 folder that holds the rom data, all i really needed to do was create a folder with the name of MIO0files. You should really fix that in your windows download VL-Tone.


Hmmm... The MIO0files folder is present in the M64ROMExtender1.2b.zip file found on my site. Maybe your unzipping program doesn't extract empty folders?


____________________
Weapon Master
Random nobody
Level: 8


Posts: 8/8
EXP: 1614
For next: 573

Since: 05-18-08

From: Pennsylvania

Since last post: 13.9 years
Last activity: 13.8 years

Posted on 05-30-08 12:08:01 AM Link | Quote
I dont know, i use IZArc. It can unzip about 50 different files, and its free.
GhostMaster3000
Member
Level: 18


Posts: 17/53
EXP: 27634
For next: 2263

Since: 04-07-08

From: United States

Since last post: 12.5 years
Last activity: 12.5 years

Posted on 05-30-08 12:17:31 AM Link | Quote
Originally posted by Weapon Master
I dont know, i use IZArc. It can unzip about 50 different files, and its free.


You can try WinRAR, thats what I use

____________________
Consoles Own: Atari 2600, NES, Game Boy, PlayStation, Nintendo 64, Game Boy Color, Sega Dreamcast, PlayStation 2, Gamecube, Xbox, Gameboy Advance (and SP), Nintendo DS (and DS Lite), PSP, Xbox 360, and Wii
wowfunhappy
Member
Level: 16


Posts: 25/40
EXP: 18486
For next: 1770

Since: 09-10-07


Since last post: 12.9 years
Last activity: 12.9 years

Posted on 06-03-08 08:10:05 PM Link | Quote
With the communites' current knowledge of the game, is it possible to, using a hex editor, change the song used during the intro. (When you start the game on a new file)

I ask because I want to remove Peach's voice. In the original game (as I'm sure most of you know) Princess Peach reads the letter she wrote out loud. Thus, if you edit the message using text editor, the message will say one thing, and Peach will say something different.

For that reason, I'd like to remove Peach's voice all together, and the most logical way to do this would be to edit the music track used. I know this can be done with a hex editor, but is it currently known how?
messiaen
Catgirl
Level: 68


Posts: 121/1085
EXP: 2594151
For next: 134649

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 06-03-08 08:32:05 PM Link | Quote
I tried it, and this is possible. Check the Sound Hacking thread.

What you have to do is erase (fill with 0 with a hex editor) the audio data for this particular sound effect. First, get
the N64 Sound Bank Ripper program (link in the sound hacking thread). After the program rips all the audio data, find the Peach voice. I did this by sorting by size, so it was easy to found it as "A001015.WAV".

Open the control.h file generated by that program and search for 1015. You will find this data:

NSound Sound1015 = { // Offset: 0x581980
NWaveTable Wave1015 = { // Offset: 0x581330
NLoop NLoop1015 = { // Offset: 0x5813A0
ALADPCMBook Book1015 = { // Offset: 0x581350 - This one is the important one

Open your ROM with your hex editor, go to offset 581350. I filled the whole region between 581350 to 5817A5 with 0's and it worked, but probably I should have stopped a few bytes earlier (or started a few bytes after 581350), because my emulator gave a small error (but continued working).
wowfunhappy
Member
Level: 16


Posts: 26/40
EXP: 18486
For next: 1770

Since: 09-10-07


Since last post: 12.9 years
Last activity: 12.9 years

Posted on 06-12-08 04:11:36 PM Link | Quote
Oh thanks messian! It worked!

BTW I managed to stop the emulator from giving the error as well, but I forgot exactly how I fixed it . I remember that you need to start a few bytes after 581350, though.
GhostMaster3000
Member
Level: 18


Posts: 20/53
EXP: 27634
For next: 2263

Since: 04-07-08

From: United States

Since last post: 12.5 years
Last activity: 12.5 years

Posted on 06-16-08 01:38:23 AM Link | Quote
could someone help me with this problem? I tried to put the Tilting Bridge from Bob-omb Battlefield into Flatworld by imputing both the 0x24 and 0x22 commands with my hex editor, but, it freezes the game when I enter flatworld! what am i doing wrong???

____________________
Consoles Own: Atari 2600, NES, Game Boy, PlayStation, Nintendo 64, Game Boy Color, Sega Dreamcast, PlayStation 2, Gamecube, Xbox, Gameboy Advance (and SP), Nintendo DS (and DS Lite), PSP, Xbox 360, and Wii
messiaen
Catgirl
Level: 68


Posts: 138/1085
EXP: 2594151
For next: 134649

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 06-18-08 09:39:49 PM Link | Quote
The problem is that the Tilting Bridge data (polygons/collision) is not loaded in Flatworld, it is in the middle of the Bob-omb level terrain bank. You would have to load the whole Bob-omb bank, which is a more complicated edit.

Also, when you say input, I hope you didn't inserted any bytes in the ROM, because if you do so it will probably crash. For now, think of replacing commands.

You might want do this little experiment:

Find a 0x22 command in TT64 which points to a model you surely don't want to use on Flatworld. See how TT64 displays the ROM Address of each command you are working with ? By now, may want to turn the "hexadecimal box" to make things easier.

Go to the ROM Address of the 0x22 command you chose and replace it with:

22 08 00 12 16 00 03 88

This is a pointer to the "Green Pipe". The polygon/collision is already loaded in Flatworld (and in Bob-omb), but since there isn't a 0x22 command to assign a model ID to it, you can't use it the level.

Open the ROM again in TT64 and the Green Pipe will be available for you .

You can try also going to the "Castle Grounds" Level and looking at which commands use "Bank ID h03", all these objects will work on Flatworld because the loaded Bank is the same. Example of objects are a variety of doors and trees.

For anyone else reading, if you want a little twist to your Bob-omb level, this simple edit you will get you a few different objects into the level.
Deleted User
Collection of nobodies
Posted on 07-07-08 10:09:02 AM Link | Quote
Does anyone know if it's possible to change the position of the Whomp King's star in Toad's Tool 64?
messiaen
Catgirl
Level: 68


Posts: 160/1085
EXP: 2594151
For next: 134649

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 07-08-08 12:41:33 PM Link | Quote
You can't edit these stars because they are objects spawned from the bosses, not regular objects generated by the level scripts (the ones TT64 can edit). But I think we may not be very far from discovering how to change this!

Also, I have some questions:

1 - What is the exact size of the MIO0 "wrapper" used in some banks (ie, texture banks) ? I ask this because sometimes I can't find the exact offset a Load Texture command (0xFD command) is pointing to. The MIO0 header is probably ignored, so that is not the start of a "wrapped" bank.

2 - How can I know which areas of the ROM are checksum protected?
GhostMaster3000
Member
Level: 18


Posts: 30/53
EXP: 27634
For next: 2263

Since: 04-07-08

From: United States

Since last post: 12.5 years
Last activity: 12.5 years

Posted on 07-18-08 01:32:00 AM Link | Quote
Will the next version of TT64 edit water

____________________
Consoles Own: Atari 2600, NES, Game Boy, PlayStation, Nintendo 64, Game Boy Color, Sega Dreamcast, PlayStation 2, Gamecube, Xbox, Gameboy Advance (and SP), Nintendo DS (and DS Lite), PSP, Xbox 360, and Wii
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 ... 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.

30 database queries, 13 query cache hits.
Query execution time:  0.099092 seconds
Script execution time:  0.027636 seconds
Total render time:  0.126728 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 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 312 - Warning: unescaped & or unknown entity "&page"
line 149 column 343 - Warning: unescaped & or unknown entity "&page"
line 149 column 375 - Warning: unescaped & or unknown entity "&page"
line 149 column 408 - 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 709 - Warning: unescaped & or unknown entity "&page"
line 149 column 742 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 779 - 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 98 - Warning: unescaped & or unknown entity "&postid"
line 203 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 204 column 25 - Warning: missing <tr>
line 211 column 33 - Warning: missing <tr>
line 212 column 118 - Warning: unescaped & or unknown entity "&postid"
line 224 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 226 column 9 - Warning: missing <tr>
line 244 column 13 - Warning: missing <tr>
line 245 column 98 - Warning: unescaped & or unknown entity "&postid"
line 250 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 252 column 9 - Warning: missing <tr>
line 270 column 13 - Warning: missing <tr>
line 271 column 98 - Warning: unescaped & or unknown entity "&postid"
line 276 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 278 column 9 - Warning: missing <tr>
line 296 column 13 - Warning: missing <tr>
line 297 column 98 - Warning: unescaped & or unknown entity "&postid"
line 314 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 316 column 9 - Warning: missing <tr>
line 334 column 13 - Warning: missing <tr>
line 335 column 98 - Warning: unescaped & or unknown entity "&postid"
line 340 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 342 column 9 - Warning: missing <tr>
line 360 column 13 - Warning: missing <tr>
line 361 column 98 - Warning: unescaped & or unknown entity "&postid"
line 394 column 1827 - Warning: unescaped & or unknown entity "&i"
line 397 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 399 column 9 - Warning: missing <tr>
line 417 column 13 - Warning: missing <tr>
line 418 column 98 - Warning: unescaped & or unknown entity "&postid"
line 423 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 425 column 9 - Warning: missing <tr>
line 443 column 13 - Warning: missing <tr>
line 444 column 98 - Warning: unescaped & or unknown entity "&postid"
line 449 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 451 column 9 - Warning: missing <tr>
line 469 column 13 - Warning: missing <tr>
line 470 column 98 - Warning: unescaped & or unknown entity "&postid"
line 472 column 73 - Warning: <style> isn't allowed in <td> elements
line 472 column 9 - Info: <td> previously mentioned
line 472 column 1511 - Warning: missing </font> before <blockquote>
line 472 column 1590 - Warning: inserting implicit <font>
line 472 column 1590 - Warning: missing </font> before <hr>
line 472 column 1660 - Warning: inserting implicit <font>
line 472 column 1660 - Warning: missing </font> before <hr>
line 473 column 1 - Warning: inserting implicit <font>
line 472 column 137 - Warning: missing </div>
line 478 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 480 column 9 - Warning: missing <tr>
line 498 column 13 - Warning: missing <tr>
line 499 column 98 - Warning: unescaped & or unknown entity "&postid"
line 504 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 506 column 9 - Warning: missing <tr>
line 524 column 13 - Warning: missing <tr>
line 525 column 98 - Warning: unescaped & or unknown entity "&postid"
line 532 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 534 column 9 - Warning: missing <tr>
line 552 column 13 - Warning: missing <tr>
line 553 column 98 - Warning: unescaped & or unknown entity "&postid"
line 562 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 564 column 9 - Warning: missing <tr>
line 582 column 13 - Warning: missing <tr>
line 583 column 98 - 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 98 - Warning: unescaped & or unknown entity "&postid"
line 628 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 630 column 9 - Warning: missing <tr>
line 648 column 13 - Warning: missing <tr>
line 649 column 98 - Warning: unescaped & or unknown entity "&postid"
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 697 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 698 column 25 - Warning: missing <tr>
line 705 column 33 - Warning: missing <tr>
line 706 column 118 - Warning: unescaped & or unknown entity "&postid"
line 710 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 712 column 9 - Warning: missing <tr>
line 730 column 13 - Warning: missing <tr>
line 731 column 98 - Warning: unescaped & or unknown entity "&postid"
line 742 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 744 column 9 - Warning: missing <tr>
line 762 column 13 - Warning: missing <tr>
line 763 column 98 - Warning: unescaped & or unknown entity "&postid"
line 768 column 17 - Warning: missing <tr>
line 768 column 17 - Warning: discarding unexpected <table>
line 771 column 35 - Warning: missing <tr>
line 771 column 93 - Warning: unescaped & or unknown entity "&page"
line 771 column 124 - Warning: unescaped & or unknown entity "&page"
line 771 column 155 - Warning: unescaped & or unknown entity "&page"
line 771 column 186 - Warning: unescaped & or unknown entity "&page"
line 771 column 217 - Warning: unescaped & or unknown entity "&page"
line 771 column 248 - Warning: unescaped & or unknown entity "&page"
line 771 column 279 - Warning: unescaped & or unknown entity "&page"
line 771 column 312 - Warning: unescaped & or unknown entity "&page"
line 771 column 343 - Warning: unescaped & or unknown entity "&page"
line 771 column 375 - Warning: unescaped & or unknown entity "&page"
line 771 column 408 - Warning: unescaped & or unknown entity "&page"
line 771 column 445 - Warning: unescaped & or unknown entity "&page"
line 771 column 478 - Warning: unescaped & or unknown entity "&page"
line 771 column 511 - Warning: unescaped & or unknown entity "&page"
line 771 column 544 - Warning: unescaped & or unknown entity "&page"
line 771 column 577 - Warning: unescaped & or unknown entity "&page"
line 771 column 610 - Warning: unescaped & or unknown entity "&page"
line 771 column 643 - Warning: unescaped & or unknown entity "&page"
line 771 column 676 - Warning: unescaped & or unknown entity "&page"
line 771 column 709 - Warning: unescaped & or unknown entity "&page"
line 771 column 742 - Warning: unescaped & or unknown entity "&page"
line 771 column 50 - Warning: missing </font> before </td>
line 771 column 779 - Warning: missing </font> before </table>
line 773 column 35 - Warning: missing <tr>
line 773 column 50 - Warning: missing </font> before </td>
line 774 column 37 - Warning: unescaped & or unknown entity "&id"
line 773 column 223 - Warning: missing </font> before </table>
line 775 column 17 - Warning: discarding unexpected </textarea>
line 775 column 28 - Warning: discarding unexpected </form>
line 775 column 35 - Warning: discarding unexpected </embed>
line 775 column 43 - Warning: discarding unexpected </noembed>
line 775 column 53 - Warning: discarding unexpected </noscript>
line 775 column 64 - Warning: discarding unexpected </noembed>
line 775 column 74 - Warning: discarding unexpected </embed>
line 775 column 82 - Warning: discarding unexpected </table>
line 775 column 90 - Warning: discarding unexpected </table>
line 777 column 9 - Warning: missing </font> before <table>
line 789 column 25 - Warning: discarding unexpected </font>
line 798 column 58 - Warning: discarding unexpected </font>
line 776 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 21 - Warning: <img> lacks "alt" attribute
line 161 column 62 - 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 207 column 37 - Warning: <img> lacks "alt" attribute
line 222 column 710 - Warning: <font> attribute "color" had invalid value "888888" and has been replaced
line 229 column 21 - Warning: <img> lacks "alt" attribute
line 229 column 62 - Warning: <img> lacks "alt" attribute
line 229 column 111 - Warning: <img> lacks "alt" attribute
line 229 column 161 - Warning: <img> lacks "alt" attribute
line 240 column 15 - Warning: <img> lacks "alt" attribute
line 255 column 22 - Warning: <img> lacks "alt" attribute
line 255 column 63 - Warning: <img> lacks "alt" attribute
line 255 column 112 - Warning: <img> lacks "alt" attribute
line 255 column 162 - Warning: <img> lacks "alt" attribute
line 256 column 11 - Warning: <img> lacks "alt" attribute
line 266 column 15 - Warning: <img> lacks "alt" attribute
line 281 column 22 - Warning: <img> lacks "alt" attribute
line 281 column 63 - Warning: <img> lacks "alt" attribute
line 281 column 111 - Warning: <img> lacks "alt" attribute
line 281 column 161 - Warning: <img> lacks "alt" attribute
line 292 column 15 - Warning: <img> lacks "alt" attribute
line 311 column 1394 - Warning: <img> proprietary attribute value "absmiddle"
line 311 column 1394 - Warning: <img> lacks "alt" attribute
line 319 column 21 - Warning: <img> lacks "alt" attribute
line 319 column 62 - Warning: <img> lacks "alt" attribute
line 319 column 111 - Warning: <img> lacks "alt" attribute
line 319 column 161 - Warning: <img> lacks "alt" attribute
line 330 column 15 - Warning: <img> lacks "alt" attribute
line 345 column 22 - Warning: <img> lacks "alt" attribute
line 345 column 63 - Warning: <img> lacks "alt" attribute
line 345 column 111 - Warning: <img> lacks "alt" attribute
line 345 column 161 - Warning: <img> lacks "alt" attribute
line 356 column 15 - Warning: <img> lacks "alt" attribute
line 363 column 130 - Warning: <img> proprietary attribute value "absmiddle"
line 363 column 130 - Warning: <img> lacks "alt" attribute
line 393 column 1699 - Warning: <img> lacks "alt" attribute
line 394 column 1844 - Warning: <img> lacks "alt" attribute
line 402 column 22 - Warning: <img> lacks "alt" attribute
line 402 column 63 - Warning: <img> lacks "alt" attribute
line 402 column 112 - Warning: <img> lacks "alt" attribute
line 402 column 162 - Warning: <img> lacks "alt" attribute
line 403 column 11 - Warning: <img> lacks "alt" attribute
line 413 column 15 - Warning: <img> lacks "alt" attribute
line 428 column 21 - Warning: <img> lacks "alt" attribute
line 428 column 62 - Warning: <img> lacks "alt" attribute
line 428 column 111 - Warning: <img> lacks "alt" attribute
line 428 column 161 - Warning: <img> lacks "alt" attribute
line 439 column 15 - Warning: <img> lacks "alt" attribute
line 454 column 22 - Warning: <img> lacks "alt" attribute
line 454 column 63 - Warning: <img> lacks "alt" attribute
line 454 column 112 - Warning: <img> lacks "alt" attribute
line 454 column 162 - Warning: <img> lacks "alt" attribute
line 465 column 15 - Warning: <img> lacks "alt" attribute
line 472 column 693 - Warning: <img> lacks "alt" attribute
line 475 column 2147 - Warning: <img> lacks "alt" attribute
line 475 column 2306 - Warning: <img> lacks "alt" attribute
line 483 column 21 - Warning: <img> lacks "alt" attribute
line 483 column 62 - Warning: <img> lacks "alt" attribute
line 483 column 111 - Warning: <img> lacks "alt" attribute
line 483 column 161 - Warning: <img> lacks "alt" attribute
line 494 column 15 - Warning: <img> lacks "alt" attribute
line 509 column 22 - Warning: <img> lacks "alt" attribute
line 509 column 63 - Warning: <img> lacks "alt" attribute
line 509 column 112 - Warning: <img> lacks "alt" attribute
line 509 column 162 - Warning: <img> lacks "alt" attribute
line 510 column 11 - Warning: <img> lacks "alt" attribute
line 520 column 15 - Warning: <img> lacks "alt" attribute
line 529 column 294 - Warning: <img> proprietary attribute value "absmiddle"
line 529 column 294 - Warning: <img> lacks "alt" attribute
line 537 column 22 - Warning: <img> lacks "alt" attribute
line 537 column 63 - Warning: <img> lacks "alt" attribute
line 537 column 112 - Warning: <img> lacks "alt" attribute
line 537 column 162 - Warning: <img> lacks "alt" attribute
line 548 column 15 - Warning: <img> lacks "alt" attribute
line 567 column 22 - Warning: <img> lacks "alt" attribute
line 567 column 63 - Warning: <img> lacks "alt" attribute
line 567 column 111 - Warning: <img> lacks "alt" attribute
line 567 column 161 - Warning: <img> lacks "alt" attribute
line 578 column 15 - Warning: <img> lacks "alt" attribute
line 605 column 22 - Warning: <img> lacks "alt" attribute
line 605 column 63 - Warning: <img> lacks "alt" attribute
line 605 column 112 - Warning: <img> lacks "alt" attribute
line 605 column 162 - Warning: <img> lacks "alt" attribute
line 616 column 15 - Warning: <img> lacks "alt" attribute
line 625 column 212 - Warning: <img> proprietary attribute value "absmiddle"
line 625 column 212 - Warning: <img> lacks "alt" attribute
line 633 column 22 - Warning: <img> lacks "alt" attribute
line 633 column 63 - Warning: <img> lacks "alt" attribute
line 633 column 112 - Warning: <img> lacks "alt" attribute
line 633 column 162 - Warning: <img> lacks "alt" attribute
line 634 column 11 - Warning: <img> lacks "alt" attribute
line 644 column 15 - 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 111 - Warning: <img> lacks "alt" attribute
line 659 column 161 - Warning: <img> lacks "alt" attribute
line 670 column 15 - Warning: <img> lacks "alt" attribute
line 691 column 1180 - Warning: <img> proprietary attribute value "absmiddle"
line 691 column 1180 - Warning: <img> lacks "alt" attribute
line 701 column 37 - Warning: <img> lacks "alt" attribute
line 715 column 22 - Warning: <img> lacks "alt" attribute
line 715 column 63 - Warning: <img> lacks "alt" attribute
line 715 column 111 - Warning: <img> lacks "alt" attribute
line 715 column 161 - Warning: <img> lacks "alt" attribute
line 726 column 15 - Warning: <img> lacks "alt" attribute
line 747 column 22 - Warning: <img> lacks "alt" attribute
line 747 column 63 - Warning: <img> lacks "alt" attribute
line 747 column 112 - Warning: <img> lacks "alt" attribute
line 747 column 162 - Warning: <img> lacks "alt" attribute
line 748 column 11 - Warning: <img> lacks "alt" attribute
line 758 column 15 - Warning: <img> lacks "alt" attribute
line 774 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 774 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 774 column 244 - Warning: <img> proprietary attribute value "absmiddle"
line 783 column 25 - Warning: <img> lacks "alt" attribute
line 788 column 267 - Warning: <img> lacks "alt" attribute
line 472 column 1511 - Warning: trimming empty <font>
line 768 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 212 column 47 - Warning: <nobr> is not approved by W3C
line 245 column 27 - Warning: <nobr> is not approved by W3C
line 271 column 27 - Warning: <nobr> is not approved by W3C
line 297 column 27 - Warning: <nobr> is not approved by W3C
line 335 column 27 - Warning: <nobr> is not approved by W3C
line 361 column 27 - Warning: <nobr> is not approved by W3C
line 418 column 27 - Warning: <nobr> is not approved by W3C
line 444 column 27 - Warning: <nobr> is not approved by W3C
line 470 column 27 - Warning: <nobr> is not approved by W3C
line 472 column 157 - Warning: <table> proprietary attribute "height"
line 472 column 222 - Warning: <td> proprietary attribute "background"
line 472 column 318 - Warning: <td> proprietary attribute "background"
line 472 column 408 - Warning: <table> proprietary attribute "height"
line 472 column 488 - Warning: <td> proprietary attribute "background"
line 472 column 1443 - Warning: <td> proprietary attribute "background"
line 499 column 27 - Warning: <nobr> is not approved by W3C
line 525 column 27 - Warning: <nobr> is not approved by W3C
line 553 column 27 - Warning: <nobr> is not approved by W3C
line 583 column 27 - Warning: <nobr> is not approved by W3C
line 621 column 27 - Warning: <nobr> is not approved by W3C
line 649 column 27 - Warning: <nobr> is not approved by W3C
line 675 column 27 - Warning: <nobr> is not approved by W3C
line 706 column 47 - Warning: <nobr> is not approved by W3C
line 731 column 27 - Warning: <nobr> is not approved by W3C
line 763 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 323 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