Register - Login
Views: 99347579
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-21-22 05:07:43 PM
Jul - SM64 Hacking (Archive) - ToadsTool Suggestions New poll - New thread - Thread closed
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 Next newer thread | Next older thread
The Glitch
Member
Speaks his mind
Level: 32


Posts: 136/199
EXP: 205429
For next: 1013

Since: 08-23-07

From: Pittsburgh, PA.

Since last post: 14.5 years
Last activity: 14.5 years

Posted on 09-26-07 02:56:22 AM Link
Well, I'm not sure it could be done, but the extended ROM does have alot of empty space in there...

____________________
Why are you reading this?
Join N00b Arena!!
bweeno
Random nobody
Level: 8


Posts: 4/9
EXP: 1975
For next: 212

Since: 08-26-07

From: australia

Since last post: 14.6 years
Last activity: 14.4 years

Posted on 09-28-07 12:14:24 AM Link
hi, i have a suggestion.

could it be possible for high resolution textures. i mean it doesnt have to be overly huge like todays standards, 1920 by 1080. maybe you could just add a 0 to the end of the current resolutions eg, insted of 32 by 32, you could have 320 by 320 etc. of coarse this would by an option, for those who wanna use "high" resolution textures, maybe some people find it easier for low, i dont know.
blakerobinson2u
Member
holly1
Level: 14


Posts: 27/29
EXP: 11439
For next: 1632

Since: 08-13-07


Since last post: 14.6 years
Last activity: 14.6 years

Posted on 09-28-07 01:53:30 AM Link
320 would probably crash the game. in fact, I think the highest possible somewhere from 64x64-128x128. The game's resolution is only 640x480
bweeno
Random nobody
Level: 8


Posts: 5/9
EXP: 1975
For next: 212

Since: 08-26-07

From: australia

Since last post: 14.6 years
Last activity: 14.4 years

Posted on 09-28-07 03:13:59 AM; last edit by bweeno on 09-28-07 03:16 AM Link
"320 would probably crash the game. in fact, I think the highest possible somewhere from 64x64-128x128. The game's resolution is only 640x480"

well i have seen high resolution super mario 64 versions before, so its not impossible.
VL-Tone
Member
Super Mario 64 forum moderator
Level: 53


Posts: 101/621
EXP: 1135267
For next: 21852

Since: 07-27-07

From: Montreal, Canada

Since last post: 4.6 years
Last activity: 1.2 years

Posted on 09-28-07 04:37:06 AM; last edit by VL-Tone on 09-28-07 04:37 AM Link
Time: Now - Date: Today - Weather: What can be seen outside. - Mood: How it feels. Answer to the universe: 42
Ok let's reply to these suggestions...

Originally posted by The Glitch
I got a few ideas.
1:Mario Proportains Modder - With this you could change Mario's height and width.
2:Mario Transparency Modder - Use this to change his transparency.
3.Mario Speed Modder - Use this to make him run faster or slower.
Those are my ideas, a post explaining if these can be done or not, with some technical details will be welcome.



1: I thought about it, maybe a Luigi preset will be included.
2: I don't know how/where to set this parameter in ROM, transparency seems to be controlled by ASM code (for warps, and the vanish cap).
3: Again, I don't know where this value is in ROM. Knowing about a GS code that does that doesn't necessarily means we can easily find the equivalent in ROM.

Originally posted by fiercelink
1 - jump hight editor


I have simply no idea where this value is in ROM. If someone can find it, I'll gladly implement it in TT64.

Originally posted by NintendoMasters
A level boundary* editor. Used in the same way as cropping an image if possible (Click and drag)
* The invisible walls at the ends of a level (for anyone who didnt get what i meant)



Originally posted by The Glitch
I noticed in the collision geography that the invisable walls may be generated by some kind of ground at the very bottom of the level, I at least noticed this in Whomp's Fortress that the ends of the "ground" at the bottom seemed to match the invisable walls.
So sorry, Polygon editor is needed for that.



I don't think the level boundaries are set by the collision ground found in some level. The fact that this type of ground only is present in some levels goes to prove that they're not responsible for that. I think this special ground has something to do with the "death by falling" routine. My theory is that the level boundaries are set by a command similar to the water areas commands.

Originally posted by wowfunhappy
There is probably some reason that makes my suggestion hard to implement, but an unlimited amount of text in the Text Wrangler would be fantastic. We could turn SM64 into an RPG!

