Register - Login
Views: 99399600
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 03:40:55 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 ... 45 46 47 48 49 50 51 52 53 ... 68 69 70 71 72 73 74 75 76 77 Next older thread
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-02-11 01:03:38 AM Link | Quote
Originally posted by Gazpacho146
can i set the animation for just 1 specific object?


Only if you modify an existing behavior (ie, for an object you surely won't use) or if you add a new one (that's more complex and will require more hex editing).
Gazpacho146
Member
Level: 26


Posts: 5/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-02-11 01:31:59 AM Link | Quote
i typed in the ROM address of the item im editing in my hex editor and it said search string not found
the types of search i can do in hex workshop are Hex values, Text string, Bitmask, 8bit signed byte, 8bit unsigned byte, 16bit signed short, 16bit unsigned short, 32bit signed long, 32bit unsigned long, 64bit signed quad, 64bit unsigned quad, 32bit float, and 64bit double. which one do i use? im not quite sure how to locate just one specific object in my rom
Gazpacho146
Member
Level: 26


Posts: 6/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-02-11 02:01:32 AM Link | Quote
i tried scrolling down the row labels and i couldnt find the rom address for a koopa behavior i couldnt find it in the labels of the rows (the rom address is 0021E380) but am i supposed to look for the hex behavior? becuz those addresses are 8 characters long and my rom only goes up to 7 characters (not counting the zero at the beginning) i am just completely lost in this hex stuff
Dudaw
Member
Level: 17


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

Since: 01-07-11


Since last post: 9.1 years
Last activity: 5.8 years

Posted on 02-02-11 02:26:52 AM (last edited by Dudaw at 02-01-11 11:36 PM) Link | Quote
Originally posted by messiaen
(edit: Just a correction, you are not changing "frames", but rather using another animation type)


Whoops, not "frame."
I don't know, I haven't looked into the actual segmented pointers... Excuse me for that instance.
But yeah, that dirty trick does seem to work with behaviors that don't change animation very much.
I didn't notice any freezing when doing that with the talking Bob-Omb.

Gazpacho, remember I said the Bob-Omb script was at 0x0021CFDC?
That's the address I was talking about there... As for your display problem, maybe just continue toggling around in the hex editor's settings to get it how you want.
I think Hex workshop had some kind of option that let you choose between whether your offsets end in "0" or "1," no? If it does, change it to 0.
There should be something in there to change the length of the offsets, make sure that's set to 8, and that the data length is 16 (10hex) bytes per row.

Hm... I can't go into much more detail than that.
Hex editors are generally easy to get the hang of.
Glad to see you're actually trying.

____________________
"zOoM!"
http://sites.google.com/site/4thstudios
http://www.youtube.com/dudaw12
Gazpacho146
Member
Level: 26


Posts: 7/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-02-11 04:02:33 AM Link | Quote
i finally got it! but my animation frame is the koopa when they fall on the ground so they fall on the ground and get back up so i was successful but i didnt get the animation i was looking for, so how can you tell how many bytes are in a command
so how many bytes is 06 01 13 64
and how many bytes do they each amount to?
And to change your rom name so it shows up in PJ64 does that require a hex editor? Messiaen, Dudaw you guys have both helped me out lots Thank you guys so much now i think im ready to create hacks of my own (maybe if this is all the hex-editing thats necessary for a hack) but anyway thanks to you guys i finally learned the basics of hex-editing
and i think i might be able to finish my friends and My hack sooner
if i ever finish, do you guys think you could try it out?
Dudaw
Member
Level: 17


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

Since: 01-07-11


Since last post: 9.1 years
Last activity: 5.8 years

