Register - Login
Views: 99382991
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 01:52:00 AM
Jul - The Cutting Room Floor - Weird Discoveries New poll - New thread - New reply
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 ... 92 93 94 95 96 97 98 99 100 101 Next newer thread | Next older thread
Rick
M'Lord, there's a knife in your head!
Level: 152


Posts: 2547/7539
EXP: 43667943
For next: 633717

Since: 02-15-10

From: Maine

Since last post: 113 days
Last activity: 45 days

Posted on 02-05-11 08:22:36 PM (last edited by Rick at 02-05-11 05:23 PM) Link | Quote
I also have a combined experience with Mega Man X and something I don't recall if it was a dream or not.

It was an alternate boss room for Launch Octopus that had a layout similar to Pharaoh Man's boss room in Mega Man 4 and an open ceiling. It only happened once, and it was rather bizarro.

I don't suppose GoldS found such a thing when he was farting around in Mega Man X some time ago, though, which makes me really wonder if I was hallucinating or dreaming.

____________________
xdaniel
980
Level: 64


Posts: 133/982
EXP: 2151572
For next: 62525

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 5 hours

Posted on 02-05-11 10:39:14 PM Link | Quote


>>ESTABLISHING LINK...DONE.    >>FETCHING POST DATA...DONE.    >>EXECUTING POSTDISP.BIN...


Originally posted by Gig
Originally posted by xdaniel
An oddity in Zelda OoT I just noticed, wondering if it's something for the Wiki...

Hell yeah it is. I love random bits of trivia like this.

Right then, on the Wiki it is. Wouldn't mind if someone proofread the snippet, tho, as it's pretty late here already and I fear there might be typos and such


____________________
cu xdaniel

Kagami - Desktop:

Kazari - Notebook:

Abaxa
Member
Level: 16


Posts: 35/45
EXP: 19748
For next: 508

Since: 08-05-10


Since last post: 11.0 years
Last activity: 11.0 years

Posted on 02-08-11 11:57:09 PM Link | Quote
Well I've done a primarily test run of my warp code for Phantasy Star 4. It severely messes up the Motavia and Dezolis overworld while on (due to issues with the way their tilemaps loop) but otherwise works at a basic level. By my count the location index goes all the way up to 416, 63 of which outright crashed for me. There's some sneaky code doing some tilemap swaps though so I can't be entirely sure. For example value $160 in a new game puts me at the exterior of Gumbious temple but if I do the same warp with an end-game save I get dumped in Gumbious B2 and can take the stairs up to B1, which should technically be destroyed by that point in the game.

This hallway is identical to location $164 and connects to a plot-critical room which the developers probably wanted more to happen with earlier in the story but didn't get to programming so they just blocked it off with NPCs. Now if I warp to $164 in a new game then head up stairs it again puts me at the staircase down in B1. If I head back downstairs and look in the debug menu to see what location I'm in it tells me I've gone back to $164. However, if I do the same warp with my end-game savestate it puts me in the same hallway but going up the staircase kicks me out to the Dezolis overworld like it's supposed to. Oh you silly game.

Other highlights include:

A 2nd copy of the first room of the Valley Maze (the tunnel leading to Tonoe) that uses a different palette and has warps to the overworld, bypassing the cavern exterior screen, and the rest of the actual cave. Battles default to ON but the formation data isn't valid and the game crashes as soon as a random encounter is triggered.

DF2 is programmed not to appear in Garuberk Tower if it's been defeated. The same cannot be said for the Bio-Plant which has multiple copies of Professor Holt and a non-talkative copy of Rika when neither should be there.

The Air Castle is technically two dungeons one right after another as far as the dungeon numbers are concerned.
felineki
Member
Level: 16


Posts: 14/44
EXP: 18976
For next: 1280

Since: 09-26-10


Since last post: 5.6 years
Last activity: 7.3 years

Posted on 02-12-11 04:47:21 PM Link | Quote
The basic hitspark graphics in Vampire Savior each seem to have an unused frame:

Going by their positioning, it would seem they were intended to be the first frame of the animation (and I can't think of any other way to include them that wouldn't look weird). Haven't been able to find any associated animation data, the tiles might be all that's left.
xdaniel
980
Level: 64


Posts: 149/982
EXP: 2151572
For next: 62525

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 5 hours

Posted on 02-12-11 06:20:14 PM Link | Quote


>>ESTABLISHING LINK...DONE.    >>FETCHING POST DATA...DONE.    >>EXECUTING POSTDISP.BIN...


Random observation about the prototype maps in Zelda OoT MQ's Debug ROM:

Very old:
- depth_test (probably)
- syotes
- syotes2
- sasatest

Newer:
- test01
- besitu
- sutaru
- hairal_niwa2
- testroom

How do I come to this conclusion?