Well, at least in my opinion it would be fantastic. One talent I pride myself in is writing stories, so if I could combine my writing skills with TT64... well it would be a lot of fun for me and would add a lot of depth to my hacks.



It wouldn't be "that" hard, I would just need to know where is the pointer for the beginning of the text data so I could move the text at the end of its MIO0 bank, at a place where expansion would be easier. I'll try to keep that suggestion in mind and eventually implement it.

Originally posted by bweeno
hi, i have a suggestion.

could it be possible for high resolution textures. i mean it doesnt have to be overly huge like todays standards, 1920 by 1080. maybe you could just add a 0 to the end of the current resolutions eg, insted of 32 by 32, you could have 320 by 320 etc. of coarse this would by an option, for those who wanna use "high" resolution textures, maybe some people find it easier for low, i dont know.



The N64 hardware has a very small texture cache, and this is the real limitation.

At best we could replace 32x32 textures by 64x64 versions. That would be relatively easy for textures that are contained in "texture-only" MIO0 data bank, but it would be much more complicated for textures that are contained along polygon data in the same MIO0 banks, since it would require moving the polygon commands around and change all the pointers and jump commands.

The high-resolution SM64 textures you've seen are possible only in an emulator using a specially crafted plug-in called "Rice video". This plug-in doesn't read the high-res textures from the ROM but rather from a folder. As far as I know it doesn't really increase the n64 texture cache, but rather intercepts the low-res texture before they're drawn on screen and replaces them with the high-res version.

____________________
bweeno
Random nobody
Level: 8


Posts: 6/9
EXP: 1975
For next: 212

Since: 08-26-07

From: australia

Since last post: 14.6 years
Last activity: 14.4 years

Posted on 09-28-07 05:19:40 AM Link
"The N64 hardware has a very small texture cache, and this is the real limitation. "

is there a way of exanding it?

"At best we could replace 32x32 textures by 64x64 versions."

wait, so that means you could do insted of 64 by 64, you could do, 128 by 128, or just the 32 by 32 textures?

"The high-resolution SM64 textures you've seen are possible only in an emulator using a specially crafted plug-in called "Rice video". This plug-in doesn't read the high-res textures from the ROM but rather from a folder. As far as I know it doesn't really increase the n64 texture cache, but rather intercepts the low-res texture before they're drawn on screen and replaces them with the high-res version."

is there a way you could implament it into tt64? like it runs through a seperate folder that TT64 can access or something like that, i dont know.
NintendoMasters
Member
Level: 22


Posts: 53/84
EXP: 56428
For next: 1922

Since: 08-06-07


Since last post: 14.2 years
Last activity: 13.2 years

Posted on 09-28-07 11:23:25 AM Link
Originally posted by bweeno
is there a way you could implament it into tt64? like it runs through a seperate folder that TT64 can access or something like that, i dont know.

I see what you mean but the problem with that is, that TT64 would know what and where the folder is, but an emulator wouldn't know what OR where the folder is.
The only way to do higher res textures through TT64 would be to increase them to 64x64 like VL-Tone said.
Otherwise you'd need to create and use a texture pack.

____________________
Click to see my site. And Here for my mini forum.
bweeno
Random nobody
Level: 8


Posts: 7/9
EXP: 1975
For next: 212

Since: 08-26-07

From: australia

Since last post: 14.6 years
Last activity: 14.4 years

Posted on 09-28-07 12:22:02 PM; last edit by bweeno on 09-28-07 12:23 PM Link
"I see what you mean but the problem with that is, that TT64 would know what and where the folder is, but an emulator wouldn't know what OR where the folder is.
The only way to do higher res textures through TT64 would be to increase them to 64x64 like VL-Tone said.
Otherwise you'd need to create and use a texture pack."

exactly, people could download the rice's plugin, and tt64 could create a file in the folder, that the rice's plugin can understand. therefore you could copy the folder into the emulators plugins folder, or have 2 root folders where it saves in 2 places, 1 is the place tt64 can understnd and 2 is the place the emulator can understand. thats all i know about rice's, i know there are more steps to it, but someone could supply instructions on how to do it.
nevum
Member
m'kay?
Level: 17


Posts: 10/43
EXP: 20630
For next: 4113

Since: 08-25-07