Posted on 02-02-11 04:53:36 PM (last edited by Dudaw at 02-02-11 02:04 PM) Link | Quote
Originally posted by Gazpacho146but my animation frame is the koopa when they fall on the ground so they fall on the ground and get back up so i was successful but i didnt get the animation i was looking for, so how can you tell how many bytes are in a command
so how many bytes is 06 01 13 64...[/quote



Well, as Mess said, it's not necessarily a "frame," but rather an animation pointer I was referring to.
Yes, that's a little problem when applying the Koopa animation to any behavior.
So add 4 bytes to the final byte "64," so then you get 68. Continue doing that in hex until you get the animation you're looking for.
Hm... I've only done this with one animation before, so I'm not 100% sure it won't crash the game.

To modify the ROM name, you can just do that in the ASCII column.
It's right there at the beginning of the ROM, so it's easy to locate.
However, when modifying stuff in the "checksum segments," you need to recalculate the checksum.
The patch required for Messiaen's importer to work installs a hack so that you don't have to recalculate each time.

I warn you, though, never modify anything if you don't know what it does, especially since you've barely done any kind of hacking like this.

____________________
"zOoM!"
http://sites.google.com/site/4thstudios
http://www.youtube.com/dudaw12
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: 2600/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-02-11 04:55:40 PM Link | Quote
Originally posted by Dudaw
I warn you, though, never modify anything if you don't know what it does, especially since you've barely done any kind of hacking like this.


Or, if you want to experiment, make plenty of backups. This is also good to do at any major point in the development of your hack. You can never have enough backups.

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

Person666
Random nobody
Level: 8


Posts: 9/9
EXP: 1729
For next: 458

Since: 01-27-11


Since last post: 11.2 years
Last activity: 11.2 years

Posted on 02-02-11 08:12:32 PM Link | Quote
Originally posted by Metal_Man88
Your computer has something wrong with it, Person666. We cannot fix that. A year won't fix it either. You should investigate why it can't download zips properly.


No not from trying to fix it I meant the forum while I was trying! I am back though Because I got success!
Hurray for download manager! (Also I was exaggerating a little bit)
Gazpacho146
Member
Level: 26


Posts: 8/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-02-11 09:32:21 PM Link | Quote
hey mess. and dudaw i increased 64 bytes by four bytes to 68 and it was just a koopa running, i increased that by four bytes, and at 72, they're all messed up again should i decrease by four bytes maybe?
Gazpacho146
Member
Level: 26


Posts: 9/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-02-11 09:46:31 PM Link | Quote
oh nvm i was increasing by numbers (forgot hexadecimal codes XD) If i wanted to create different colored koopas, would i copy a koopas hex data and paste it into the extended memory? and if so, how would i do it?
(idea from dudaws white shyguy vid)
Dudaw
Member
Level: 17


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

Since: 01-07-11


Since last post: 9.1 years
Last activity: 5.8 years

Posted on 02-03-11 02:34:51 AM Link | Quote
Originally posted by Gazpacho146
oh nvm i was increasing by numbers (forgot hexadecimal codes XD) If i wanted to create different colored koopas, would i copy a koopas hex data and paste it into the extended memory? and if so, how would i do it?
(idea from dudaws white shyguy vid)


What was said to Friedslick6...
Don't expect a direct answer all the time.

Beside, making multiple copies of the Koopa is huge amount of space and time.
Unless you were to do something that could change the Koopa's textures according to some kind of preset, I wouldn't suggest making copies of such a massive model at all.

____________________
"zOoM!"
http://sites.google.com/site/4thstudios
http://www.youtube.com/dudaw12
Gazpacho146
Member
Level: 26


Posts: 11/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-03-11 03:42:53 AM Link | Quote
ok, so is there a way to edit what textures are displayed in an object?
KDJewl
Member
Level: 17


Posts: 7/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-05-11 01:18:08 AM Link | Quote
Hi, sorry to interrupt the above conversation, but i have a problem. I ditched my old hack when messiaen released v14 of his importer, so i could start fresh with the new settings. I set the castle courtyard as the starting level, and imported a simple large square area to make sure it would import correctly. All went well until i tried to test it. I started the game, and all i saw was mario in an odd position floating in the air, and no level nearby. Well this happened before when importing levels, so i screwed with the level location offsets in the importer, and changed them all to many different settings that could of worked, but i was still not able to load and play the level. The same thing happens when i try and use the castle grounds as a starting level, having imported the same level over it. Any ideas how i could make this work, or what i can change the offsets to? Thanks in advance.
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-05-11 01:53:17 AM Link | Quote
Hmmm, I need to test more the "Mario start position" function. However, have you modified the Warp: Mario Start objects in Toad's Tool? You need to deal with those also. If nothing works, please send me a zip file with the.obj + .mtl + textures + settings file (both, replacing castle grounds and replacing castle courtyards) so I can reproduce this.
Anthus
Random nobody
Level: 8


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

Since: 02-05-11


Since last post: 7.8 years
Last activity: 7.8 years

Posted on 02-05-11 02:39:57 AM Link | Quote
Alright, I'll try to be as detailed, and brief as I can.

I must be missing something. I have a few different outcomes, and don't know what I did different. The first time, I exported an .obj (I use Sketch-Up, and used the exporter plug-in linked to on Messiean's importer page) the textures, and the .mtl file export to the specified folder, and all was good. Now, when I try to put it in the ROM it tells me that some of the textures can't be found (and in some instances, it will say none of them can be found) at which point it replaces the textures with random textures from whatever level you replace. Most recently, I tried exporting another level as an .obj, and now the .mtl is no where to be found. The textures themselves still export to the folder, but the game still uses its own textures cause the importer says the textures aren't there.