depth_test, syotes, syotes2 and sasatest all use only the first 16 entries in the vertex cache (the old Fast3D Ucode's maximum) and they all only use the TRI1 command for drawing triangles instead of TRI2 (introduced with F3DEX), which can render two of them with one command. So I'd guess that those four maps have been designed when the game was still using an earlier/older graphics Ucode, and have not been redone to use features of F3DEX/F3DEX2. And considering how the syotes maps were some of the first to be seen in screenshots, it's thus probably safe to assume that depth_test and sasatest also date back to those days.

Also, the latter three of them use several successive VTX commands for loading in vertices to specific positions in the cache, so you have them load ex. five vertices, then 2, then 1, then 2 more, and then render the triangles. Other maps don't do this, they load 32, render triangles, load another 32, render triangles, etc., and then load the remaining ex. 5 and render the last few triangles.

The other five maps also - just like the regular retail maps - all use more than 16 vertex cache entries at once and/or the TRI2 command instead of TRI1 exclusively.


____________________
cu xdaniel

Kagami - Desktop:

Kazari - Notebook:

GlitterBerri

Translator
Level: 39


Posts: 95/339
EXP: 403687
For next: 1084

Since: 11-10-10


Since last post: 6.6 years
Last activity: 1.2 years

Posted on 02-13-11 07:09:33 AM Link | Quote
Great detective work, that's really cool. =)
Teflon
Member
Level: 60


Posts: 292/874
EXP: 1676889
For next: 95889

Since: 10-12-10


Since last post: 5.3 years
Last activity: 4.2 years

Posted on 02-16-11 02:32:34 AM (last edited by Teflon at 02-15-11 11:32 PM) Link | Quote
So I was looking through the Daikatana Pre-Alpha's model files, and I found this:

Photobucket

I've looked though as much pre-release Daikatana info as possible, but there's nothing about this guy. I managed to load his animations, and it seems he would be able to shoot a revolver. Something tells me I'm the first person to ever have found this character, which is pretty neat.
felineki
Member
Level: 16


Posts: 15/44
EXP: 18976
For next: 1280

Since: 09-26-10


Since last post: 5.6 years
Last activity: 7.3 years

Posted on 02-27-11 11:33:02 PM Link | Quote

Some images of Donovan's sword Dhylec transformed into a surfboard in Vampire Hunter/Night Warriors. Donovan does have a few moves where he rides his sword a bit like a surfboard, but it never turns into anything like this as far as I know.
Rick
M'Lord, there's a knife in your head!
Level: 152


Posts: 3060/7539
EXP: 43667943
For next: 633717

Since: 02-15-10

From: Maine

Since last post: 113 days
Last activity: 45 days

Posted on 02-28-11 01:02:33 AM Link | Quote
The size of that board, it's almost like it would play into some kind of a super or something.

Nice find, there!

____________________
felineki
Member
Level: 16


Posts: 16/44
EXP: 18976
For next: 1280

Since: 09-26-10


Since last post: 5.6 years
Last activity: 7.3 years

Posted on 03-01-11 02:43:10 AM Link | Quote
Also in Vampire Hunter/Night Warriors, a giant Tutankhamen mask at the end of Anakaris's graphic data.

I just came across an interview with the game's staff which reveals that the designer behind Donovan's and Anakaris's graphics had a habit of drawing and submitting all sorts of strange stuff with no real suggestion as to how it should be used. That explains things a bit.
TheKins
Member
Level: 21


Posts: 7/80
EXP: 45899
For next: 4044

Since: 01-17-11


Since last post: 9.0 years
Last activity: 9.0 years

Posted on 03-01-11 11:21:07 AM (last edited by TheKins at 03-01-11 03:19 PM) Link | Quote
Originally posted by Teflon
So I was looking through the Daikatana Pre-Alpha's model files, and I found this:

Photobucket

I've looked though as much pre-release Daikatana info as possible, but there's nothing about this guy. I managed to load his animations, and it seems he would be able to shoot a revolver. Something tells me I'm the first person to ever have found this character, which is pretty neat.
Looks like a very early design of Boots from Anachronox. Both games started being made around the same time... Might have been used for MDL Exporter tests or something.

EDIT: I sent the picture to Tom Hall and John Romero asking if they knew anything about that model. They couldn't recall anything, sorry.
GoldS
Member
Level: 41


Posts: 139/372
EXP: 477143
For next: 3002

Since: 03-15-10


Since last post: 2.1 years
Last activity: 13 days

Posted on 03-01-11 05:15:23 PM (last edited by GoldS at 03-01-11 02:16 PM) Link | Quote
There are a bunch of unused audit text in Mortal Kombat. Most of these should be self-explanitory.



THIRD SERVICE PAID
CONTINUED UNTIL H.S.
FRAMEA9 ERRORS
GREEN NINJA COUNTER
SYSTEM LOCKUPS
ILLEGAL OPCODESS TAKEN
DOOR SLAMS



Also found the string "SANS BIO" after the last character bio text (Sonya's). Not sure what that means.

Teflon
Member
Level: 60


Posts: 608/874
EXP: 1676889
For next: 95889

Since: 10-12-10


Since last post: 5.3 years
Last activity: 4.2 years

Posted on 03-01-11 07:18:32 PM Link | Quote
Originally posted by TheKins
Originally posted by Teflon
So I was looking through the Daikatana Pre-Alpha's model files, and I found this:

Photobucket

I've looked though as much pre-release Daikatana info as possible, but there's nothing about this guy. I managed to load his animations, and it seems he would be able to shoot a revolver. Something tells me I'm the first person to ever have found this character, which is pretty neat.
Looks like a very early design of Boots from Anachronox. Both games started being made around the same time... Might have been used for MDL Exporter tests or something.

EDIT: I sent the picture to Tom Hall and John Romero asking if they knew anything about that model. They couldn't recall anything, sorry.


I looked up "Anarchronox Boots" on google and he's a dead ringer for that model. I would've never, ever figured that out. Thanks a million! It sucks that Hall and Romero don't remember anything about the model, tho.

____________________
Photobucket
xdaniel
980
Level: 64


Posts: 189/982
EXP: 2151572
For next: 62525

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 5 hours

Posted on 03-02-11 09:02:26 PM Link | Quote


>>ESTABLISHING LINK...DONE.    >>FETCHING POST DATA...DONE.    >>EXECUTING POSTDISP.BIN...


The wiki's not working for me, so I can't check if this has already been mentioned there, but...

Japanese v1.0 & v1.1:


US v1.0, etc.:


Same thing in the DX versions... Is this already known?


____________________
cu xdaniel

Kagami - Desktop:

Kazari - Notebook:

GlitterBerri

Translator
Level: 39


Posts: 113/339
EXP: 403687
For next: 1084

Since: 11-10-10


Since last post: 6.6 years
Last activity: 1.2 years

Posted on 03-03-11 03:43:50 PM Link | Quote
Fir trees are censored in the American version.
Peardian

  
Magikoopa

16/3/1: KvSG #479 is up!

Level: 157


Posts: 4631/7597
EXP: 48561326
For next: 1017907

Since: 08-02-07

From: Isle Delfino

Since last post: 1 day
Last activity: 16 min.

Posted on 03-03-11 04:09:39 PM Link | Quote
I guess they weren't "islandy" enough.


Admittedly, those trees look more like pointy rocks or something.

____________________
-Peardian-

"Kindness is the language which the deaf can hear and the blind can see." -Mark Twain


Rachel Mae

Creature of Chaos
Level: 141


Posts: 3771/5929
EXP: 33575356
For next: 544658

Since: 07-03-07

Pronouns: she/her
From: Foxglen

Since last post: 11 days
Last activity: 2 days

Posted on 03-04-11 02:13:32 AM Link | Quote
Considering the actual beach in the game has palm trees, that fix totally makes sense.

____________________
Liliana
"A horrible person". That's what it says. "A horrible person."

We weren't even testing for that.


Level: NaN


Posts: 2315/-3841
EXP: NaN
For next: 0

Since: 07-23-07


Since last post: 10.2 years
Last activity: 10.1 years

Posted on 03-12-11 07:36:12 PM Link | Quote
As always I'm totally late to the show, but this was posted in a link a few pages ago:



I cannot remember a shop in OoT looking like this. There aren't many shops in OoT to begin with, but they all look different. Did I forget something or is this truly unused?

____________________

Most people who visit your Web pages are there in search of useful or entertaining information, not to admire your fancy graphics skills or HTML prowess.
— Apple Web Design Guide, 1996
 
Gabu

Star Mario
Placeholder Ikachan until :effort: is found
Level: 172


Posts: 5245/9981
EXP: 67921980
For next: 180254

Since: 08-10-09

Pronouns: they/them, she/her
From: Santa Cruisin' USA

Since last post: 47 days
Last activity: 7 days

Posted on 03-12-11 07:38:38 PM Link | Quote
I don't remember there being a shop that look like that either. Unless there were extra objects put into the scene or something.

____________________
xdaniel
980
Level: 64


Posts: 202/982
EXP: 2151572
For next: 62525

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 5 hours

Posted on 03-12-11 07:39:31 PM (last edited by xdaniel at 03-12-11 04:42 PM) Link | Quote


>>ESTABLISHING LINK...DONE.    >>FETCHING POST DATA...DONE.    >>EXECUTING POSTDISP.BIN...


I don't seem to recall that shop either... The only ones with such counters are the Zora and Goron shops; none of the Hylian or Kokiri ones look like this, I believe. I guess I'll go check it in-game...

EDIT: The Potion Shop:




____________________
cu xdaniel

Kagami - Desktop:

Kazari - Notebook:

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 ... 92 93 94 95 96 97 98 99 100 101 Next newer thread | Next older thread
Jul - The Cutting Room Floor - Weird Discoveries New poll - New thread - New reply


Rusted Logic

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

35 database queries, 4 query cache hits.
Query execution time:  0.094282 seconds
Script execution time:  0.034838 seconds
Total render time:  0.129120 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 301 - 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 188 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 95 - Warning: unescaped & or unknown entity "&page"
line 149 column 128 - Warning: unescaped & or unknown entity "&page"
line 149 column 161 - Warning: unescaped & or unknown entity "&page"
line 149 column 194 - Warning: unescaped & or unknown entity "&page"
line 149 column 227 - Warning: unescaped & or unknown entity "&page"
line 149 column 260 - Warning: unescaped & or unknown entity "&page"
line 149 column 293 - Warning: unescaped & or unknown entity "&page"
line 149 column 326 - Warning: unescaped & or unknown entity "&page"
line 149 column 361 - Warning: unescaped & or unknown entity "&page"
line 149 column 395 - Warning: unescaped & or unknown entity "&page"
line 149 column 430 - Warning: unescaped & or unknown entity "&page"
line 149 column 465 - Warning: unescaped & or unknown entity "&page"
line 149 column 504 - Warning: unescaped & or unknown entity "&page"
line 149 column 539 - Warning: unescaped & or unknown entity "&page"
line 149 column 574 - Warning: unescaped & or unknown entity "&page"
line 149 column 609 - Warning: unescaped & or unknown entity "&page"
line 149 column 644 - Warning: unescaped & or unknown entity "&page"
line 149 column 679 - Warning: unescaped & or unknown entity "&page"
line 149 column 714 - Warning: unescaped & or unknown entity "&page"
line 149 column 749 - Warning: unescaped & or unknown entity "&page"
line 149 column 784 - Warning: unescaped & or unknown entity "&page"
line 149 column 820 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 859 - 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 102 - Warning: unescaped & or unknown entity "&postid"
line 186 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 188 column 9 - Warning: missing <tr>
line 206 column 13 - Warning: missing <tr>
line 207 column 102 - Warning: unescaped & or unknown entity "&postid"
line 209 column 74 - Warning: <style> isn't allowed in <td> elements
line 209 column 9 - Info: <td> previously mentioned
line 210 column 312 - Warning: missing </div>
line 226 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 228 column 9 - Warning: missing <tr>
line 246 column 13 - Warning: missing <tr>
line 247 column 102 - Warning: unescaped & or unknown entity "&postid"
line 262 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 264 column 9 - Warning: missing <tr>
line 282 column 13 - Warning: missing <tr>
line 283 column 102 - Warning: unescaped & or unknown entity "&postid"
line 290 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 292 column 9 - Warning: missing <tr>
line 310 column 13 - Warning: missing <tr>
line 311 column 102 - Warning: unescaped & or unknown entity "&postid"
line 313 column 74 - Warning: <style> isn't allowed in <td> elements
line 313 column 9 - Info: <td> previously mentioned
line 314 column 312 - Warning: missing </div>
line 349 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 351 column 9 - Warning: missing <tr>
line 369 column 13 - Warning: missing <tr>
line 370 column 102 - Warning: unescaped & or unknown entity "&postid"
line 375 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 377 column 9 - Warning: missing <tr>
line 395 column 13 - Warning: missing <tr>
line 396 column 102 - Warning: unescaped & or unknown entity "&postid"
line 405 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 407 column 9 - Warning: missing <tr>
line 425 column 13 - Warning: missing <tr>
line 426 column 102 - Warning: unescaped & or unknown entity "&postid"
line 432 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 434 column 9 - Warning: missing <tr>
line 452 column 13 - Warning: missing <tr>
line 453 column 102 - Warning: unescaped & or unknown entity "&postid"
line 460 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 462 column 9 - Warning: missing <tr>
line 480 column 13 - Warning: missing <tr>
line 481 column 102 - Warning: unescaped & or unknown entity "&postid"
line 488 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 490 column 9 - Warning: missing <tr>
line 508 column 13 - Warning: missing <tr>
line 509 column 102 - Warning: unescaped & or unknown entity "&postid"
line 520 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 522 column 9 - Warning: missing <tr>
line 540 column 13 - Warning: missing <tr>
line 541 column 102 - Warning: unescaped & or unknown entity "&postid"
line 559 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 561 column 9 - Warning: missing <tr>
line 579 column 13 - Warning: missing <tr>
line 580 column 102 - Warning: unescaped & or unknown entity "&postid"
line 590 column 1535 - Warning: discarding unexpected </a>
line 593 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 595 column 9 - Warning: missing <tr>
line 613 column 13 - Warning: missing <tr>
line 614 column 102 - Warning: unescaped & or unknown entity "&postid"
line 616 column 74 - Warning: <style> isn't allowed in <td> elements
line 616 column 9 - Info: <td> previously mentioned
line 617 column 312 - Warning: missing </div>
line 639 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 641 column 9 - Warning: missing <tr>
line 659 column 13 - Warning: missing <tr>
line 660 column 102 - Warning: unescaped & or unknown entity "&postid"
line 665 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 667 column 9 - Warning: missing <tr>
line 685 column 13 - Warning: missing <tr>
line 686 column 102 - Warning: unescaped & or unknown entity "&postid"
line 688 column 74 - Warning: <style> isn't allowed in <td> elements
line 688 column 9 - Info: <td> previously mentioned
line 688 column 363 - Warning: missing </font> before <center>
line 688 column 437 - Warning: inserting implicit <font>
line 688 column 538 - Warning: inserting implicit <font>
line 699 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 701 column 9 - Warning: missing <tr>
line 719 column 13 - Warning: missing <tr>
line 720 column 102 - Warning: unescaped & or unknown entity "&postid"
line 722 column 74 - Warning: <style> isn't allowed in <td> elements
line 722 column 9 - Info: <td> previously mentioned
line 725 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 727 column 9 - Warning: missing <tr>
line 745 column 13 - Warning: missing <tr>
line 746 column 102 - Warning: unescaped & or unknown entity "&postid"
line 758 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 760 column 9 - Warning: missing <tr>
line 778 column 13 - Warning: missing <tr>
line 779 column 102 - Warning: unescaped & or unknown entity "&postid"
line 781 column 315 - Warning: missing </div>
line 781 column 751 - Warning: discarding unexpected </div>
line 781 column 757 - Warning: discarding unexpected </td>
line 784 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 786 column 9 - Warning: missing <tr>
line 804 column 13 - Warning: missing <tr>
line 805 column 102 - Warning: unescaped & or unknown entity "&postid"
line 807 column 74 - Warning: <style> isn't allowed in <td> elements
line 807 column 9 - Info: <td> previously mentioned
line 808 column 312 - Warning: missing </div>
line 826 column 17 - Warning: missing <tr>
line 826 column 17 - Warning: discarding unexpected <table>
line 829 column 35 - Warning: missing <tr>
line 829 column 95 - Warning: unescaped & or unknown entity "&page"
line 829 column 128 - Warning: unescaped & or unknown entity "&page"
line 829 column 161 - Warning: unescaped & or unknown entity "&page"
line 829 column 194 - Warning: unescaped & or unknown entity "&page"
line 829 column 227 - Warning: unescaped & or unknown entity "&page"
line 829 column 260 - Warning: unescaped & or unknown entity "&page"
line 829 column 293 - Warning: unescaped & or unknown entity "&page"
line 829 column 326 - Warning: unescaped & or unknown entity "&page"
line 829 column 361 - Warning: unescaped & or unknown entity "&page"
line 829 column 395 - Warning: unescaped & or unknown entity "&page"
line 829 column 430 - Warning: unescaped & or unknown entity "&page"
line 829 column 465 - Warning: unescaped & or unknown entity "&page"
line 829 column 504 - Warning: unescaped & or unknown entity "&page"
line 829 column 539 - Warning: unescaped & or unknown entity "&page"
line 829 column 574 - Warning: unescaped & or unknown entity "&page"
line 829 column 609 - Warning: unescaped & or unknown entity "&page"
line 829 column 644 - Warning: unescaped & or unknown entity "&page"
line 829 column 679 - Warning: unescaped & or unknown entity "&page"
line 829 column 714 - Warning: unescaped & or unknown entity "&page"
line 829 column 749 - Warning: unescaped & or unknown entity "&page"
line 829 column 784 - Warning: unescaped & or unknown entity "&page"
line 829 column 820 - Warning: unescaped & or unknown entity "&page"
line 829 column 50 - Warning: missing </font> before </td>
line 829 column 859 - Warning: missing </font> before </table>
line 831 column 35 - Warning: missing <tr>
line 831 column 50 - Warning: missing </font> before </td>
line 832 column 37 - Warning: unescaped & or unknown entity "&id"
line 831 column 188 - Warning: missing </font> before </table>
line 833 column 17 - Warning: discarding unexpected </textarea>
line 833 column 28 - Warning: discarding unexpected </form>
line 833 column 35 - Warning: discarding unexpected </embed>
line 833 column 43 - Warning: discarding unexpected </noembed>
line 833 column 53 - Warning: discarding unexpected </noscript>
line 833 column 64 - Warning: discarding unexpected </noembed>
line 833 column 74 - Warning: discarding unexpected </embed>
line 833 column 82 - Warning: discarding unexpected </table>
line 833 column 90 - Warning: discarding unexpected </table>
line 835 column 9 - Warning: missing </font> before <table>
line 847 column 25 - Warning: discarding unexpected </font>
line 856 column 57 - Warning: discarding unexpected </font>
line 834 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 246 - 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 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 183 column 581 - Warning: <img> lacks "alt" attribute
line 190 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 190 column 15 - Warning: <img> lacks "alt" attribute
line 190 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 190 column 58 - Warning: <img> lacks "alt" attribute
line 190 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 190 column 101 - Warning: <img> lacks "alt" attribute
line 190 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 190 column 144 - Warning: <img> lacks "alt" attribute
line 190 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 190 column 187 - Warning: <img> lacks "alt" attribute
line 190 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 190 column 230 - Warning: <img> lacks "alt" attribute
line 190 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 190 column 273 - Warning: <img> lacks "alt" attribute
line 190 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 190 column 316 - Warning: <img> lacks "alt" attribute
line 190 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 190 column 359 - Warning: <img> lacks "alt" attribute
line 190 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 190 column 402 - Warning: <img> lacks "alt" attribute
line 191 column 22 - Warning: <img> lacks "alt" attribute
line 191 column 63 - Warning: <img> lacks "alt" attribute
line 191 column 112 - Warning: <img> lacks "alt" attribute
line 191 column 162 - Warning: <img> lacks "alt" attribute
line 192 column 11 - Warning: <img> lacks "alt" attribute
line 202 column 15 - Warning: <img> lacks "alt" attribute
line 216 column 1202 - Warning: <img> proprietary attribute value "absmiddle"
line 216 column 1202 - Warning: <img> lacks "alt" attribute
line 219 column 1307 - Warning: <div> anchor "divxdn" already defined
line 220 column 1425 - Warning: <img> lacks "alt" attribute
line 222 column 1586 - Warning: <img> lacks "alt" attribute
line 231 column 22 - Warning: <img> lacks "alt" attribute
line 231 column 63 - Warning: <img> lacks "alt" attribute
line 231 column 112 - Warning: <img> lacks "alt" attribute
line 231 column 162 - Warning: <img> lacks "alt" attribute
line 242 column 15 - Warning: <img> lacks "alt" attribute
line 267 column 22 - Warning: <img> lacks "alt" attribute
line 267 column 63 - Warning: <img> lacks "alt" attribute
line 267 column 112 - Warning: <img> lacks "alt" attribute
line 267 column 162 - Warning: <img> lacks "alt" attribute
line 278 column 15 - Warning: <img> lacks "alt" attribute
line 286 column 158 - Warning: <img> lacks "alt" attribute
line 294 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 294 column 15 - Warning: <img> lacks "alt" attribute
line 294 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 294 column 58 - Warning: <img> lacks "alt" attribute
line 294 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 294 column 101 - Warning: <img> lacks "alt" attribute
line 294 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 294 column 144 - Warning: <img> lacks "alt" attribute
line 294 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 294 column 187 - Warning: <img> lacks "alt" attribute
line 294 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 294 column 230 - Warning: <img> lacks "alt" attribute
line 294 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 294 column 273 - Warning: <img> lacks "alt" attribute
line 294 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 294 column 316 - Warning: <img> lacks "alt" attribute
line 294 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 294 column 359 - Warning: <img> lacks "alt" attribute
line 294 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 294 column 402 - Warning: <img> lacks "alt" attribute
line 295 column 22 - Warning: <img> lacks "alt" attribute
line 295 column 63 - Warning: <img> lacks "alt" attribute
line 295 column 112 - Warning: <img> lacks "alt" attribute
line 295 column 162 - Warning: <img> lacks "alt" attribute
line 296 column 11 - Warning: <img> lacks "alt" attribute
line 306 column 15 - Warning: <img> lacks "alt" attribute
line 314 column 312 - Warning: <div> anchor "divxdn" already defined
line 342 column 2159 - Warning: <div> anchor "divxdn" already defined
line 343 column 2277 - Warning: <img> lacks "alt" attribute
line 345 column 2438 - Warning: <img> lacks "alt" attribute
line 353 column 11 - Warning: <img> lacks "alt" attribute
line 354 column 22 - Warning: <img> lacks "alt" attribute
line 354 column 63 - Warning: <img> lacks "alt" attribute
line 354 column 112 - Warning: <img> lacks "alt" attribute
line 354 column 161 - Warning: <img> lacks "alt" attribute
line 355 column 11 - Warning: <img> lacks "alt" attribute
line 365 column 15 - Warning: <img> lacks "alt" attribute
line 380 column 22 - Warning: <img> lacks "alt" attribute
line 380 column 63 - Warning: <img> lacks "alt" attribute
line 380 column 111 - Warning: <img> lacks "alt" attribute
line 380 column 161 - Warning: <img> lacks "alt" attribute
line 381 column 11 - Warning: <img> lacks "alt" attribute
line 391 column 15 - Warning: <img> lacks "alt" attribute
line 410 column 22 - Warning: <img> lacks "alt" attribute
line 410 column 63 - Warning: <img> lacks "alt" attribute
line 410 column 112 - Warning: <img> lacks "alt" attribute
line 410 column 162 - Warning: <img> lacks "alt" attribute
line 421 column 15 - Warning: <img> lacks "alt" attribute
line 428 column 74 - Warning: <img> lacks "alt" attribute
line 437 column 23 - Warning: <img> lacks "alt" attribute
line 437 column 64 - Warning: <img> lacks "alt" attribute
line 437 column 113 - Warning: <img> lacks "alt" attribute
line 437 column 163 - Warning: <img> lacks "alt" attribute
line 438 column 11 - Warning: <img> lacks "alt" attribute
line 448 column 15 - Warning: <img> lacks "alt" attribute
line 457 column 225 - Warning: <img> lacks "alt" attribute
line 465 column 22 - Warning: <img> lacks "alt" attribute
line 465 column 63 - Warning: <img> lacks "alt" attribute
line 465 column 112 - Warning: <img> lacks "alt" attribute
line 465 column 162 - Warning: <img> lacks "alt" attribute
line 476 column 15 - Warning: <img> lacks "alt" attribute
line 484 column 180 - Warning: <img> lacks "alt" attribute
line 485 column 526 - Warning: <img> proprietary attribute value "absmiddle"
line 485 column 526 - Warning: <img> lacks "alt" attribute
line 493 column 22 - Warning: <img> lacks "alt" attribute
line 493 column 63 - Warning: <img> lacks "alt" attribute
line 493 column 112 - Warning: <img> lacks "alt" attribute
line 493 column 162 - Warning: <img> lacks "alt" attribute
line 504 column 15 - Warning: <img> lacks "alt" attribute
line 525 column 22 - Warning: <img> lacks "alt" attribute
line 525 column 63 - Warning: <img> lacks "alt" attribute
line 525 column 112 - Warning: <img> lacks "alt" attribute
line 525 column 161 - Warning: <img> lacks "alt" attribute
line 526 column 11 - Warning: <img> lacks "alt" attribute
line 536 column 15 - Warning: <img> lacks "alt" attribute
line 564 column 22 - Warning: <img> lacks "alt" attribute
line 564 column 63 - Warning: <img> lacks "alt" attribute
line 564 column 111 - Warning: <img> lacks "alt" attribute
line 564 column 161 - Warning: <img> lacks "alt" attribute
line 565 column 11 - Warning: <img> lacks "alt" attribute
line 575 column 15 - Warning: <img> lacks "alt" attribute
line 597 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 597 column 15 - Warning: <img> lacks "alt" attribute
line 597 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 597 column 58 - Warning: <img> lacks "alt" attribute
line 597 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 597 column 101 - Warning: <img> lacks "alt" attribute
line 597 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 597 column 144 - Warning: <img> lacks "alt" attribute
line 597 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 597 column 187 - Warning: <img> lacks "alt" attribute
line 597 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 597 column 230 - Warning: <img> lacks "alt" attribute
line 597 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 597 column 273 - Warning: <img> lacks "alt" attribute
line 597 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 597 column 316 - Warning: <img> lacks "alt" attribute
line 597 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 597 column 359 - Warning: <img> lacks "alt" attribute
line 597 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 597 column 402 - Warning: <img> lacks "alt" attribute
line 598 column 22 - Warning: <img> lacks "alt" attribute
line 598 column 63 - Warning: <img> lacks "alt" attribute
line 598 column 112 - Warning: <img> lacks "alt" attribute
line 598 column 162 - Warning: <img> lacks "alt" attribute
line 599 column 11 - Warning: <img> lacks "alt" attribute
line 609 column 15 - Warning: <img> lacks "alt" attribute
line 617 column 312 - Warning: <div> anchor "divxdn" already defined
line 624 column 743 - Warning: <img> lacks "alt" attribute
line 627 column 822 - Warning: <img> lacks "alt" attribute
line 632 column 992 - Warning: <div> anchor "divxdn" already defined
line 633 column 1110 - Warning: <img> lacks "alt" attribute
line 635 column 1271 - Warning: <img> lacks "alt" attribute
line 643 column 11 - Warning: <img> lacks "alt" attribute
line 644 column 22 - Warning: <img> lacks "alt" attribute
line 644 column 63 - Warning: <img> lacks "alt" attribute
line 644 column 112 - Warning: <img> lacks "alt" attribute
line 644 column 161 - Warning: <img> lacks "alt" attribute
line 645 column 11 - Warning: <img> lacks "alt" attribute
line 655 column 15 - Warning: <img> lacks "alt" attribute
line 662 column 122 - Warning: <img> proprietary attribute value "absmiddle"
line 662 column 122 - Warning: <img> lacks "alt" attribute
line 669 column 17 - Warning: <img> lacks "alt" attribute
line 670 column 23 - Warning: <img> lacks "alt" attribute
line 670 column 64 - Warning: <img> lacks "alt" attribute
line 670 column 112 - Warning: <img> lacks "alt" attribute
line 670 column 162 - Warning: <img> lacks "alt" attribute
line 671 column 11 - Warning: <img> lacks "alt" attribute
line 681 column 15 - Warning: <img> lacks "alt" attribute
line 688 column 437 - Warning: <img> lacks "alt" attribute
line 688 column 577 - Warning: <img> proprietary attribute value "absmiddle"
line 688 column 577 - Warning: <img> lacks "alt" attribute
line 691 column 706 - Warning: <img> proprietary attribute value "absmiddle"
line 691 column 706 - Warning: <img> lacks "alt" attribute
line 694 column 1185 - Warning: <img> lacks "alt" attribute
line 703 column 11 - Warning: <img> lacks "alt" attribute
line 704 column 23 - Warning: <img> lacks "alt" attribute
line 704 column 64 - Warning: <img> lacks "alt" attribute
line 704 column 113 - Warning: <img> lacks "alt" attribute
line 704 column 163 - Warning: <img> lacks "alt" attribute
line 705 column 11 - Warning: <img> lacks "alt" attribute
line 715 column 15 - Warning: <img> lacks "alt" attribute
line 722 column 2414 - Warning: <img> proprietary attribute value "absmiddle"
line 722 column 2414 - Warning: <img> lacks "alt" attribute
line 730 column 23 - Warning: <img> lacks "alt" attribute
line 730 column 64 - Warning: <img> lacks "alt" attribute
line 741 column 15 - Warning: <img> lacks "alt" attribute
line 750 column 336 - Warning: <img> lacks "alt" attribute
line 762 column 11 - Warning: <img> lacks "alt" attribute
line 763 column 23 - Warning: <img> lacks "alt" attribute
line 763 column 64 - Warning: <img> lacks "alt" attribute
line 763 column 113 - Warning: <img> lacks "alt" attribute
line 763 column 163 - Warning: <img> lacks "alt" attribute
line 764 column 11 - Warning: <img> lacks "alt" attribute
line 774 column 15 - Warning: <img> lacks "alt" attribute
line 781 column 614 - Warning: <img> lacks "alt" attribute
line 788 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 788 column 15 - Warning: <img> lacks "alt" attribute
line 788 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 788 column 58 - Warning: <img> lacks "alt" attribute
line 788 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 788 column 101 - Warning: <img> lacks "alt" attribute
line 788 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 788 column 144 - Warning: <img> lacks "alt" attribute
line 788 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 788 column 187 - Warning: <img> lacks "alt" attribute
line 788 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 788 column 230 - Warning: <img> lacks "alt" attribute
line 788 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 788 column 273 - Warning: <img> lacks "alt" attribute
line 788 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 788 column 316 - Warning: <img> lacks "alt" attribute
line 788 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 788 column 359 - Warning: <img> lacks "alt" attribute
line 788 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 788 column 402 - Warning: <img> lacks "alt" attribute
line 789 column 22 - Warning: <img> lacks "alt" attribute
line 789 column 63 - Warning: <img> lacks "alt" attribute
line 789 column 112 - Warning: <img> lacks "alt" attribute
line 789 column 162 - Warning: <img> lacks "alt" attribute
line 790 column 11 - Warning: <img> lacks "alt" attribute
line 800 column 15 - Warning: <img> lacks "alt" attribute
line 808 column 312 - Warning: <div> anchor "divxdn" already defined
line 816 column 854 - Warning: <img> lacks "alt" attribute
line 819 column 961 - Warning: <div> anchor "divxdn" already defined
line 820 column 1079 - Warning: <img> lacks "alt" attribute
line 822 column 1240 - Warning: <img> lacks "alt" attribute
line 832 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 832 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 832 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 841 column 25 - Warning: <img> lacks "alt" attribute
line 846 column 267 - Warning: <img> lacks "alt" attribute
line 688 column 363 - Warning: trimming empty <font>
line 826 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 207 column 27 - Warning: <nobr> is not approved by W3C
line 247 column 27 - Warning: <nobr> is not approved by W3C
line 283 column 27 - Warning: <nobr> is not approved by W3C
line 311 column 27 - Warning: <nobr> is not approved by W3C
line 370 column 27 - Warning: <nobr> is not approved by W3C
line 396 column 27 - Warning: <nobr> is not approved by W3C
line 426 column 27 - Warning: <nobr> is not approved by W3C
line 453 column 27 - Warning: <nobr> is not approved by W3C
line 481 column 27 - Warning: <nobr> is not approved by W3C
line 509 column 27 - Warning: <nobr> is not approved by W3C
line 541 column 27 - Warning: <nobr> is not approved by W3C
line 580 column 27 - Warning: <nobr> is not approved by W3C
line 614 column 27 - Warning: <nobr> is not approved by W3C
line 660 column 27 - Warning: <nobr> is not approved by W3C
line 686 column 27 - Warning: <nobr> is not approved by W3C
line 693 column 832 - Warning: <td> proprietary attribute "background"
line 720 column 27 - Warning: <nobr> is not approved by W3C
line 746 column 27 - Warning: <nobr> is not approved by W3C
line 748 column 74 - Warning: <div> proprietary attribute "width"
line 752 column 651 - Warning: <div> proprietary attribute "width"
line 779 column 27 - Warning: <nobr> is not approved by W3C
line 781 column 74 - Warning: <table> proprietary attribute "height"
line 805 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 455 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