Since last post: 13.5 years
Last activity: 12.8 years

Posted on 09-30-07 09:34:47 PM Link
Now this might be too similar to adding objects;

- The ability to add warp IDs

____________________
The post above has been typed by: THE BEST FREAKIN' COMPUTER GURU IN THE WORLD!!! WOOT!!!
Deleted User
Collection of nobodies
Posted on 10-01-07 01:59:55 AM Link
There should be a function that allows you to save all edited textures at once. Sometimes it does get frustrating to save each texture one at a time.
JensTheComposer
Random nobody
Level: 6


Posts: 3/5
EXP: 819
For next: 88

Since: 08-05-07


Since last post: 14.5 years
Last activity: 13.9 years

Posted on 10-01-07 06:24:30 PM Link
Originally posted by Vorton
There should be a function that allows you to save all edited textures at once. Sometimes it does get frustrating to save each texture one at a time.



You already do! When you click save texture to rom, you save all textures.
NintendoMasters
Member
Level: 22


Posts: 54/84
EXP: 56428
For next: 1922

Since: 08-06-07


Since last post: 14.2 years
Last activity: 13.2 years

Posted on 10-01-07 06:56:22 PM Link
Originally posted by JensTheComposer
Originally posted by Vorton
There should be a function that allows you to save all edited textures at once. Sometimes it does get frustrating to save each texture one at a time.



You already do! When you click save texture to rom, you save all textures.

I dont think it does. I had to click save on each texture i edited

____________________
Click to see my site. And Here for my mini forum.
Deleted User
Collection of nobodies
Posted on 10-01-07 10:14:04 PM Link
Yes indeed NintendoMasters, you have to manually save each texture one at a time. I never saw a function that allows you to save all textures to a ROM at once.
VL-Tone
Member
Super Mario 64 forum moderator
Level: 53


Posts: 103/621
EXP: 1135267
For next: 21852

Since: 07-27-07

From: Montreal, Canada

Since last post: 4.6 years
Last activity: 1.2 years

Posted on 10-02-07 07:46:55 AM Link
Time: Now - Date: Today - Weather: What can be seen outside. - Mood: How it feels. Answer to the universe: 42
Originally posted by Vorton
There should be a function that allows you to save all edited textures at once. Sometimes it does get frustrating to save each texture one at a time.



It's a good suggestion Vorton, and welcome to the forum.

The main reason why I didn't do it is that my "saving to ROM" routine is relatively slow. Sure it can save a single texture in a fraction of a second, but saving all 850+ textures to ROM at once could take two or three minutes on slower systems. I guess it would be logical to only save changed textures, which would take less time. But still, when I'll implement the "Load all textures from folder" feature, you could still end up with a situation where all textures are changed.

I'll guess I'll have to implement these features anyway, hoping that users won't be often faced with a lengthy saving process.

BTW Vorton, I'm not sure your avatar image breaks any rules here, but personally I find it pretty disturbing. Also I don't think it fits well with the mood of this forum.

____________________
JensTheComposer
Random nobody
Level: 6


Posts: 5/5
EXP: 819
For next: 88

Since: 08-05-07


Since last post: 14.5 years
Last activity: 13.9 years

Posted on 10-07-07 02:53:12 PM Link
Originally posted by nevum in another thread
Alright this is really neat;
When you are working with 0x24 and 0x42 cannons, rotating them with the usual X,Y, and Z Rot doesn't change the angle that they shoot you out of! You have to cange it manually by typing into the "Angle" parameter bar. But what most people don't know (or do know) is that the number you input is multiplied by 1.40625 and then used as the number of degrees to rotate the actual cannon.

Here's a guide to the Cannon Angles:

Use 0 for a 0° angle
Use 64 for a 90° angle
Use 128 for a 180° angle
And use 192 for a 270° angle (or select it from the pop-up menu)



How about a converter of this in the interface? No rush for my sake, but it might be an idea
VL-Tone
Member
Super Mario 64 forum moderator
Level: 53


Posts: 110/621
EXP: 1135267
For next: 21852

Since: 07-27-07

From: Montreal, Canada

Since last post: 4.6 years
Last activity: 1.2 years

Posted on 10-13-07 03:43:12 AM Link
Time: Now - Date: Today - Weather: What can be seen outside. - Mood: How it feels. Answer to the universe: 42
Originally posted by JensTheComposer
How about a converter of this in the interface? No rush for my sake, but it might be an idea