Basically, my .mtl file, and textures won't import. I know about the texture size limits, and all that. The textures are exported to the same folder at the .obj. Do you have to select the .mtl file separately or something?
KDJewl
Member
Level: 17


Posts: 8/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-05-11 03:50:21 AM Link | Quote
Originally posted by messiaen
Hmmm, I need to test more the "Mario start position" function. However, have you modified the Warp: Mario Start objects in Toad's Tool? You need to deal with those also. If nothing works, please send me a zip file with the.obj + .mtl + textures + settings file (both, replacing castle grounds and replacing castle courtyards) so I can reproduce this.


First of all, thanks for the quick reply. And yes, I did try changing the warp objects, as well, but nothing seemed to work. I'll get the zip ready and send it to you as soon as i can.
messiaen
Catgirl
Level: 68


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

Since: 11-20-07


Since last post: 8.1 years
Last activity: 7.2 years

Posted on 02-05-11 04:13:45 AM Link | Quote
To Anthus:

You don't have to specify the .mtl file, it's already linked to the .obj file.

A few things:

1) As far as I remember, that .obj exporter plug-in has a small bug: you NEED to include the extension in the file name when you export (ie, "my_file.obj" instead of just "my_file"), otherwise for some reason it won't produce a .mtl file.

2) Open the ROM in the Level Importer and click on the "Collision" tab. Do textures show there or do you get an error message?
KDJewl
Member
Level: 17


Posts: 9/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-05-11 06:17:36 PM Link | Quote
Well now I feel really stupid. I realized you can set mario's initial position in the importer. That solved all my problems. Sorry to bug you, messiaen.
Anthus
Random nobody
Level: 8


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

Since: 02-05-11


Since last post: 7.8 years
Last activity: 7.8 years

Posted on 02-05-11 08:05:51 PM (last edited by Anthus at 02-05-11 09:09 PM) Link | Quote
Awesome, that solved my texture issue. I just needed to put the .obj extension.

