Register - Login
Views: 99348802
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-21-22 05:26:51 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 ... 14 15 16 17 18 19 20 21 22 ... 68 69 70 71 72 73 74 75 76 77 Next older thread
Tyty

Level: 165


Posts: 3151/8599
EXP: 58610770
For next: 324911

Since: 07-07-07


Since last post: 9.8 years
Last activity: 9.8 years

Posted on 06-09-09 03:16:39 AM (last edited by Tyty at 06-15-09 12:25 AM) Link | Quote
Originally posted by RDX
XKeeper

Lowercase k.



____________________
OniLink10
User
Level: 12


Posts: 21/21
EXP: 6618
For next: 1303

Since: 05-09-09


Since last post: 12.9 years
Last activity: 12.3 years

Posted on 06-10-09 01:56:18 AM Link | Quote
Originally posted by mariofan128
No sarcasm,Please!

He was being half-serious. The ROMs are illegal, TT64 and Text Wrangler are legal.
Lyskar
12210
-The Chaos within trumps the Chaos without-
Level: 192


Posts: 2761/12211
EXP: 99215045
For next: 658526

Since: 07-03-07

From: 52-2-88-7

Since last post: 7.4 years
Last activity: 7.3 years

Posted on 06-10-09 03:52:19 AM Link | Quote

Time/Date

06-09-09 09:52:19pm

Posts

2761

Days Here

707

Level

76
Metal_Man88
Local Moderator
Aaand that's enough of the 'Xk is a baller' topic. Any further gibberish on it will be destroyed.

____________________
Jeez, not being Spontaneous Madness is gonna take some getting used to...
Original Layout © Tobias Kelmandia
messiaen
Catgirl
Level: 68


Posts: 611/1085
EXP: 2593489
For next: 135311

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 06-14-09 09:26:33 PM Link | Quote
For the guy who asked the specification of the MIO0 compression, you can find it on this old acmlm thread.

If it redirects you (how lame is that!), use Google's cache function (ie, do a Google search for "cache:http://acmlm.no-ip.org/archive2/thread.php?id=7100"). The same cache trick should work for the Emultalk thread you were looking for.

If you want to look at a decompresser function written in C, check out the source for Cellar Dweller's extender. By the way, the version linked here can also expand the ROM with the correct alignment, so if anyone is interested in running the extended ROM on Nemu (or on real hardware) you can use it before next Toad's Tool/Extender is released.
VL-Tone
Member
Super Mario 64 forum moderator
Level: 53


Posts: 503/621
EXP: 1135268
For next: 21851

Since: 07-27-07

From: Montreal, Canada

Since last post: 4.6 years
Last activity: 1.2 years

Posted on 06-15-09 04:05:08 AM (last edited by VL-Tone at 06-15-09 01:06 AM) Link | Quote
Time: Now - Date: Today - Weather: What can be seen outside. - Mood: How it feels. Answer to the universe: 42
I changed the name of this thread from "Toad's Tool 64 Help/How-To" to "Help/Questions about Toad's Tool 64 and SM64 hacking".

This way it should be clearer that this is where you can post questions, and that these can also be about SM64 hacking and not necessarily TT64 specific. I've noticed that a few people started new threads to ask non-TT64-related SM64 hacking questions, and may have done so because they didn't want to be out-of-topic since the thread title only mentioned TT64 related help.

BTW messiaen, can the 16 bytes-aligned version open without problems in TT64?

And could you post a list of the new aligned segments offsets so I can change the ROM extender accordingly and match the output of Cellar Dweller's program?

____________________
messiaen
Catgirl
Level: 68