If you read the post carefully, you'll see that you can also select the values from a pop-up menu (with labels telling the angle in degrees). It's limited to 90° angles anyway, so a simple menu with 0,90,180 and 270 is enough.


____________________
Deleted User
Collection of nobodies
Posted on 10-13-07 05:37:26 PM Link
I like the idea of the width/height changer I've always wanted to play as Luigi.

@fiercelink: Most of that of that stuff is impossible.

____________________


===================
[Posted by DarkChef]
Royal
50
Level: 19


Posts: 3/59
EXP: 32989
For next: 2788

Since: 10-18-07

From: Brazil

Since last post: 14.4 years
Last activity: 14.0 years

Posted on 10-18-07 06:34:50 PM; last edit by Royal on 10-19-07 11:58 AM Link
it should be hard to make a option to save all the textures that u changed, but i don't think its impossible

a way to this is you put a CHECKBOX in each texture, so the moder just select all the textures he changed and put save or sothing like....


EDIT: another thing u ca change is the camera controls, make the default wayt to change position as the diferent option in the preferences. but u can add a way to + zoom and - zoom, u use the scroll....

EDIT2: outher one is the resize, like you did for mario, but to all objects... or some...
Plareon
User
Level: 13


Posts: 10/24
EXP: 8574
For next: 1693

Since: 09-28-07

From: North America

Since last post: 13.8 years
Last activity: 13.8 years

Posted on 10-19-07 07:24:54 PM Link
Perhaps a polygon editor to make Mario into Luigi like in VL-Tone's Luigi mod.
Here's a link.

http://www.youtube.com/watch?v=fWKnQaTegNA&mode=user&search=

And here

http://www.youtube.com/watch?v=wBW4LtSi2QE&mode=user&search=

____________________
Plareon
John2k4
490
Bubble Bobble
Level: 48


Posts: 319/499
EXP: 817077
For next: 6466

Since: 08-05-07

From: Arizona

Since last post: 8.9 years
Last activity: 7.7 years

Posted on 10-19-07 08:05:35 PM Link
Originally posted by Plareon
Perhaps a polygon editor to make Mario into Luigi like in VL-Tone's Luigi mod.
Here's a link.

Video 1

And here

Video 2



To make em look better, use this format
[url=*web address here*] Title Here {/url}

Replace { and } with brackets.

____________________
Roger3245

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 Next newer thread | Next older thread
Jul - SM64 Hacking (Archive) - ToadsTool Suggestions New poll - New thread - Thread closed


Rusted Logic

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