I have another small issue, and it may relate to the level being too big (I scaled it down since, and I'm going to test it then edit this post) but Mario will randomly die when touching certain parts of the level. Sometimes it will do the Bowser laugh, other times, it will have a black circle appear like a warp, but it will take me out of the painting.

And, it also appears that where ever the axis intersect in SU is where Mario enters the level. Is this the case?

Ill try to upload a video of my level, and issues for further clarification.

EDIT: Alright, it still tells me that some of the vertexes are out of bounds, but the level plays fine. I don't want to shrink it anymore cause it is already almost too small.

EDIT 2: I have one more unrelated question. Is is possible to have more levels than what is already in the ROM? I'm just wondering if it would be possible to have a higher number of smaller levels, or single-star levels (like SMG) as opposed to big courses, and six stars per course. There are already quiet a few maps in the game anyway, but is it possible to add more?

And one more question, this time about sketch-up. Does anyone happen to know the boundaries for a level in feet/ inches? That way, people can just make a square that size as a template, and keep within it.
KDJewl
Member
Level: 17


Posts: 10/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 04:59:38 PM Link | Quote
Hey is there a way to do either of these?

1. change a setting or object so that when you select "Exit Level" from the pause menu, you get transported back to a different level? For instance, my HUB level is imported over the castle grounds. Can I make it so I get transported back there instead of inside the castle?

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

Thanks
Pages: 1 2 3 4 5 6 7 8 9 10 ... 45 46 47 48 49 50 51 52 53 ... 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, 14 query cache hits.
Query execution time:  0.130972 seconds
Script execution time:  0.023282 seconds
Total render time:  0.154254 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 210 - 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 211 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 213 column 9 - Warning: missing <tr>
line 231 column 13 - Warning: missing <tr>
line 232 column 100 - Warning: unescaped & or unknown entity "&postid"
line 237 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 239 column 9 - Warning: missing <tr>
line 257 column 13 - Warning: missing <tr>
line 258 column 100 - Warning: unescaped & or unknown entity "&postid"
line 279 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 281 column 9 - Warning: missing <tr>
line 299 column 13 - Warning: missing <tr>
line 300 column 100 - Warning: unescaped & or unknown entity "&postid"
line 310 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 312 column 9 - Warning: missing <tr>
line 330 column 13 - Warning: missing <tr>
line 331 column 100 - Warning: unescaped & or unknown entity "&postid"
line 333 column 74 - Warning: missing </blockquote>
line 351 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 353 column 9 - Warning: missing <tr>
line 371 column 13 - Warning: missing <tr>
line 372 column 100 - Warning: unescaped & or unknown entity "&postid"
line 374 column 492 - Warning: <td> attribute "tahoma"," lacks value
line 374 column 492 - Warning: <td> attribute with missing trailing quote mark
line 374 column 689 - Warning: discarding unexpected <body>
line 374 column 74 - Warning: missing </div>
line 383 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 385 column 9 - Warning: missing <tr>
line 403 column 13 - Warning: missing <tr>
line 404 column 100 - Warning: unescaped & or unknown entity "&postid"
line 412 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 414 column 9 - Warning: missing <tr>
line 432 column 13 - Warning: missing <tr>
line 433 column 100 - Warning: unescaped & or unknown entity "&postid"
line 438 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 440 column 9 - Warning: missing <tr>
line 458 column 13 - Warning: missing <tr>
line 459 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 500 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 502 column 9 - Warning: missing <tr>
line 520 column 13 - Warning: missing <tr>
line 521 column 100 - Warning: unescaped & or unknown entity "&postid"
line 526 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 528 column 9 - Warning: missing <tr>
line 546 column 13 - Warning: missing <tr>
line 547 column 100 - Warning: unescaped & or unknown entity "&postid"
line 552 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 554 column 9 - Warning: missing <tr>
line 572 column 13 - Warning: missing <tr>
line 573 column 100 - Warning: unescaped & or unknown entity "&postid"
line 578 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 580 column 9 - Warning: missing <tr>
line 598 column 13 - Warning: missing <tr>
line 599 column 100 - Warning: unescaped & or unknown entity "&postid"
line 608 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 610 column 9 - Warning: missing <tr>
line 628 column 13 - Warning: missing <tr>
line 629 column 100 - Warning: unescaped & or unknown entity "&postid"
line 636 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 638 column 9 - Warning: missing <tr>
line 656 column 13 - Warning: missing <tr>
line 657 column 100 - Warning: unescaped & or unknown entity "&postid"
line 670 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 672 column 9 - Warning: missing <tr>
line 690 column 13 - Warning: missing <tr>
line 691 column 100 - Warning: unescaped & or unknown entity "&postid"
line 696 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 698 column 9 - Warning: missing <tr>
line 716 column 13 - Warning: missing <tr>
line 717 column 100 - Warning: unescaped & or unknown entity "&postid"
line 734 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 736 column 9 - Warning: missing <tr>
line 754 column 13 - Warning: missing <tr>
line 755 column 100 - Warning: unescaped & or unknown entity "&postid"
line 766 column 17 - Warning: missing <tr>
line 766 column 17 - Warning: discarding unexpected <table>
line 769 column 35 - Warning: missing <tr>
line 769 column 93 - Warning: unescaped & or unknown entity "&page"
line 769 column 124 - Warning: unescaped & or unknown entity "&page"
line 769 column 155 - Warning: unescaped & or unknown entity "&page"
line 769 column 186 - Warning: unescaped & or unknown entity "&page"
line 769 column 217 - Warning: unescaped & or unknown entity "&page"
line 769 column 248 - Warning: unescaped & or unknown entity "&page"
line 769 column 279 - Warning: unescaped & or unknown entity "&page"
line 769 column 310 - Warning: unescaped & or unknown entity "&page"
line 769 column 341 - Warning: unescaped & or unknown entity "&page"
line 769 column 372 - Warning: unescaped & or unknown entity "&page"
line 769 column 408 - Warning: unescaped & or unknown entity "&page"
line 769 column 441 - Warning: unescaped & or unknown entity "&page"
line 769 column 474 - Warning: unescaped & or unknown entity "&page"
line 769 column 507 - Warning: unescaped & or unknown entity "&page"
line 769 column 543 - Warning: unescaped & or unknown entity "&page"
line 769 column 576 - Warning: unescaped & or unknown entity "&page"
line 769 column 609 - Warning: unescaped & or unknown entity "&page"
line 769 column 642 - Warning: unescaped & or unknown entity "&page"
line 769 column 679 - Warning: unescaped & or unknown entity "&page"
line 769 column 712 - Warning: unescaped & or unknown entity "&page"
line 769 column 745 - Warning: unescaped & or unknown entity "&page"
line 769 column 778 - Warning: unescaped & or unknown entity "&page"
line 769 column 811 - Warning: unescaped & or unknown entity "&page"
line 769 column 844 - Warning: unescaped & or unknown entity "&page"
line 769 column 877 - Warning: unescaped & or unknown entity "&page"
line 769 column 910 - Warning: unescaped & or unknown entity "&page"
line 769 column 943 - Warning: unescaped & or unknown entity "&page"
line 769 column 976 - Warning: unescaped & or unknown entity "&page"
line 769 column 50 - Warning: missing </font> before </td>
line 769 column 1013 - Warning: missing </font> before </table>
line 771 column 35 - Warning: missing <tr>
line 771 column 50 - Warning: missing </font> before </td>
line 772 column 37 - Warning: unescaped & or unknown entity "&id"
line 771 column 223 - Warning: missing </font> before </table>
line 773 column 17 - Warning: discarding unexpected </textarea>
line 773 column 28 - Warning: discarding unexpected </form>
line 773 column 35 - Warning: discarding unexpected </embed>
line 773 column 43 - Warning: discarding unexpected </noembed>
line 773 column 53 - Warning: discarding unexpected </noscript>
line 773 column 64 - Warning: discarding unexpected </noembed>
line 773 column 74 - Warning: discarding unexpected </embed>
line 773 column 82 - Warning: discarding unexpected </table>
line 773 column 90 - Warning: discarding unexpected </table>
line 775 column 9 - Warning: missing </font> before <table>
line 787 column 25 - Warning: discarding unexpected </font>
line 796 column 58 - Warning: discarding unexpected </font>
line 774 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 216 column 22 - Warning: <img> lacks "alt" attribute
line 216 column 63 - Warning: <img> lacks "alt" attribute
line 216 column 112 - Warning: <img> lacks "alt" attribute
line 216 column 162 - Warning: <img> lacks "alt" attribute
line 227 column 15 - Warning: <img> lacks "alt" attribute
line 242 column 22 - Warning: <img> lacks "alt" attribute
line 242 column 63 - Warning: <img> lacks "alt" attribute
line 242 column 112 - Warning: <img> lacks "alt" attribute
line 242 column 162 - Warning: <img> lacks "alt" attribute
line 253 column 15 - Warning: <img> lacks "alt" attribute
line 262 column 294 - Warning: <img> proprietary attribute value "absmiddle"
line 262 column 294 - Warning: <img> lacks "alt" attribute
line 284 column 22 - Warning: <img> lacks "alt" attribute
line 284 column 63 - Warning: <img> lacks "alt" attribute
line 284 column 112 - Warning: <img> lacks "alt" attribute
line 284 column 162 - Warning: <img> lacks "alt" attribute
line 295 column 15 - Warning: <img> lacks "alt" attribute
line 302 column 92 - Warning: <img> proprietary attribute value "absmiddle"
line 302 column 92 - Warning: <img> lacks "alt" attribute
line 315 column 22 - Warning: <img> lacks "alt" attribute
line 315 column 63 - Warning: <img> lacks "alt" attribute
line 315 column 112 - Warning: <img> lacks "alt" attribute
line 315 column 162 - Warning: <img> lacks "alt" attribute
line 326 column 15 - Warning: <img> lacks "alt" attribute
line 342 column 1017 - Warning: <img> proprietary attribute value "absmiddle"
line 342 column 1017 - Warning: <img> lacks "alt" attribute
line 355 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 355 column 16 - Warning: <img> lacks "alt" attribute
line 355 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 355 column 59 - Warning: <img> lacks "alt" attribute
line 355 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 355 column 102 - Warning: <img> lacks "alt" attribute
line 355 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 355 column 145 - Warning: <img> lacks "alt" attribute
line 355 column 188 - Warning: <img> proprietary attribute value "absmiddle"
line 355 column 188 - Warning: <img> lacks "alt" attribute
line 355 column 231 - Warning: <img> proprietary attribute value "absmiddle"
line 355 column 231 - Warning: <img> lacks "alt" attribute
line 356 column 23 - Warning: <img> lacks "alt" attribute
line 356 column 64 - Warning: <img> lacks "alt" attribute
line 356 column 113 - Warning: <img> lacks "alt" attribute
line 356 column 163 - Warning: <img> lacks "alt" attribute
line 357 column 11 - Warning: <img> lacks "alt" attribute
line 367 column 15 - Warning: <img> lacks "alt" attribute
line 379 column 1315 - Warning: <img> lacks "alt" attribute
line 388 column 21 - Warning: <img> lacks "alt" attribute
line 388 column 62 - Warning: <img> lacks "alt" attribute
line 388 column 111 - Warning: <img> lacks "alt" attribute
line 388 column 161 - Warning: <img> lacks "alt" attribute
line 399 column 15 - Warning: <img> lacks "alt" attribute
line 417 column 22 - Warning: <img> lacks "alt" attribute
line 417 column 63 - Warning: <img> lacks "alt" attribute
line 417 column 112 - Warning: <img> lacks "alt" attribute
line 417 column 162 - Warning: <img> lacks "alt" attribute
line 428 column 15 - Warning: <img> lacks "alt" attribute
line 443 column 22 - Warning: <img> lacks "alt" attribute
line 443 column 63 - Warning: <img> lacks "alt" attribute
line 443 column 112 - Warning: <img> lacks "alt" attribute
line 443 column 162 - Warning: <img> lacks "alt" attribute
line 454 column 15 - 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 481 column 15 - Warning: <img> lacks "alt" attribute
line 505 column 22 - Warning: <img> lacks "alt" attribute
line 505 column 63 - Warning: <img> lacks "alt" attribute
line 505 column 112 - Warning: <img> lacks "alt" attribute
line 505 column 162 - Warning: <img> lacks "alt" attribute
line 516 column 15 - Warning: <img> lacks "alt" attribute
line 531 column 22 - Warning: <img> lacks "alt" attribute
line 531 column 63 - Warning: <img> lacks "alt" attribute
line 531 column 112 - Warning: <img> lacks "alt" attribute
line 531 column 162 - Warning: <img> lacks "alt" attribute
line 542 column 15 - Warning: <img> lacks "alt" attribute
line 557 column 22 - Warning: <img> lacks "alt" attribute
line 557 column 63 - Warning: <img> lacks "alt" attribute
line 557 column 111 - Warning: <img> lacks "alt" attribute
line 557 column 161 - Warning: <img> lacks "alt" attribute
line 568 column 15 - Warning: <img> lacks "alt" attribute
line 583 column 21 - Warning: <img> lacks "alt" attribute
line 583 column 62 - Warning: <img> lacks "alt" attribute
line 583 column 111 - Warning: <img> lacks "alt" attribute
line 583 column 161 - Warning: <img> lacks "alt" attribute
line 594 column 15 - Warning: <img> lacks "alt" attribute
line 613 column 22 - Warning: <img> lacks "alt" attribute
line 613 column 63 - Warning: <img> lacks "alt" attribute
line 613 column 112 - Warning: <img> lacks "alt" attribute
line 613 column 162 - Warning: <img> lacks "alt" attribute
line 624 column 15 - Warning: <img> lacks "alt" attribute
line 641 column 22 - Warning: <img> lacks "alt" attribute
line 641 column 63 - Warning: <img> lacks "alt" attribute
line 641 column 111 - Warning: <img> lacks "alt" attribute
line 641 column 161 - Warning: <img> lacks "alt" attribute
line 652 column 15 - Warning: <img> lacks "alt" attribute
line 675 column 22 - Warning: <img> lacks "alt" attribute
line 675 column 63 - Warning: <img> lacks "alt" attribute
line 675 column 112 - Warning: <img> lacks "alt" attribute
line 675 column 162 - Warning: <img> lacks "alt" attribute
line 686 column 15 - Warning: <img> lacks "alt" attribute
line 701 column 21 - Warning: <img> lacks "alt" attribute
line 701 column 62 - Warning: <img> lacks "alt" attribute
line 701 column 111 - Warning: <img> lacks "alt" attribute
line 701 column 161 - Warning: <img> lacks "alt" attribute
line 712 column 15 - Warning: <img> lacks "alt" attribute
line 739 column 22 - Warning: <img> lacks "alt" attribute
line 739 column 63 - Warning: <img> lacks "alt" attribute
line 739 column 112 - Warning: <img> lacks "alt" attribute
line 739 column 162 - Warning: <img> lacks "alt" attribute
line 750 column 15 - Warning: <img> lacks "alt" attribute
line 772 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 772 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 772 column 244 - Warning: <img> proprietary attribute value "absmiddle"
line 781 column 25 - Warning: <img> lacks "alt" attribute
line 786 column 267 - Warning: <img> lacks "alt" attribute
line 766 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 232 column 27 - Warning: <nobr> is not approved by W3C
line 258 column 27 - Warning: <nobr> is not approved by W3C
line 300 column 27 - Warning: <nobr> is not approved by W3C
line 331 column 27 - Warning: <nobr> is not approved by W3C
line 372 column 27 - Warning: <nobr> is not approved by W3C
line 374 column 172 - Warning: <table> proprietary attribute "height"
line 404 column 27 - Warning: <nobr> is not approved by W3C
line 433 column 27 - Warning: <nobr> is not approved by W3C
line 459 column 27 - Warning: <nobr> is not approved by W3C
line 486 column 27 - Warning: <nobr> is not approved by W3C
line 521 column 27 - Warning: <nobr> is not approved by W3C
line 547 column 27 - Warning: <nobr> is not approved by W3C
line 573 column 27 - Warning: <nobr> is not approved by W3C
line 599 column 27 - Warning: <nobr> is not approved by W3C
line 629 column 27 - Warning: <nobr> is not approved by W3C
line 657 column 27 - Warning: <nobr> is not approved by W3C
line 691 column 27 - Warning: <nobr> is not approved by W3C
line 717 column 27 - Warning: <nobr> is not approved by W3C
line 755 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 335 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