Posts: 612/1085
EXP: 2593489
For next: 135311

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 06-16-09 05:55:56 PM Link | Quote
These are the decompressed bank offsets (from tables.c in Cellar Dweller's extender). Every decompressed bank is moved a few bytes further into its own padding until they are aligned into 16-byte boundaries.


const uint32_t newoffsets_new[] = {
0x00800000, 0x00823b70, 0x00860ee0, 0x0087e240,
0x0088c3c0, 0x008a5460, 0x008c1190, 0x008dd7e0,
0x008fb8a0, 0x009109d0, 0x0091be90, 0x00934010,
0x00960210, 0x0097f0d0, 0x009e9fe0, 0x00a09940,
0x00a36ac0, 0x00a56940, 0x00a647b0, 0x00a81820,
0x00ab2410, 0x00aed720, 0x00b02060, 0x00b10600,
0x00b1f8c0, 0x00b35720, 0x00b5d860, 0x00b859a0,
0x00ba22e0, 0x00bc2c20, 0x00bead60, 0x00c12ea0,
0x00c3afe0, 0x00c57920, 0x00c7fa60, 0x00ca7ba0,
0x00cbd3b0, 0x00cd34c0, 0x00ce83e0, 0x00cfe4f0,
0x00d0fe00, 0x00d23210, 0x00d39330, 0x00d4b0c0,
0x00d611d0, 0x00d769e0, 0x00d8c680, 0x00da2790,
0x00db1520, 0x00de0370, 0x00e0bb10, 0x00e8cc20,
0x00ec0590, 0x00ef0e40, 0x00f0a600, 0x00f22090,
0x00f42810, 0x00f5bbc0, 0x00f71f80, 0x00f909a0,
0x00fc7810, 0x00fe1080, 0x00ff8eb0, 0x0100bb80,
0x01029780, 0x01034ab0, 0x010582b0, 0x01088b80,
0x010a0890, 0x010ba6a0, 0x010e99f0, 0x010f8870,
0x01111910, 0x011258b0, 0x01136280, 0x01140d40,
0x0115c4f0, 0x01166090, 0x01173150,
};


And just for comparison, here are the currently used offsets:

const uint32_t newoffsets_old[] = {
0x00800000, 0x00823b64, 0x00860edc, 0x0087e23c,
0x0088c3bc, 0x008a545c, 0x008c118c, 0x008dd7dc,
etc ... }


I haven't tested yet the aligned ROM in Toad's Tool 64, but now that you mentioned it perhaps there will be a problem when reading textures from the ROM.
VL-Tone
Member
Super Mario 64 forum moderator
Level: 53


Posts: 504/621
EXP: 1135268
For next: 21851

Since: 07-27-07

From: Montreal, Canada

Since last post: 4.6 years
Last activity: 1.2 years

Posted on 06-17-09 04:00:14 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 messiaen

I haven't tested yet the aligned ROM in Toad's Tool 64, but now that you mentioned it perhaps there will be a problem when reading textures from the ROM.



Hmm... I guess I was a little too lazy to look them up myself...

Anyway I modified the ROM extender so that it produces an aligned ROM. It seems to open without any problem in TT64!

For some reason I keep thinking that TT64 has a hardcoded bank pointer list, but it was only the case in very early versions. Newer version still start with the hard-coded list, but will update the list by reading the pointers in the 0x17 and 0x1A commands. The position of these commands (0x17 and 0x1A) though is a hardcoded list, so if you move these around TT64 will fail to open the ROM.

Once this bank pointer list is built, TT64 is not dependent on the actual position of the banks and uses its own ID numbers to identify banks, and now that I think of it, it's not surprising that it works with the aligned ROM.

____________________
ShyGuy301
User
Level: 11


Posts: 9/19
EXP: 5688
For next: 297

Since: 05-21-09


Since last post: 12.7 years
Last activity: 11.4 years

Posted on 06-18-09 02:48:14 PM Link | Quote
Hello, i have a Question about SM64 Hacking.

I want to make the Tweester Smaller, like the size of Mario.

Like in this video: http://www.youtube.com/watch?v=Xbu09LhAWuk&feature=channel_page

He changed the size of Whomp's Tower. Can Someone tell me how i can find the codes under Script Dumps ???

Because i'm really Confused, sample: I Want to change a Goomba to anything other in Bob Omb Battlefield. I go under Script Dumps, then under Level Script, and then to the 0x22 location. But how i know now whats the goomba???? This problem i have at every hack i want to make

And now i want try to change the size of the tweester. But i dont know what, and where i have to go.

Please Help.
BigBrain
Member
Level: 22


Posts: 34/85
EXP: 55254
For next: 3096

Since: 09-10-08


Since last post: 8.8 years
Last activity: 6.7 years

Posted on 06-18-09 03:17:12 PM Link | Quote
Originally posted by ShyGuy301
Because i'm really Confused, sample: I Want to change a Goomba to anything other in Bob Omb Battlefield. I go under Script Dumps, then under Level Script, and then to the 0x22 location. But how i know now whats the goomba???? This problem i have at every hack i want to make


Not that I knew anything about how to use TT64, but
http://homepage.mac.com/qubedstudios/SM64GeoLayoutPtrsByLevels.txt might provide that information.
Just do a fulltext search for "Goomba" and the pointer you'll find should occur in the level script, too.
uberoe
User
Level: 11


Posts: 9/17
EXP: 4809
For next: 1176

Since: 05-31-09


Since last post: 12.0 years
Last activity: 11.9 years

Posted on 06-19-09 02:28:42 AM Link | Quote
I understand that this is like the thread for random questions so here it go's...Does anyone happen to know the offset of the yellow cap switch and why does
the rom crash sometimes when i put the red cap switch in bob-omb battlefield?
gamekrazzy
Member
Level: 32


Posts: 134/199
EXP: 194380
For next: 12062

Since: 03-06-09


Since last post: 10.3 years
Last activity: 8.6 years

Posted on 06-19-09 04:30:02 AM Link | Quote
IDK how to find the offset for the yellow cap switch. But I can probably tell you why it sometimes crash.

The cap switch shouldn't normally be availiable in the bob-omb level. Just like what I did for the tweester, you have to change one of the set 0x17 commands. so because some things aren't being recognized, the game will crash. That happened alot with the tweester.

What you need to do is replace all objects in bob-omb battlefield via hex, with stuff that were availiable in the Wing cap level. Don't go through a whole bunch of work here. Just replace the ones that point to the location that is the same as the cap switch. IDK what it is off hand, but it really isn't that hard to fix.

____________________
Gamekrazzy*
ShyGuy301
User
Level: 11


Posts: 10/19
EXP: 5688
For next: 297

Since: 05-21-09


Since last post: 12.7 years
Last activity: 11.4 years

Posted on 06-19-09 01:54:34 PM Link | Quote
Originally posted by BigBrain
Originally posted by ShyGuy301
Because i'm really Confused, sample: I Want to change a Goomba to anything other in Bob Omb Battlefield. I go under Script Dumps, then under Level Script, and then to the 0x22 location. But how i know now whats the goomba???? This problem i have at every hack i want to make


Not that I knew anything about how to use TT64, but
http://homepage.mac.com/qubedstudios/SM64GeoLayoutPtrsByLevels.txt might provide that information.
Just do a fulltext search for "Goomba" and the pointer you'll find should occur in the level script, too.




Fulltext search? Where? In TT64 i cant search Text under Scrip Dumps :/

And in Hex Editor i dont find anything.

But whatever, this with goomba was just a Sample. I Really want to know how to change the Size of Tweester. That its just so big like Mario .

Please help
BigBrain
Member
Level: 22


Posts: 35/85
EXP: 55254
For next: 3096

Since: 09-10-08


Since last post: 8.8 years
Last activity: 6.7 years

Posted on 06-19-09 02:30:37 PM (last edited by BigBrain at 06-19-09 11:34 AM) Link | Quote
Originally posted by ShyGuy301
Fulltext search? Where? In TT64 i cant search Text under Scrip Dumps :/

That was refering to the link I wrote in my response (i.e. your browser's fulltext search) ...
EDIT: to be a bit more verbose, look what pointer address you can find in the document for a goomba. A certain parameter of the 0x22 command is the pointer address, so any 0x22 command in the level script in which the value of that parameter is NOT the pointer address of the goomba geo does NOT spawn a Goomba either


About the resize thing, I _think_ that has been somewhere around in the forums here; perhaps it was written at some reverse-engineered documentation for the 0x22 command (does this forum have a search function?)
BigBrain
Member
Level: 22


Posts: 36/85
EXP: 55254
For next: 3096

Since: 09-10-08


Since last post: 8.8 years
Last activity: 6.7 years

Posted on 06-19-09 03:03:11 PM Link | Quote
Originally posted by Dopeboy175
Please answer. Say I wanted to warp from castle grounds to inside the castle area1.This is just an example so I'll use random numbers.
So if the castle area1 warp is 001 i 000 castle grounds>1>0 so i will have to make the castle grounds warp match up with the castle area1 warp is that how I do it???

I'm not sure whether anybody understood that question, but if you'd rephrase it in a more detailed and structured way somebody who knows will probably tell you so (that is: no need to ask twice ).
gamekrazzy
Member
Level: 32


Posts: 135/199
EXP: 194380
For next: 12062

Since: 03-06-09


Since last post: 10.3 years
Last activity: 8.6 years

Posted on 06-19-09 04:00:29 PM Link | Quote
Originally posted by Dopeboy175
Please answer. Say I wanted to warp from castle grounds to inside the castle area1.This is just an example so I'll use random numbers.
So if the castle area1 warp is 001 i 000 castle grounds>1>0 so i will have to make the castle grounds warp match up with the castle area1 warp is that how I do it???


I think I understand your question. The answer is quite a lot of pages back. But I'll save you the trouble.

To match up warps, you need to go to the warp destination option in the upper left corner.
Now you choose the warp you want warping somewhere. Select the level you want it to go to. Now you choose the ID destination, Do not mess with the ID of your warp but you will need that to warp back.
After getting that warp set up, go to the level that warp took you. Now just do the same thing, except point it to the level you came from, and set the ID destination to what the ID of the warp was.
HOPE I HELPED.

____________________
Gamekrazzy*
IcedCoffee
Random nobody
Level: 8


Posts: 2/9
EXP: 1848
For next: 339

Since: 06-20-09


Since last post: 12.7 years
Last activity: 12.7 years

Posted on 06-20-09 06:45:29 PM Link | Quote
ok I have two questions, how do I make it so the only way by getting in the castle is getting 8 red coins to get a star and making that the warp point to go into the castle? The other question is how do you change the texture or color of the lava in lethal lava land? I wanted to make it green like if it was acid.
gamekrazzy
Member
Level: 32


Posts: 137/199
EXP: 194380
For next: 12062

Since: 03-06-09


Since last post: 10.3 years
Last activity: 8.6 years

Posted on 06-20-09 08:07:26 PM Link | Quote
Originally posted by IcedCoffee
ok I have two questions, how do I make it so the only way by getting in the castle is getting 8 red coins to get a star and making that the warp point to go into the castle? The other question is how do you change the texture or color of the lava in lethal lava land? I wanted to make it green like if it was acid.

use the warp thing I brought up earlier for dopeboy, but replace the id of the warp in Castle Grounds with 240. Now by placing the red coins in Castle Grounds and collecting the star, you can warp inside the castle.

As for the lava/acid thing. In TT64 that isn't possible, because you can't change the water or lava textures in there, but they are textures, so you can do it with probably some other texture thing. I know of one, but I can't think of the name sorry.


____________________
Gamekrazzy*
IcedCoffee
Random nobody
Level: 8


Posts: 3/9
EXP: 1848
For next: 339

Since: 06-20-09


Since last post: 12.7 years
Last activity: 12.7 years

Posted on 06-20-09 08:53:59 PM Link | Quote
Thanks, just one more questions how do I edit coins? Everytime I try to edit them they disappear or they glitch up and u cant see the coin but u can see the outline of the color?
ShyGuy301
User
Level: 11


Posts: 12/19
EXP: 5688
For next: 297

Since: 05-21-09


Since last post: 12.7 years
Last activity: 11.4 years

Posted on 06-22-09 03:33:26 PM Link | Quote
Hey,

i got question about some beta stuff.

I've read the thread about the beta stuff, i wanted to try inserting the Trampoline. But it won't work. I dont know which code i must replace and to which position i must go. Can someone help me with this plz???

uberoe
User
Level: 11


Posts: 13/17
EXP: 4809
For next: 1176

Since: 05-31-09


Since last post: 12.0 years
Last activity: 11.9 years

Posted on 06-24-09 08:05:53 PM (last edited by uberoe at 06-25-09 09:29 PM) Link | Quote
Does anybody know how to fix the Y axis problem with the yoshi, I found the coordinates for the Y axis but everytime i change it the rom crashes. and does anyone know exactly how to flood flatworld?

____________________
Super Mario World Hack on it's way!!!
Pages: 1 2 3 4 5 6 7 8 9 10 ... 14 15 16 17 18 19 20 21 22 ... 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.

34 database queries, 10 query cache hits.
Query execution time:  0.132062 seconds
Script execution time:  0.036168 seconds
Total render time:  0.168230 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 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 179 column 367 - Warning: missing </font> before <blockquote>
line 179 column 408 - Warning: inserting implicit <font>
line 179 column 408 - Warning: missing </font> before <hr>
line 179 column 468 - Warning: inserting implicit <font>
line 179 column 468 - Warning: missing </font> before <hr>
line 180 column 1 - Warning: inserting implicit <font>
line 185 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 187 column 9 - Warning: missing <tr>
line 205 column 13 - Warning: missing <tr>
line 206 column 100 - Warning: unescaped & or unknown entity "&postid"
line 212 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 214 column 9 - Warning: missing <tr>
line 232 column 13 - Warning: missing <tr>
line 233 column 100 - Warning: unescaped & or unknown entity "&postid"
line 235 column 74 - Warning: <style> isn't allowed in <td> elements
line 235 column 9 - Info: <td> previously mentioned
line 235 column 961 - Error: <z> is not recognized!
line 235 column 961 - Warning: discarding unexpected <z>
line 235 column 983 - Warning: discarding unexpected </z>
line 235 column 1009 - Error: <z> is not recognized!
line 235 column 1009 - Warning: discarding unexpected <z>
line 235 column 1016 - Warning: discarding unexpected </z>
line 235 column 1046 - Error: <z> is not recognized!
line 235 column 1046 - Warning: discarding unexpected <z>
line 235 column 1052 - Warning: discarding unexpected </z>
line 235 column 1078 - Error: <z> is not recognized!
line 235 column 1078 - Warning: discarding unexpected <z>
line 235 column 1083 - Warning: discarding unexpected </z>
line 239 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 241 column 9 - Warning: missing <tr>
line 259 column 13 - Warning: missing <tr>
line 260 column 100 - Warning: unescaped & or unknown entity "&postid"
line 269 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 271 column 9 - Warning: missing <tr>
line 289 column 13 - Warning: missing <tr>
line 290 column 100 - Warning: unescaped & or unknown entity "&postid"
line 292 column 74 - Warning: <style> isn't allowed in <td> elements
line 292 column 9 - Info: <td> previously mentioned
line 292 column 138 - Warning: missing </div>
line 301 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 303 column 9 - Warning: missing <tr>
line 321 column 13 - Warning: missing <tr>
line 322 column 100 - Warning: unescaped & or unknown entity "&postid"
line 361 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 363 column 9 - Warning: missing <tr>
line 381 column 13 - Warning: missing <tr>
line 382 column 100 - Warning: unescaped & or unknown entity "&postid"
line 384 column 74 - Warning: <style> isn't allowed in <td> elements
line 384 column 9 - Info: <td> previously mentioned
line 384 column 1512 - Warning: missing </font> before <blockquote>
line 384 column 1591 - Warning: inserting implicit <font>
line 384 column 1591 - Warning: missing </font> before <hr>
line 385 column 1 - Warning: inserting implicit <font>
line 385 column 1 - Warning: missing </font> before <hr>
line 386 column 1 - Warning: inserting implicit <font>
line 384 column 138 - Warning: missing </div>
line 396 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 398 column 9 - Warning: missing <tr>
line 416 column 13 - Warning: missing <tr>
line 417 column 100 - Warning: unescaped & or unknown entity "&postid"
line 423 column 309 - Warning: unescaped & or unknown entity "&feature"
line 434 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 436 column 9 - Warning: missing <tr>
line 454 column 13 - Warning: missing <tr>
line 455 column 100 - Warning: unescaped & or unknown entity "&postid"
line 465 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 467 column 9 - Warning: missing <tr>
line 485 column 13 - Warning: missing <tr>
line 486 column 100 - Warning: unescaped & or unknown entity "&postid"
line 492 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 494 column 9 - Warning: missing <tr>
line 512 column 13 - Warning: missing <tr>
line 513 column 100 - Warning: unescaped & or unknown entity "&postid"
line 522 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 524 column 9 - Warning: missing <tr>
line 542 column 13 - Warning: missing <tr>
line 543 column 100 - 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 100 - Warning: unescaped & or unknown entity "&postid"
line 594 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 596 column 9 - Warning: missing <tr>
line 614 column 13 - Warning: missing <tr>
line 615 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 645 column 74 - Warning: missing </span> before <blockquote>
line 645 column 116 - Warning: inserting implicit <span>
line 645 column 116 - Warning: missing </span> before <hr>
line 645 column 183 - Warning: inserting implicit <span>
line 645 column 183 - Warning: missing </span> before <hr>
line 647 column 1 - Warning: inserting implicit <span>
line 655 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 657 column 9 - Warning: missing <tr>
line 675 column 13 - Warning: missing <tr>
line 676 column 100 - Warning: unescaped & or unknown entity "&postid"
line 681 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 683 column 9 - Warning: missing <tr>
line 701 column 13 - Warning: missing <tr>
line 702 column 100 - Warning: unescaped & or unknown entity "&postid"
line 704 column 74 - Warning: missing </span> before <blockquote>
line 704 column 116 - Warning: inserting implicit <span>
line 704 column 116 - Warning: missing </span> before <hr>
line 704 column 183 - Warning: inserting implicit <span>
line 704 column 183 - Warning: missing </span> before <hr>
line 705 column 1 - Warning: inserting implicit <span>
line 711 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 713 column 9 - Warning: missing <tr>
line 731 column 13 - Warning: missing <tr>
line 732 column 100 - Warning: unescaped & or unknown entity "&postid"
line 737 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 739 column 9 - Warning: missing <tr>
line 757 column 13 - Warning: missing <tr>
line 758 column 100 - Warning: unescaped & or unknown entity "&postid"
line 769 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 771 column 9 - Warning: missing <tr>
line 789 column 13 - Warning: missing <tr>
line 790 column 100 - Warning: unescaped & or unknown entity "&postid"
line 795 column 17 - Warning: missing <tr>
line 795 column 17 - Warning: discarding unexpected <table>
line 798 column 35 - Warning: missing <tr>
line 798 column 93 - Warning: unescaped & or unknown entity "&page"
line 798 column 124 - Warning: unescaped & or unknown entity "&page"
line 798 column 155 - Warning: unescaped & or unknown entity "&page"
line 798 column 186 - Warning: unescaped & or unknown entity "&page"
line 798 column 217 - Warning: unescaped & or unknown entity "&page"
line 798 column 248 - Warning: unescaped & or unknown entity "&page"
line 798 column 279 - Warning: unescaped & or unknown entity "&page"
line 798 column 310 - Warning: unescaped & or unknown entity "&page"
line 798 column 341 - Warning: unescaped & or unknown entity "&page"
line 798 column 372 - Warning: unescaped & or unknown entity "&page"
line 798 column 408 - Warning: unescaped & or unknown entity "&page"
line 798 column 441 - Warning: unescaped & or unknown entity "&page"
line 798 column 474 - Warning: unescaped & or unknown entity "&page"
line 798 column 507 - Warning: unescaped & or unknown entity "&page"
line 798 column 543 - Warning: unescaped & or unknown entity "&page"
line 798 column 576 - Warning: unescaped & or unknown entity "&page"
line 798 column 609 - Warning: unescaped & or unknown entity "&page"
line 798 column 642 - Warning: unescaped & or unknown entity "&page"
line 798 column 679 - Warning: unescaped & or unknown entity "&page"
line 798 column 712 - Warning: unescaped & or unknown entity "&page"
line 798 column 745 - Warning: unescaped & or unknown entity "&page"
line 798 column 778 - Warning: unescaped & or unknown entity "&page"
line 798 column 811 - Warning: unescaped & or unknown entity "&page"
line 798 column 844 - Warning: unescaped & or unknown entity "&page"
line 798 column 877 - Warning: unescaped & or unknown entity "&page"
line 798 column 910 - Warning: unescaped & or unknown entity "&page"
line 798 column 943 - Warning: unescaped & or unknown entity "&page"
line 798 column 976 - Warning: unescaped & or unknown entity "&page"
line 798 column 50 - Warning: missing </font> before </td>
line 798 column 1013 - Warning: missing </font> before </table>
line 800 column 35 - Warning: missing <tr>
line 800 column 50 - Warning: missing </font> before </td>
line 801 column 37 - Warning: unescaped & or unknown entity "&id"
line 800 column 223 - Warning: missing </font> before </table>
line 802 column 17 - Warning: discarding unexpected </textarea>
line 802 column 28 - Warning: discarding unexpected </form>
line 802 column 35 - Warning: discarding unexpected </embed>
line 802 column 43 - Warning: discarding unexpected </noembed>
line 802 column 53 - Warning: discarding unexpected </noscript>
line 802 column 64 - Warning: discarding unexpected </noembed>
line 802 column 74 - Warning: discarding unexpected </embed>
line 802 column 82 - Warning: discarding unexpected </table>
line 802 column 90 - Warning: discarding unexpected </table>
line 804 column 9 - Warning: missing </font> before <table>
line 816 column 25 - Warning: discarding unexpected </font>
line 825 column 58 - Warning: discarding unexpected </font>
line 803 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 23 - Warning: <img> lacks "alt" attribute
line 161 column 64 - Warning: <img> lacks "alt" attribute
line 161 column 113 - Warning: <img> lacks "alt" attribute
line 161 column 163 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 179 column 74 - Warning: <table> attribute "bgcolor" had invalid value "440000" and has been replaced
line 182 column 516 - Warning: <img> proprietary attribute value "absmiddle"
line 182 column 516 - Warning: <img> lacks "alt" attribute
line 182 column 651 - Warning: <img> lacks "alt" attribute
line 190 column 22 - Warning: <img> lacks "alt" attribute
line 190 column 63 - Warning: <img> lacks "alt" attribute
line 190 column 112 - Warning: <img> lacks "alt" attribute
line 190 column 162 - Warning: <img> lacks "alt" attribute
line 201 column 15 - Warning: <img> lacks "alt" attribute
line 216 column 17 - Warning: <img> proprietary attribute value "absmiddle"
line 216 column 17 - Warning: <img> lacks "alt" attribute
line 216 column 60 - Warning: <img> proprietary attribute value "absmiddle"
line 216 column 60 - Warning: <img> lacks "alt" attribute
line 216 column 103 - Warning: <img> proprietary attribute value "absmiddle"
line 216 column 103 - Warning: <img> lacks "alt" attribute
line 216 column 146 - Warning: <img> proprietary attribute value "absmiddle"
line 216 column 146 - Warning: <img> lacks "alt" attribute
line 216 column 189 - Warning: <img> proprietary attribute value "absmiddle"
line 216 column 189 - Warning: <img> lacks "alt" attribute
line 216 column 232 - Warning: <img> proprietary attribute value "absmiddle"
line 216 column 232 - Warning: <img> lacks "alt" attribute
line 216 column 275 - Warning: <img> proprietary attribute value "absmiddle"
line 216 column 275 - Warning: <img> lacks "alt" attribute
line 216 column 318 - Warning: <img> proprietary attribute value "absmiddle"
line 216 column 318 - Warning: <img> lacks "alt" attribute
line 216 column 361 - Warning: <img> proprietary attribute value "absmiddle"
line 216 column 361 - Warning: <img> lacks "alt" attribute
line 217 column 23 - Warning: <img> lacks "alt" attribute
line 217 column 64 - Warning: <img> lacks "alt" attribute
line 217 column 113 - Warning: <img> lacks "alt" attribute
line 217 column 163 - Warning: <img> lacks "alt" attribute
line 218 column 11 - Warning: <img> lacks "alt" attribute
line 228 column 15 - Warning: <img> lacks "alt" attribute
line 235 column 1516 - Warning: <img> lacks "alt" attribute
line 235 column 1726 - Warning: <img> lacks "alt" attribute
line 235 column 1814 - Warning: <img> lacks "alt" attribute
line 235 column 2058 - Warning: <img> lacks "alt" attribute
line 235 column 2423 - Warning: <img> proprietary attribute value "absmiddle"
line 235 column 2423 - Warning: <img> lacks "alt" attribute
line 236 column 2570 - Warning: <img> lacks "alt" attribute
line 236 column 2759 - Warning: <img> lacks "alt" attribute
line 244 column 22 - Warning: <img> lacks "alt" attribute
line 244 column 63 - Warning: <img> lacks "alt" attribute
line 244 column 113 - Warning: <img> lacks "alt" attribute
line 255 column 15 - Warning: <img> lacks "alt" attribute
line 274 column 22 - Warning: <img> lacks "alt" attribute
line 274 column 63 - Warning: <img> lacks "alt" attribute
line 274 column 112 - Warning: <img> lacks "alt" attribute
line 274 column 162 - Warning: <img> lacks "alt" attribute
line 285 column 15 - Warning: <img> lacks "alt" attribute
line 292 column 694 - Warning: <img> lacks "alt" attribute
line 298 column 2418 - Warning: <img> lacks "alt" attribute
line 298 column 2577 - Warning: <img> lacks "alt" attribute
line 306 column 22 - Warning: <img> lacks "alt" attribute
line 306 column 63 - Warning: <img> lacks "alt" attribute
line 306 column 113 - Warning: <img> lacks "alt" attribute
line 317 column 15 - Warning: <img> lacks "alt" attribute
line 366 column 22 - Warning: <img> lacks "alt" attribute
line 366 column 63 - Warning: <img> lacks "alt" attribute
line 366 column 112 - Warning: <img> lacks "alt" attribute
line 366 column 162 - Warning: <img> lacks "alt" attribute
line 377 column 15 - Warning: <img> lacks "alt" attribute
line 384 column 694 - Warning: <img> lacks "alt" attribute
line 393 column 2742 - Warning: <img> lacks "alt" attribute
line 393 column 2901 - Warning: <img> lacks "alt" attribute
line 401 column 22 - Warning: <img> lacks "alt" attribute
line 401 column 63 - Warning: <img> lacks "alt" attribute
line 401 column 112 - Warning: <img> lacks "alt" attribute
line 401 column 162 - Warning: <img> lacks "alt" attribute
line 412 column 15 - Warning: <img> lacks "alt" attribute
line 421 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 421 column 187 - Warning: <img> lacks "alt" attribute
line 427 column 726 - Warning: <img> proprietary attribute value "absmiddle"
line 427 column 726 - Warning: <img> lacks "alt" attribute
line 439 column 22 - Warning: <img> lacks "alt" attribute
line 439 column 63 - Warning: <img> lacks "alt" attribute
line 439 column 112 - Warning: <img> lacks "alt" attribute
line 439 column 162 - Warning: <img> lacks "alt" attribute
line 450 column 15 - Warning: <img> lacks "alt" attribute
line 457 column 427 - Warning: <img> proprietary attribute value "absmiddle"
line 457 column 427 - Warning: <img> lacks "alt" attribute
line 470 column 22 - Warning: <img> lacks "alt" attribute
line 470 column 63 - Warning: <img> lacks "alt" attribute
line 470 column 112 - Warning: <img> lacks "alt" attribute
line 470 column 162 - Warning: <img> lacks "alt" attribute
line 471 column 11 - Warning: <img> lacks "alt" attribute
line 481 column 15 - Warning: <img> lacks "alt" attribute
line 497 column 22 - Warning: <img> lacks "alt" attribute
line 497 column 63 - Warning: <img> lacks "alt" attribute
line 497 column 112 - Warning: <img> lacks "alt" attribute
line 497 column 162 - Warning: <img> lacks "alt" attribute
line 498 column 11 - Warning: <img> lacks "alt" attribute
line 508 column 15 - Warning: <img> lacks "alt" attribute
line 517 column 375 - Warning: <img> proprietary attribute value "absmiddle"
line 517 column 375 - Warning: <img> lacks "alt" attribute
line 519 column 672 - Warning: <img> proprietary attribute value "absmiddle"
line 519 column 672 - Warning: <img> lacks "alt" attribute
line 527 column 22 - Warning: <img> lacks "alt" attribute
line 527 column 63 - Warning: <img> lacks "alt" attribute
line 527 column 112 - Warning: <img> lacks "alt" attribute
line 527 column 162 - Warning: <img> lacks "alt" attribute
line 538 column 15 - Warning: <img> lacks "alt" attribute
line 545 column 504 - Warning: <img> proprietary attribute value "absmiddle"
line 545 column 504 - Warning: <img> lacks "alt" attribute
line 557 column 1140 - Warning: <img> proprietary attribute value "absmiddle"
line 557 column 1140 - Warning: <img> lacks "alt" attribute
line 559 column 1213 - Warning: <img> proprietary attribute value "absmiddle"
line 559 column 1213 - 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 112 - Warning: <img> lacks "alt" attribute
line 567 column 162 - Warning: <img> lacks "alt" attribute
line 578 column 15 - Warning: <img> lacks "alt" attribute
line 587 column 660 - Warning: <img> proprietary attribute value "absmiddle"
line 587 column 660 - Warning: <img> lacks "alt" attribute
line 599 column 22 - Warning: <img> lacks "alt" attribute
line 599 column 63 - Warning: <img> lacks "alt" attribute
line 599 column 112 - Warning: <img> lacks "alt" attribute
line 599 column 162 - Warning: <img> lacks "alt" attribute
line 610 column 15 - Warning: <img> lacks "alt" attribute
line 619 column 671 - Warning: <img> proprietary attribute value "absmiddle"
line 619 column 671 - 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 628 column 11 - Warning: <img> lacks "alt" attribute
line 638 column 15 - Warning: <img> lacks "alt" attribute
line 647 column 543 - Warning: <img> proprietary attribute value "absmiddle"
line 647 column 543 - Warning: <img> lacks "alt" attribute
line 649 column 766 - Warning: <img> proprietary attribute value "absmiddle"
line 649 column 766 - Warning: <img> lacks "alt" attribute
line 651 column 1224 - Warning: <img> proprietary attribute value "absmiddle"
line 651 column 1224 - Warning: <img> lacks "alt" attribute
line 660 column 21 - Warning: <img> lacks "alt" attribute
line 660 column 62 - Warning: <img> lacks "alt" attribute
line 660 column 111 - Warning: <img> lacks "alt" attribute
line 660 column 161 - Warning: <img> lacks "alt" attribute
line 661 column 11 - Warning: <img> lacks "alt" attribute
line 671 column 15 - Warning: <img> lacks "alt" attribute
line 686 column 22 - Warning: <img> lacks "alt" attribute
line 686 column 63 - Warning: <img> lacks "alt" attribute
line 686 column 112 - Warning: <img> lacks "alt" attribute
line 686 column 162 - Warning: <img> lacks "alt" attribute
line 687 column 11 - Warning: <img> lacks "alt" attribute
line 697 column 15 - Warning: <img> lacks "alt" attribute
line 716 column 21 - Warning: <img> lacks "alt" attribute
line 716 column 62 - Warning: <img> lacks "alt" attribute
line 716 column 111 - Warning: <img> lacks "alt" attribute
line 716 column 161 - Warning: <img> lacks "alt" attribute
line 717 column 11 - Warning: <img> lacks "alt" attribute
line 727 column 15 - Warning: <img> lacks "alt" attribute
line 742 column 22 - Warning: <img> lacks "alt" attribute
line 742 column 63 - Warning: <img> lacks "alt" attribute
line 742 column 112 - Warning: <img> lacks "alt" attribute
line 742 column 162 - Warning: <img> lacks "alt" attribute
line 753 column 15 - Warning: <img> lacks "alt" attribute
line 774 column 22 - Warning: <img> lacks "alt" attribute
line 774 column 63 - Warning: <img> lacks "alt" attribute
line 774 column 112 - Warning: <img> lacks "alt" attribute
line 774 column 162 - Warning: <img> lacks "alt" attribute
line 775 column 11 - Warning: <img> lacks "alt" attribute
line 785 column 15 - Warning: <img> lacks "alt" attribute
line 801 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 801 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 801 column 244 - Warning: <img> proprietary attribute value "absmiddle"
line 810 column 25 - Warning: <img> lacks "alt" attribute
line 815 column 267 - Warning: <img> lacks "alt" attribute
line 179 column 367 - Warning: trimming empty <font>
line 384 column 1512 - Warning: trimming empty <font>
line 645 column 74 - Warning: trimming empty <span>
line 704 column 74 - Warning: trimming empty <span>
line 795 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 179 column 74 - Warning: <table> proprietary attribute "height"
line 179 column 74 - Warning: <table> proprietary attribute "background"
line 206 column 27 - Warning: <nobr> is not approved by W3C
line 233 column 27 - Warning: <nobr> is not approved by W3C
line 235 column 1595 - Warning: <td> proprietary attribute "background"
line 235 column 1895 - Warning: <td> proprietary attribute "background"
line 235 column 2148 - Warning: <table> proprietary attribute "height"
line 235 column 2340 - Warning: <marquee> is not approved by W3C
line 236 column 2651 - Warning: <td> proprietary attribute "background"
line 260 column 27 - Warning: <nobr> is not approved by W3C
line 290 column 27 - Warning: <nobr> is not approved by W3C
line 292 column 158 - Warning: <table> proprietary attribute "height"
line 292 column 223 - Warning: <td> proprietary attribute "background"
line 292 column 319 - Warning: <td> proprietary attribute "background"
line 292 column 409 - Warning: <table> proprietary attribute "height"
line 292 column 489 - Warning: <td> proprietary attribute "background"
line 292 column 1444 - Warning: <td> proprietary attribute "background"
line 322 column 27 - Warning: <nobr> is not approved by W3C
line 382 column 27 - Warning: <nobr> is not approved by W3C
line 384 column 158 - Warning: <table> proprietary attribute "height"
line 384 column 223 - Warning: <td> proprietary attribute "background"
line 384 column 319 - Warning: <td> proprietary attribute "background"
line 384 column 409 - Warning: <table> proprietary attribute "height"
line 384 column 489 - Warning: <td> proprietary attribute "background"
line 384 column 1444 - Warning: <td> proprietary attribute "background"
line 417 column 27 - Warning: <nobr> is not approved by W3C
line 455 column 27 - Warning: <nobr> is not approved by W3C
line 486 column 27 - Warning: <nobr> is not approved by W3C
line 513 column 27 - Warning: <nobr> is not approved by W3C
line 543 column 27 - Warning: <nobr> is not approved by W3C
line 583 column 27 - Warning: <nobr> is not approved by W3C
line 615 column 27 - Warning: <nobr> is not approved by W3C
line 643 column 27 - Warning: <nobr> is not approved by W3C
line 676 column 27 - Warning: <nobr> is not approved by W3C
line 702 column 27 - Warning: <nobr> is not approved by W3C
line 732 column 27 - Warning: <nobr> is not approved by W3C
line 758 column 27 - Warning: <nobr> is not approved by W3C
line 790 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 437 warnings and 4 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