36 database queries, 7 query cache hits.
Query execution time:  0.093375 seconds
Script execution time:  0.036045 seconds
Total render time:  0.129420 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 299 - Warning: unescaped & or unknown entity "&page"
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 192 - 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 157 - Warning: unescaped & or unknown entity "&page"
line 149 column 188 - Warning: unescaped & or unknown entity "&page"
line 149 column 219 - Warning: unescaped & or unknown entity "&page"
line 149 column 250 - Warning: unescaped & or unknown entity "&page"
line 149 column 281 - Warning: unescaped & or unknown entity "&page"
line 149 column 312 - Warning: unescaped & or unknown entity "&page"
line 149 column 343 - Warning: unescaped & or unknown entity "&page"
line 149 column 375 - 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 50 - Warning: missing </font> before </td>
line 149 column 478 - 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 183 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 185 column 9 - Warning: missing <tr>
line 203 column 13 - Warning: missing <tr>
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 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 265 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 267 column 9 - Warning: missing <tr>
line 285 column 13 - Warning: missing <tr>
line 288 column 73 - Warning: <style> isn't allowed in <td> elements
line 288 column 9 - Info: <td> previously mentioned
line 288 column 1511 - Warning: missing </font> before <blockquote>
line 290 column 1636 - Warning: inserting implicit <font>
line 290 column 1636 - Warning: missing </font> before <hr>
line 290 column 1703 - Warning: inserting implicit <font>
line 290 column 1703 - Warning: missing </font> before <hr>
line 295 column 1 - Warning: inserting implicit <font>
line 295 column 1 - Warning: missing </font> before <blockquote>
line 300 column 2467 - Warning: inserting implicit <font>
line 300 column 2467 - Warning: missing </font> before <hr>
line 300 column 2534 - Warning: inserting implicit <font>
line 300 column 2534 - Warning: missing </font> before <hr>
line 301 column 1 - Warning: inserting implicit <font>
line 301 column 1 - Warning: missing </font> before <blockquote>
line 304 column 2707 - Warning: inserting implicit <font>
line 304 column 2707 - Warning: missing </font> before <hr>
line 304 column 2779 - Warning: inserting implicit <font>
line 304 column 2779 - Warning: missing </font> before <hr>
line 306 column 1 - Warning: inserting implicit <font>
line 306 column 1 - Warning: missing </font> before <blockquote>
line 307 column 3000 - Warning: inserting implicit <font>
line 307 column 3000 - Warning: missing </font> before <hr>
line 307 column 3067 - Warning: inserting implicit <font>
line 307 column 3067 - Warning: missing </font> before <hr>
line 309 column 1 - Warning: inserting implicit <font>
line 309 column 1 - Warning: missing </font> before <blockquote>
line 312 column 3806 - Warning: inserting implicit <font>
line 312 column 3806 - Warning: missing </font> before <hr>
line 312 column 3874 - Warning: inserting implicit <font>
line 312 column 3874 - Warning: missing </font> before <hr>
line 315 column 1 - Warning: inserting implicit <font>
line 315 column 1 - Warning: missing </font> before <blockquote>
line 318 column 4614 - Warning: inserting implicit <font>
line 318 column 4614 - Warning: missing </font> before <hr>
line 318 column 4677 - Warning: inserting implicit <font>
line 318 column 4677 - Warning: missing </font> before <hr>
line 321 column 1 - Warning: inserting implicit <font>
line 288 column 137 - Warning: missing </div>
line 329 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 331 column 9 - Warning: missing <tr>
line 349 column 13 - Warning: missing <tr>
line 365 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 367 column 9 - Warning: missing <tr>
line 385 column 13 - Warning: missing <tr>
line 394 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 396 column 9 - Warning: missing <tr>
line 414 column 13 - Warning: missing <tr>
line 424 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 426 column 9 - Warning: missing <tr>
line 444 column 13 - Warning: missing <tr>
line 451 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 452 column 25 - Warning: missing <tr>
line 459 column 33 - Warning: missing <tr>
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 494 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 496 column 9 - Warning: missing <tr>
line 514 column 13 - Warning: missing <tr>
line 523 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 524 column 25 - Warning: missing <tr>
line 531 column 33 - Warning: missing <tr>
line 536 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 538 column 9 - Warning: missing <tr>
line 556 column 13 - Warning: missing <tr>
line 559 column 73 - Warning: <style> isn't allowed in <td> elements
line 559 column 9 - Info: <td> previously mentioned
line 559 column 1511 - Warning: missing </font> before <blockquote>
line 559 column 1590 - Warning: inserting implicit <font>
line 559 column 1590 - Warning: missing </font> before <hr>
line 559 column 1653 - Warning: inserting implicit <font>
line 559 column 1653 - Warning: missing </font> before <hr>
line 560 column 1810 - Warning: inserting implicit <font>
line 561 column 1 - Warning: inserting implicit <font>
line 559 column 137 - Warning: missing </div>
line 571 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 573 column 9 - Warning: missing <tr>
line 591 column 13 - Warning: missing <tr>
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 631 column 73 - Warning: <style> isn't allowed in <td> elements
line 631 column 9 - Info: <td> previously mentioned
line 631 column 1511 - Warning: missing </font> before <blockquote>
line 631 column 1590 - Warning: inserting implicit <font>
line 631 column 1590 - Warning: missing </font> before <hr>
line 631 column 1662 - Warning: inserting implicit <font>
line 631 column 1662 - Warning: missing </font> before <hr>
line 632 column 1 - Warning: inserting implicit <font>
line 631 column 137 - Warning: missing </div>
line 636 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 637 column 25 - Warning: missing <tr>
line 644 column 33 - Warning: missing <tr>
line 651 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 653 column 9 - Warning: missing <tr>
line 657 column 97 - Warning: unescaped & or unknown entity "&dateline"
line 671 column 13 - Warning: missing <tr>
line 684 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 686 column 9 - Warning: missing <tr>
line 704 column 13 - Warning: missing <tr>
line 710 column 219 - Warning: unescaped & or unknown entity "&mode"
line 710 column 229 - Warning: unescaped & or unknown entity "&search"
line 714 column 303 - Warning: unescaped & or unknown entity "&mode"
line 714 column 313 - Warning: unescaped & or unknown entity "&search"
line 717 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 719 column 9 - Warning: missing <tr>
line 737 column 13 - Warning: missing <tr>
line 740 column 73 - Warning: <style> isn't allowed in <td> elements
line 740 column 9 - Info: <td> previously mentioned
line 743 column 3236 - Warning: unescaped & or unknown entity "&mode"
line 743 column 3246 - Warning: unescaped & or unknown entity "&search"
line 747 column 3340 - Warning: unescaped & or unknown entity "&mode"
line 747 column 3350 - Warning: unescaped & or unknown entity "&search"
line 757 column 17 - Warning: missing <tr>
line 757 column 17 - Warning: discarding unexpected <table>
line 760 column 35 - Warning: missing <tr>
line 760 column 93 - Warning: unescaped & or unknown entity "&page"
line 760 column 124 - Warning: unescaped & or unknown entity "&page"
line 760 column 157 - Warning: unescaped & or unknown entity "&page"
line 760 column 188 - Warning: unescaped & or unknown entity "&page"
line 760 column 219 - Warning: unescaped & or unknown entity "&page"
line 760 column 250 - Warning: unescaped & or unknown entity "&page"
line 760 column 281 - Warning: unescaped & or unknown entity "&page"
line 760 column 312 - Warning: unescaped & or unknown entity "&page"
line 760 column 343 - Warning: unescaped & or unknown entity "&page"
line 760 column 375 - Warning: unescaped & or unknown entity "&page"
line 760 column 408 - Warning: unescaped & or unknown entity "&page"
line 760 column 441 - Warning: unescaped & or unknown entity "&page"
line 760 column 50 - Warning: missing </font> before </td>
line 760 column 478 - Warning: missing </font> before </table>
line 762 column 35 - Warning: missing <tr>
line 762 column 50 - Warning: missing </font> before </td>
line 763 column 37 - Warning: unescaped & or unknown entity "&id"
line 762 column 192 - Warning: missing </font> before </table>
line 764 column 17 - Warning: discarding unexpected </textarea>
line 764 column 28 - Warning: discarding unexpected </form>
line 764 column 35 - Warning: discarding unexpected </embed>
line 764 column 43 - Warning: discarding unexpected </noembed>
line 764 column 53 - Warning: discarding unexpected </noscript>
line 764 column 64 - Warning: discarding unexpected </noembed>
line 764 column 74 - Warning: discarding unexpected </embed>
line 764 column 82 - Warning: discarding unexpected </table>
line 764 column 90 - Warning: discarding unexpected </table>
line 766 column 9 - Warning: missing </font> before <table>
line 778 column 25 - Warning: discarding unexpected </font>
line 787 column 57 - Warning: discarding unexpected </font>
line 765 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 216 - 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 112 - Warning: <img> lacks "alt" attribute
line 161 column 161 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 188 column 21 - Warning: <img> lacks "alt" attribute
line 188 column 62 - Warning: <img> lacks "alt" attribute
line 188 column 111 - Warning: <img> lacks "alt" attribute
line 188 column 161 - Warning: <img> lacks "alt" attribute
line 199 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 21 - Warning: <img> lacks "alt" attribute
line 242 column 62 - Warning: <img> lacks "alt" attribute
line 242 column 111 - Warning: <img> lacks "alt" attribute
line 242 column 161 - Warning: <img> lacks "alt" attribute
line 253 column 15 - Warning: <img> lacks "alt" attribute
line 270 column 22 - Warning: <img> lacks "alt" attribute
line 270 column 63 - Warning: <img> lacks "alt" attribute
line 270 column 112 - Warning: <img> lacks "alt" attribute
line 270 column 162 - Warning: <img> lacks "alt" attribute
line 281 column 15 - Warning: <img> lacks "alt" attribute
line 288 column 693 - Warning: <img> lacks "alt" attribute
line 326 column 6081 - Warning: <img> lacks "alt" attribute
line 326 column 6240 - Warning: <img> lacks "alt" attribute
line 334 column 21 - Warning: <img> lacks "alt" attribute
line 334 column 62 - Warning: <img> lacks "alt" attribute
line 334 column 111 - Warning: <img> lacks "alt" attribute
line 334 column 161 - Warning: <img> lacks "alt" attribute
line 345 column 15 - Warning: <img> lacks "alt" attribute
line 370 column 22 - Warning: <img> lacks "alt" attribute
line 370 column 63 - Warning: <img> lacks "alt" attribute
line 370 column 112 - Warning: <img> lacks "alt" attribute
line 370 column 162 - Warning: <img> lacks "alt" attribute
line 371 column 11 - Warning: <img> lacks "alt" attribute
line 381 column 15 - Warning: <img> lacks "alt" attribute
line 391 column 766 - Warning: <img> lacks "alt" attribute
line 399 column 21 - Warning: <img> lacks "alt" attribute
line 399 column 62 - Warning: <img> lacks "alt" attribute
line 399 column 111 - Warning: <img> lacks "alt" attribute
line 399 column 161 - Warning: <img> lacks "alt" attribute
line 410 column 15 - Warning: <img> lacks "alt" attribute
line 429 column 22 - Warning: <img> lacks "alt" attribute
line 429 column 63 - Warning: <img> lacks "alt" attribute
line 429 column 111 - Warning: <img> lacks "alt" attribute
line 429 column 161 - Warning: <img> lacks "alt" attribute
line 430 column 11 - Warning: <img> lacks "alt" attribute
line 440 column 15 - Warning: <img> lacks "alt" attribute
line 455 column 37 - Warning: <img> lacks "alt" attribute
line 470 column 21 - Warning: <img> lacks "alt" attribute
line 470 column 62 - Warning: <img> lacks "alt" attribute
line 470 column 111 - Warning: <img> lacks "alt" attribute
line 470 column 161 - Warning: <img> lacks "alt" attribute
line 481 column 15 - Warning: <img> lacks "alt" attribute
line 499 column 22 - Warning: <img> lacks "alt" attribute
line 499 column 63 - Warning: <img> lacks "alt" attribute
line 499 column 112 - Warning: <img> lacks "alt" attribute
line 499 column 162 - Warning: <img> lacks "alt" attribute
line 500 column 11 - Warning: <img> lacks "alt" attribute
line 510 column 15 - Warning: <img> lacks "alt" attribute
line 521 column 662 - Warning: <img> lacks "alt" attribute
line 527 column 37 - Warning: <img> lacks "alt" attribute
line 541 column 22 - Warning: <img> lacks "alt" attribute
line 541 column 63 - Warning: <img> lacks "alt" attribute
line 541 column 112 - Warning: <img> lacks "alt" attribute
line 541 column 162 - Warning: <img> lacks "alt" attribute
line 552 column 15 - Warning: <img> lacks "alt" attribute
line 559 column 693 - Warning: <img> lacks "alt" attribute
line 568 column 2769 - Warning: <img> lacks "alt" attribute
line 568 column 2928 - Warning: <img> lacks "alt" attribute
line 576 column 21 - Warning: <img> lacks "alt" attribute
line 576 column 62 - Warning: <img> lacks "alt" attribute
line 576 column 111 - Warning: <img> lacks "alt" attribute
line 576 column 161 - Warning: <img> lacks "alt" attribute
line 587 column 15 - Warning: <img> lacks "alt" attribute
line 605 column 896 - Warning: <img> proprietary attribute value "absmiddle"
line 605 column 896 - 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 631 column 693 - Warning: <img> lacks "alt" attribute
line 631 column 1754 - Warning: <img> proprietary attribute value "absmiddle"
line 631 column 1754 - Warning: <img> lacks "alt" attribute
line 634 column 2141 - Warning: <img> lacks "alt" attribute
line 634 column 2300 - Warning: <img> lacks "alt" attribute
line 640 column 37 - Warning: <img> lacks "alt" attribute
line 649 column 336 - Warning: <font> attribute "color" had invalid value "888888" and has been replaced
line 655 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 655 column 14 - Warning: <img> lacks "alt" attribute
line 656 column 22 - Warning: <img> lacks "alt" attribute
line 656 column 63 - Warning: <img> lacks "alt" attribute
line 656 column 112 - Warning: <img> lacks "alt" attribute
line 656 column 162 - Warning: <img> lacks "alt" attribute
line 657 column 11 - Warning: <img> lacks "alt" attribute
line 667 column 15 - Warning: <img> lacks "alt" attribute
line 689 column 22 - Warning: <img> lacks "alt" attribute
line 689 column 63 - Warning: <img> lacks "alt" attribute
line 689 column 112 - Warning: <img> lacks "alt" attribute
line 689 column 162 - Warning: <img> lacks "alt" attribute
line 690 column 11 - Warning: <img> lacks "alt" attribute
line 700 column 15 - Warning: <img> lacks "alt" attribute
line 721 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 721 column 15 - Warning: <img> lacks "alt" attribute
line 721 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 721 column 58 - Warning: <img> lacks "alt" attribute
line 721 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 721 column 101 - Warning: <img> lacks "alt" attribute
line 721 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 721 column 144 - Warning: <img> lacks "alt" attribute
line 721 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 721 column 187 - Warning: <img> lacks "alt" attribute
line 721 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 721 column 230 - Warning: <img> lacks "alt" attribute
line 721 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 721 column 273 - Warning: <img> lacks "alt" attribute
line 721 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 721 column 316 - Warning: <img> lacks "alt" attribute
line 721 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 721 column 359 - Warning: <img> lacks "alt" attribute
line 722 column 22 - Warning: <img> lacks "alt" attribute
line 722 column 63 - Warning: <img> lacks "alt" attribute
line 722 column 112 - Warning: <img> lacks "alt" attribute
line 722 column 162 - Warning: <img> lacks "alt" attribute
line 723 column 11 - Warning: <img> lacks "alt" attribute
line 733 column 15 - Warning: <img> lacks "alt" attribute
line 754 column 3849 - Warning: <img> lacks "alt" attribute
line 763 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 763 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 763 column 216 - Warning: <img> proprietary attribute value "absmiddle"
line 772 column 25 - Warning: <img> lacks "alt" attribute
line 777 column 267 - Warning: <img> lacks "alt" attribute
line 559 column 1511 - Warning: trimming empty <font>
line 560 column 1810 - Warning: trimming empty <font>
line 631 column 1511 - Warning: trimming empty <font>
line 757 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 204 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 286 column 27 - Warning: <nobr> is not approved by W3C
line 288 column 157 - Warning: <table> proprietary attribute "height"
line 288 column 222 - Warning: <td> proprietary attribute "background"
line 288 column 318 - Warning: <td> proprietary attribute "background"
line 288 column 408 - Warning: <table> proprietary attribute "height"
line 288 column 488 - Warning: <td> proprietary attribute "background"
line 288 column 1443 - Warning: <td> proprietary attribute "background"
line 350 column 27 - Warning: <nobr> is not approved by W3C
line 386 column 27 - Warning: <nobr> is not approved by W3C
line 415 column 27 - Warning: <nobr> is not approved by W3C
line 445 column 27 - Warning: <nobr> is not approved by W3C
line 460 column 47 - Warning: <nobr> is not approved by W3C
line 486 column 27 - Warning: <nobr> is not approved by W3C
line 515 column 27 - Warning: <nobr> is not approved by W3C
line 532 column 47 - Warning: <nobr> is not approved by W3C
line 557 column 27 - Warning: <nobr> is not approved by W3C
line 559 column 157 - Warning: <table> proprietary attribute "height"
line 559 column 222 - Warning: <td> proprietary attribute "background"
line 559 column 318 - Warning: <td> proprietary attribute "background"
line 559 column 408 - Warning: <table> proprietary attribute "height"
line 559 column 488 - Warning: <td> proprietary attribute "background"
line 559 column 1443 - Warning: <td> proprietary attribute "background"
line 592 column 27 - Warning: <nobr> is not approved by W3C
line 629 column 27 - Warning: <nobr> is not approved by W3C
line 631 column 157 - Warning: <table> proprietary attribute "height"
line 631 column 222 - Warning: <td> proprietary attribute "background"
line 631 column 318 - Warning: <td> proprietary attribute "background"
line 631 column 408 - Warning: <table> proprietary attribute "height"
line 631 column 488 - Warning: <td> proprietary attribute "background"
line 631 column 1443 - Warning: <td> proprietary attribute "background"
line 645 column 47 - Warning: <nobr> is not approved by W3C
line 672 column 27 - Warning: <nobr> is not approved by W3C
line 705 column 27 - Warning: <nobr> is not approved by W3C
line 738 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 374 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