Register - Login
Views: 99406958
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 07:51:09 PM
Jul - The Cutting Room Floor - Weird Discoveries New poll - New thread - New reply
Pages: 1 2 3 4 5 6 7 8 9 10 ... 92 93 94 95 96 97 98 99 100 101 Next newer thread | Next older thread
divingkataetheweirdo

Bandit
TCRF Super Editor
Level: 57


Posts: 660/822
EXP: 1479795
For next: 6133

Since: 07-09-11


Since last post: 1.6 years
Last activity: 253 days

Posted on 11-16-16 11:15:41 PM Link | Quote
If you want me to, I could translate those two screens. For the record, the second one is saying that you can't save anything you've unlocked or your high scores and proceeds to ask you if it's OK this way.

____________________
koolaidman
Member
Level: 24


Posts: 102/108
EXP: 73595
For next: 4530

Since: 07-17-10


Since last post: 3.4 years
Last activity: 1.2 years

Posted on 11-17-16 06:09:28 PM Link | Quote
Okay here's something weird.

In the prototype of Growl that Hidden Palace uploaded a few months a go, the game is mostly the same but there's something weird going on where there is supposed to be padding.

(Left is proto, right is final)
http://i.imgur.com/blynq4g.png

That's totally text, but it's all mangled up somehow. It doesn't look like its compressed, or the odd/even bytes of something else, and the bytes don't match up to anything else in the Megadrive library. The text, from what I gather, isn't even remotely relevant to the game itself. It sounds like it's referring to something about the Soviets and bombing for some reason. This text is NOT used in the game, and it's definitely not supposed to be here as it clips out at 0x18000 in the rom. Could this be from some other Taito game?

Since the ROMs don't originate from carts, the padded bytes must've been added either while the game was compiling or when the roms were being interweaved. The text for the padding
occurs in a few more places, but the spot in the image is more substantial. Here are the addresses in the ROM that appear to have some more random bytes:

0x15e34-0x16000
0x17a56-0x18000
0x1b7a2-0x1c000 (this seems like some other kind of data)

There seems to be a name drop of some kind 0x17CC5, but I have no idea what it could be.

Any ideas what the heck is going on here?

*67
20
Level: 12


Posts: 25/28
EXP: 7485
For next: 436

Since: 04-28-15

From: Parts Unknown

Since last post: 4.6 years
Last activity: 4.5 years

Posted on 11-20-16 05:45:04 AM (last edited by *67 at 11-20-16 07:09:28 AM) Link | Quote

Originally posted by koolaidman
(wacky Growl prototype stuff)


This also piques my curiosity, even though I'd never even heard of the game before now. Googling the phrases I could decipher brought up nothing, but I'm gonna post some unorganized odds-and-ends regarding what I could gather.

• Incredibly obvious that the source material was a military setting, namely the ever-popular 1980s premise of Cold War tensions with the Soviets. The lines which appear to read "What are you doing back here? You haven't met any of the goals we set. Did you miss your mommy?", indicates that the source material's gameplay may of been a mission-oriented one in which the player could go back and forth to a home base to speak with an NPC.
• x17A56, where the intruding text begins, seems to be "day's work," possibly the last part of a sentence that went like "All in a day's work"
• Numerous uses of the phrase "blown to bits."
• I could make out "Soviet attack force" and "destroyed the Soviet germ weapon," along with "million dollar tank." Or maybe "billion dollar tank"?
• x17B5A suggests the words "My superiors", and x17B91 looks like some variation of "one look at your face" or "the look on your face", although there seems to be a possible adjective in there before "face" that I couldn't put my finger on.
• Unfortunately, the "Roldaer" namedrop you mentioned is almost certainly a corruption of "Soldier", with the line seemingly being "Soldier, you are in TROUBLE"
• x17E16 looks like "Allied" or "Allies," to which ties in to the later bit which appears to be "With little resistance from the Allies, the Soviets [indecipherable text, but given the context, likely refers to destruction] cities and took control of", then just descends in to more chaotic gibberish, with a phrase a few words later elaborating on someone who "lost a [something-something] strategic [something-something]"
• On a more general note, the fashion in which the text is corrupted is really far-out shit. It's really mangled in a serious way, and I can't really find any pattern to it. Just random.

Hopefully, these observations will help you find the source.

____________________
The curator of Namco Museum Online!
LocalH
Member
Level: 19


Posts: 56/61
EXP: 30717
For next: 5060

Since: 12-06-10


Since last post: 4.0 years
Last activity: 3.3 years

Posted on 11-28-16 02:46:09 AM Link | Quote
I think it may be even/odd shenanigans after all. I extracted the first two ranges into separate files (as I went the quick route and snagged the WinHex evaluation version to split them).

There doesn't seem to be a single bit of corruption on the even bytes. Pure ASCII text, with nulls and occasionally an 0xFF byte between strings.

The odd bytes seem to be where the corruption happened, but not all bytes are corrupted. Inspecting a few characters and I didn't see a pattern in the bits that were corrupted. For example, at 0x15E97, the word is clearly Soldier. Instead of an S (01010011) there is 0xF7 (11110111), with bits 7, 5, and 2 flipped. Instead of an i (01101001) there is a left curly bracket (01111011), with bits 4 and 1 flipped. Some more analysis of the odd bytes compared to what the text should be (in places where that can be discerned) may find a more complex pattern to the corruption.
ICEknight
Member
Level: 26


Posts: 131/135
EXP: 97126
For next: 5149

Since: 10-25-11


Since last post: 4.1 years
Last activity: 3.9 years

Posted on 12-01-16 10:06:06 AM (last edited by ICEknight at 12-01-16 10:42:19 AM) Link | Quote
So I've been playing Kakomunja AKA Serpent on the Game Boy since I was a kid and the other day I came across a victory screen that I don't remember seeing before:

https://youtu.be/8O_T1EwThA0



I was playing "Mode 1" at level 4 difficulty and I think I didn't get killed once, but I'm not if sure those are all the requirements for it (haven't found any info on this anywhere).
sammyrms1
Member
Level: 32


Posts: 7/268
EXP: 193830
For next: 12612

Since: 12-19-16

Pronouns: he/him
From: San Francisco, CA

Since last post: 4 days
Last activity: 20 hours

Posted on 12-25-16 04:54:45 AM Link | Quote
Searching around Nep v. SHG's data, and I found sprites of IF's face in Nepbike's portrait sheet.


____________________
Fuzn
Member
Level: 23


Posts: 86/97
EXP: 61011
For next: 6712

Since: 02-23-11


Since last post: 317 days
Last activity: 317 days

Posted on 03-06-17 04:04:44 AM Link | Quote
So according to a post on the X-Wing Alliance Upgrade forums, X-Wing Alliance itself has a functional online campaign co-op feature. As a matter of fact, it would seem that every one of the game's single player story missions can be played online. Although it was tested with 4 players, what was found of the UI suggests that up to 16 players may have been supported.

From the video in the thread, it seems to be more or less feature complete, though I suspect that it was cut due to the nature of the game's missions focusing on a single character rather than an army.
koolaidman
Member
Level: 24


Posts: 106/108
EXP: 73595
For next: 4530

Since: 07-17-10


Since last post: 3.4 years
Last activity: 1.2 years

Posted on 03-06-17 06:47:41 AM Link | Quote
Originally posted by LocalH
I think it may be even/odd shenanigans after all. I extracted the first two ranges into separate files (as I went the quick route and snagged the WinHex evaluation version to split them).

There doesn't seem to be a single bit of corruption on the even bytes. Pure ASCII text, with nulls and occasionally an 0xFF byte between strings.

The odd bytes seem to be where the corruption happened, but not all bytes are corrupted. Inspecting a few characters and I didn't see a pattern in the bits that were corrupted. For example, at 0x15E97, the word is clearly Soldier. Instead of an S (01010011) there is 0xF7 (11110111), with bits 7, 5, and 2 flipped. Instead of an i (01101001) there is a left curly bracket (01111011), with bits 4 and 1 flipped. Some more analysis of the odd bytes compared to what the text should be (in places where that can be discerned) may find a more complex pattern to the corruption.


I finally figured out what game the text is meant for. For some reason, pieces of text from M-1 Abrams Battle Tank for the Sega Mega Drive are showing up here and there.

Here's the text bit:

"You have nothing to be ashamed about though, Soldier. You put in fine day's work."........"What are you doing back here? You haven't met any of the goals of your mission!"......"Did you miss your mommy? Or are you just terminally stupid?!"......."Both bases are still intact. The last convoy we sent through was blown to bits. My superiors are screaming down my neck and I have to look at your ugly face!"....."You enjoy doing this to me don't you?"......."Well, I think that you set some kind of record on this one."....."Both Soviet bases are still standing. The latest supply convoy was blown to bits by a Soviet attack force and you and your men made it back all safe and dry."......"Soldier, you are in SERIOUS trouble!!""......With both bases destroyed, the Soviets were weakened in the Siegen region and the cut-off cities were refortified. The Allied Forces caught the Soviets pulling back and inflicted heavy losses..Although one base was destroyed, there turned out to be a second hidden in the hills. Nearly all Allied supply convoys sent from Esseen were destroyed. The Soviets pushed in and took control..With little resistance from the Allies, the Soviets swept into the surrounding cities and took control of the entire Siegen region. Many men were lost and our strategic position was compromised....."First of all, I just want to know if you are in the habit of leaving multi-million dollar tanks lying around in the middle of Soviet occupied territory?"......"Anyway, as for your mission..."........"Oh, by the way, there's just one more thing."


I still don't know why it's in the rom though. Although the text does appear in the same address as the Growl rom.
brian151
Banned
The administration (as well as a few users) have decided that you're creepy/weird enough that it's time to activate the sploded clause.
Laters.


Level: NaN


Posts: 120/-249
EXP: NaN
For next: 0

Since: 08-09-16

From: USA

Since last post: 4.7 years
Last activity: 4.7 years

Posted on 03-06-17 11:11:55 PM Link | Quote

WIP



My apologies if this has been seen before, or even confirmed why it's there, but:

While attempting to sprite-rip the Playstation port of Viewpoint, I found this:


Anyone know what it's for?
I'm assuming it's something to do with the developers of the game?
divingkataetheweirdo

Bandit
TCRF Super Editor
Level: 57


Posts: 695/822
EXP: 1479795
For next: 6133

Since: 07-09-11


Since last post: 1.6 years
Last activity: 253 days

Posted on 03-08-17 07:47:11 PM (last edited by divingkataetheweirdo at 03-08-17 07:51:47 PM) Link | Quote
Yes, that's exactly what the picture is of. The dev team behind the reworked PlayStation version. You do see team pictures inserted into games every once in a while, though I'm not sure if there's a cheat to see that one.

EDIT: I see portions of it are missing, which are especially noticeable around the heads/hair.

____________________
brian151
Banned
The administration (as well as a few users) have decided that you're creepy/weird enough that it's time to activate the sploded clause.
Laters.


Level: NaN


Posts: 124/-249
EXP: NaN
For next: 0

Since: 08-09-16

From: USA

Since last post: 4.7 years
Last activity: 4.7 years

Posted on 03-08-17 09:59:14 PM Link | Quote

WIP



Originally posted by divingkataetheweirdo
Yes, that's exactly what the picture is of. The dev team behind the reworked PlayStation version. You do see team pictures inserted into games every once in a while, though I'm not sure if there's a cheat to see that one.

EDIT: I see portions of it are missing, which are especially noticeable around the heads/hair.


Alright then.

Hmm...not sure why that may have happened, but I don't think it's the tool I had my friend make... So either it's intentionally missing something, or the other data is stored in another place? IDK... I could provide the sample I used and what little I figured-out of the format?

I also observed that the sprites in this version are split into tiny chunks... which is one reason (besides I need the color palettes) I haven't done much work towards finishing this project yet.
Foxhack
Member
Annoying fuzzball
Level: 54


Posts: 675/722
EXP: 1173517
For next: 60353

Since: 04-17-12

From: Mexicali, Mexico

Since last post: 2.0 years
Last activity: 1.8 years

Posted on 03-15-17 06:15:07 PM Link | Quote
You gotta admit, that's just damn lazy of them.

____________________
My Video Game Collection
Vera
User
Level: 9


Posts: 8/16
EXP: 2988
For next: 174

Since: 05-05-16


Since last post: 4.4 years
Last activity: 3.2 years

Posted on 03-16-17 10:16:54 AM (last edited by Vera at 03-16-17 12:40:12 PM) Link | Quote
Originally posted by Foxhack
You gotta admit, that's just damn lazy of them.


I thought so. But then I checked out the Xbox version of OutRun 2006: Coast 2 Coast, because the music in the PS2 versions have some kind of offset problem I couldn't fix. In the Sound directory are not loose WAV files, but 128k WMA files. Seriously. Many of the songs seem to have a stereo imbalance, as well. That's like one rung above the dev team having downloaded the soundtrack off of KaZaA. It's also the quality the Xbox rips CDs at, which is Mighty Suspicious.

e: Fixed it. Heyyyy. Now if only I can get the French dub of Clarissa. Tu es le meilleur!
Sik

Level: 23


Posts: 99/107
EXP: 64774
For next: 2949

Since: 12-07-12


Since last post: 3.3 years
Last activity: 1.2 years

Posted on 03-16-17 11:28:34 PM Link | Quote
I haven't checked this forum in a long while
Originally posted by sammyrms1
Searching around Nep v. SHG's data, and I found sprites of IF's face in Nepbike's portrait sheet.

Wait until you look into HDN1's data...
Foxhack
Member
Annoying fuzzball
Level: 54


Posts: 676/722
EXP: 1173517
For next: 60353

Since: 04-17-12

From: Mexicali, Mexico

Since last post: 2.0 years
Last activity: 1.8 years

Posted on 03-19-17 04:03:06 PM Link | Quote
Looks like the PC port of Turok 1 has a handy dev menu available.

https://steamcommunity.com/sharedfiles/filedetails/?id=578121273

Might be of use to people trying to dig for secrets.

____________________
My Video Game Collection
devin

Yoshi
i'm mima irl
Level: 112


Posts: 3256/3519
EXP: 14919591
For next: 418614

Since: 04-29-08

Pronouns: any
From: FL

Since last post: 297 days
Last activity: 2 days

Posted on 03-19-17 04:13:27 PM (last edited by devin at 03-19-17 04:14:12 PM) Link | Quote
The console is pretty much functionally identical to the ones that have been in every FPS engine since Quake, and enabling developer mode isn't required to use it. AFAIK the only thing the "developer" cvar does is allow you to load "loose" assets that aren't packaged inside KPF archives, and is specifically mentioned in the official tutorial that is included with the map editor, so it's not exactly a secret.

____________________
Photo by Luc Viatour
Joe
Common spammer
🍬
Level: 111


Posts: 3271/3392
EXP: 14489762
For next: 378598

Since: 08-02-07

From: Pororoca

Since last post: 3 days
Last activity: 24 min.

Posted on 03-28-17 08:40:04 PM Link | Quote
I recently acquired a copy of SCO Xenix 2.2 for AT-compatibles. I haven't been able to install it, but I was able to extract some files from the disks. One of those files is a copy of Rogue. (It actually has a whole disk of games!)


@(#)vers.c    3.6 (Berkeley) 4/21/81

Rogue version %s. (Tall brian was here)
You are suddenly as smart as Tall brian & Kamk in the middle of the night



Who the heck is Tall brian?

____________________
ふにゃあ。
devin

Yoshi
i'm mima irl
Level: 112


Posts: 3257/3519
EXP: 14919591
For next: 418614

Since: 04-29-08

Pronouns: any
From: FL

Since last post: 297 days
Last activity: 2 days

Posted on 03-28-17 09:04:00 PM Link | Quote
This post on rec.games.roguelike.rogue mentions "UltraRogue Version 1.02.1 gamma (Tall Brian SCO release)" in SCO Xenix 2.3.4. So maybe a SCO employee?

____________________
Photo by Luc Viatour
SamEarl13

Nipper Plant
Trying (and failing) to learn Lua.
Level: 43


Posts: 394/419
EXP: 523239
For next: 41807

Since: 02-14-12


Since last post: 4.1 years
Last activity: 8 days

Posted on 03-30-17 04:40:23 PM (last edited by SamEarl13 at 03-30-17 05:09:40 PM) Link | Quote
I'm still determined to find a way to get into Kingdom Hearts 2's files so I can look for stuff. The SLES_541.14 seemed to contain some info about directories and filetypes (it seems to use normal PS2 ones like PSS for video and VAG for sound) but that doesn't really help.

Edit: Actually found the music by searching for VAG and then saving anything from that to the next instance although it seemed to work better when I deleted the VAG part up to the filename (e.g. End_Piano.aif) and played it in MF_Audio as a compressed raw file). I wonder if the other files will be easy to find.

____________________
I was finding files in old PS1 games before my CD drive died and made a disc explode.
Foxhack
Member
Annoying fuzzball
Level: 54


Posts: 678/722
EXP: 1173517
For next: 60353

Since: 04-17-12

From: Mexicali, Mexico

Since last post: 2.0 years
Last activity: 1.8 years

Posted on 04-14-17 04:48:55 PM (last edited by Foxhack at 04-14-17 04:49:09 PM) Link | Quote
jopezu from the Mameworld forums found out that the unused alligator from TMNT shown here is actually used in one version of the game.

https://www.youtube.com/watch?v=mrK_l5MZuVw @ 4:37. He's not sure of what version of the game this was from.

____________________
My Video Game Collection
Pages: 1 2 3 4 5 6 7 8 9 10 ... 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.

38 database queries, 5 query cache hits.
Query execution time:  0.104606 seconds
Script execution time:  0.030052 seconds
Total render time:  0.134658 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 359 - Warning: unescaped & or unknown entity "&page"
line 149 column 392 - 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 500 - Warning: unescaped & or unknown entity "&page"
line 149 column 535 - Warning: unescaped & or unknown entity "&page"
line 149 column 573 - Warning: unescaped & or unknown entity "&page"
line 149 column 608 - Warning: unescaped & or unknown entity "&page"
line 149 column 643 - Warning: unescaped & or unknown entity "&page"
line 149 column 678 - Warning: unescaped & or unknown entity "&page"
line 149 column 714 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 753 - 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 182 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 184 column 9 - Warning: missing <tr>
line 202 column 13 - Warning: missing <tr>
line 203 column 102 - Warning: unescaped & or unknown entity "&postid"
line 228 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 230 column 9 - Warning: missing <tr>
line 248 column 13 - Warning: missing <tr>
line 249 column 102 - Warning: unescaped & or unknown entity "&postid"
line 252 column 277 - Warning: missing </div>
line 251 column 144 - Warning: missing </div>
line 251 column 74 - Warning: missing </div>
line 268 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 270 column 9 - Warning: missing <tr>
line 288 column 13 - Warning: missing <tr>
line 289 column 102 - Warning: unescaped & or unknown entity "&postid"
line 298 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 300 column 9 - Warning: missing <tr>
line 318 column 13 - Warning: missing <tr>
line 319 column 102 - Warning: unescaped & or unknown entity "&postid"
line 330 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 332 column 9 - Warning: missing <tr>
line 350 column 13 - Warning: missing <tr>
line 351 column 102 - Warning: unescaped & or unknown entity "&postid"
line 354 column 175 - Warning: missing </label> before <div>
line 354 column 235 - Warning: inserting implicit <label>
line 354 column 241 - Warning: inserting implicit <label>
line 354 column 241 - Warning: missing </label> before <div>
line 354 column 284 - Warning: inserting implicit <label>
line 354 column 284 - Warning: missing </label> before <div>
line 355 column 1 - Warning: inserting implicit <label>
line 356 column 358 - Warning: inserting implicit <label>
line 356 column 364 - Warning: discarding unexpected </label>
line 359 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 361 column 9 - Warning: missing <tr>
line 379 column 13 - Warning: missing <tr>
line 380 column 102 - Warning: unescaped & or unknown entity "&postid"
line 382 column 165 - Warning: unescaped & or unknown entity "&t"
line 387 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 389 column 9 - Warning: missing <tr>
line 407 column 13 - Warning: missing <tr>
line 408 column 102 - Warning: unescaped & or unknown entity "&postid"
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 445 column 102 - Warning: unescaped & or unknown entity "&postid"
line 447 column 74 - Warning: <style> isn't allowed in <td> elements
line 447 column 9 - Info: <td> previously mentioned
line 453 column 365 - Warning: discarding unexpected </img>
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 511 column 74 - Warning: <style> isn't allowed in <td> elements
line 511 column 9 - Info: <td> previously mentioned
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 102 - 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 102 - Warning: unescaped & or unknown entity "&postid"
line 582 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 584 column 9 - Warning: missing <tr>
line 602 column 13 - Warning: missing <tr>
line 603 column 102 - Warning: unescaped & or unknown entity "&postid"
line 610 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 612 column 9 - Warning: missing <tr>
line 630 column 13 - Warning: missing <tr>
line 631 column 102 - Warning: unescaped & or unknown entity "&postid"
line 640 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 642 column 9 - Warning: missing <tr>
line 660 column 13 - Warning: missing <tr>
line 661 column 102 - Warning: unescaped & or unknown entity "&postid"
line 666 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 668 column 9 - Warning: missing <tr>
line 686 column 13 - Warning: missing <tr>
line 687 column 102 - Warning: unescaped & or unknown entity "&postid"
line 689 column 74 - Warning: <style> isn't allowed in <td> elements
line 689 column 9 - Info: <td> previously mentioned
line 698 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 700 column 9 - Warning: missing <tr>
line 718 column 13 - Warning: missing <tr>
line 719 column 102 - Warning: unescaped & or unknown entity "&postid"
line 724 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 726 column 9 - Warning: missing <tr>
line 744 column 13 - Warning: missing <tr>
line 745 column 102 - Warning: unescaped & or unknown entity "&postid"
line 752 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 754 column 9 - Warning: missing <tr>
line 772 column 13 - Warning: missing <tr>
line 773 column 102 - Warning: unescaped & or unknown entity "&postid"
line 780 column 17 - Warning: missing <tr>
line 780 column 17 - Warning: discarding unexpected <table>
line 783 column 35 - Warning: missing <tr>
line 783 column 95 - Warning: unescaped & or unknown entity "&page"
line 783 column 128 - Warning: unescaped & or unknown entity "&page"
line 783 column 161 - Warning: unescaped & or unknown entity "&page"
line 783 column 194 - Warning: unescaped & or unknown entity "&page"
line 783 column 227 - Warning: unescaped & or unknown entity "&page"
line 783 column 260 - Warning: unescaped & or unknown entity "&page"
line 783 column 293 - Warning: unescaped & or unknown entity "&page"
line 783 column 326 - Warning: unescaped & or unknown entity "&page"
line 783 column 359 - Warning: unescaped & or unknown entity "&page"
line 783 column 392 - Warning: unescaped & or unknown entity "&page"
line 783 column 430 - Warning: unescaped & or unknown entity "&page"
line 783 column 465 - Warning: unescaped & or unknown entity "&page"
line 783 column 500 - Warning: unescaped & or unknown entity "&page"
line 783 column 535 - Warning: unescaped & or unknown entity "&page"
line 783 column 573 - Warning: unescaped & or unknown entity "&page"
line 783 column 608 - Warning: unescaped & or unknown entity "&page"
line 783 column 643 - Warning: unescaped & or unknown entity "&page"
line 783 column 678 - Warning: unescaped & or unknown entity "&page"
line 783 column 714 - Warning: unescaped & or unknown entity "&page"
line 783 column 50 - Warning: missing </font> before </td>
line 783 column 753 - Warning: missing </font> before </table>
line 785 column 35 - Warning: missing <tr>
line 785 column 50 - Warning: missing </font> before </td>
line 786 column 37 - Warning: unescaped & or unknown entity "&id"
line 785 column 188 - Warning: missing </font> before </table>
line 787 column 17 - Warning: discarding unexpected </textarea>
line 787 column 28 - Warning: discarding unexpected </form>
line 787 column 35 - Warning: discarding unexpected </embed>
line 787 column 43 - Warning: discarding unexpected </noembed>
line 787 column 53 - Warning: discarding unexpected </noscript>
line 787 column 64 - Warning: discarding unexpected </noembed>
line 787 column 74 - Warning: discarding unexpected </embed>
line 787 column 82 - Warning: discarding unexpected </table>
line 787 column 90 - Warning: discarding unexpected </table>
line 789 column 9 - Warning: missing </font> before <table>
line 801 column 25 - Warning: discarding unexpected </font>
line 810 column 57 - Warning: discarding unexpected </font>
line 788 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 160 column 11 - Warning: <img> lacks "alt" attribute
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 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 179 column 312 - Warning: <img> lacks "alt" attribute
line 187 column 22 - Warning: <img> lacks "alt" attribute
line 187 column 63 - Warning: <img> lacks "alt" attribute
line 187 column 112 - Warning: <img> lacks "alt" attribute
line 187 column 162 - Warning: <img> lacks "alt" attribute
line 198 column 15 - Warning: <img> lacks "alt" attribute
line 232 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 232 column 14 - Warning: <img> lacks "alt" attribute
line 232 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 232 column 57 - Warning: <img> lacks "alt" attribute
line 233 column 22 - Warning: <img> lacks "alt" attribute
line 233 column 63 - Warning: <img> lacks "alt" attribute
line 233 column 112 - Warning: <img> lacks "alt" attribute
line 233 column 162 - Warning: <img> lacks "alt" attribute
line 234 column 11 - Warning: <img> lacks "alt" attribute
line 244 column 15 - Warning: <img> lacks "alt" attribute
line 273 column 22 - Warning: <img> lacks "alt" attribute
line 273 column 63 - Warning: <img> lacks "alt" attribute
line 273 column 112 - Warning: <img> lacks "alt" attribute
line 273 column 162 - Warning: <img> lacks "alt" attribute
line 284 column 15 - Warning: <img> lacks "alt" attribute
line 303 column 22 - Warning: <img> lacks "alt" attribute
line 303 column 63 - Warning: <img> lacks "alt" attribute
line 303 column 112 - Warning: <img> lacks "alt" attribute
line 303 column 162 - Warning: <img> lacks "alt" attribute
line 314 column 15 - Warning: <img> lacks "alt" attribute
line 325 column 321 - Warning: <img> lacks "alt" attribute
line 325 column 377 - Warning: <img> lacks "alt" attribute
line 335 column 22 - Warning: <img> lacks "alt" attribute
line 335 column 63 - Warning: <img> lacks "alt" attribute
line 335 column 112 - Warning: <img> lacks "alt" attribute
line 335 column 162 - Warning: <img> lacks "alt" attribute
line 336 column 11 - Warning: <img> lacks "alt" attribute
line 346 column 15 - Warning: <img> lacks "alt" attribute
line 355 column 293 - Warning: <img> lacks "alt" attribute
line 356 column 444 - Warning: <img> lacks "alt" attribute
line 364 column 22 - Warning: <img> lacks "alt" attribute
line 364 column 63 - Warning: <img> lacks "alt" attribute
line 364 column 112 - Warning: <img> lacks "alt" attribute
line 364 column 162 - Warning: <img> lacks "alt" attribute
line 365 column 11 - Warning: <img> lacks "alt" attribute
line 375 column 15 - Warning: <img> lacks "alt" attribute
line 392 column 22 - Warning: <img> lacks "alt" attribute
line 392 column 63 - Warning: <img> lacks "alt" attribute
line 392 column 112 - Warning: <img> lacks "alt" attribute
line 392 column 162 - Warning: <img> lacks "alt" attribute
line 403 column 15 - Warning: <img> lacks "alt" attribute
line 429 column 23 - Warning: <img> lacks "alt" attribute
line 429 column 64 - Warning: <img> lacks "alt" attribute
line 440 column 15 - Warning: <img> lacks "alt" attribute
line 453 column 327 - Warning: <img> lacks "alt" attribute
line 464 column 11 - 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 161 - Warning: <img> lacks "alt" attribute
line 466 column 11 - Warning: <img> lacks "alt" attribute
line 476 column 15 - Warning: <img> lacks "alt" attribute
line 485 column 429 - Warning: <img> lacks "alt" attribute
line 493 column 23 - Warning: <img> lacks "alt" attribute
line 493 column 64 - Warning: <img> lacks "alt" attribute
line 504 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 532 column 11 - Warning: <img> lacks "alt" attribute
line 542 column 15 - Warning: <img> lacks "alt" attribute
line 549 column 122 - Warning: <img> proprietary attribute value "absmiddle"
line 549 column 122 - Warning: <img> lacks "alt" attribute
line 557 column 21 - Warning: <img> lacks "alt" attribute
line 557 column 62 - Warning: <img> lacks "alt" attribute
line 557 column 111 - Warning: <img> lacks "alt" attribute
line 557 column 161 - Warning: <img> lacks "alt" attribute
line 558 column 11 - Warning: <img> lacks "alt" attribute
line 568 column 15 - Warning: <img> lacks "alt" attribute
line 575 column 198 - Warning: <img> proprietary attribute value "absmiddle"
line 575 column 198 - Warning: <img> lacks "alt" attribute
line 587 column 22 - Warning: <img> lacks "alt" attribute
line 587 column 63 - Warning: <img> lacks "alt" attribute
line 587 column 112 - Warning: <img> lacks "alt" attribute
line 587 column 162 - Warning: <img> lacks "alt" attribute
line 598 column 15 - Warning: <img> lacks "alt" attribute
line 615 column 22 - Warning: <img> lacks "alt" attribute
line 615 column 63 - Warning: <img> lacks "alt" attribute
line 615 column 112 - Warning: <img> lacks "alt" attribute
line 615 column 162 - Warning: <img> lacks "alt" attribute
line 616 column 11 - Warning: <img> lacks "alt" attribute
line 626 column 15 - Warning: <img> lacks "alt" attribute
line 644 column 11 - Warning: <img> lacks "alt" attribute
line 645 column 23 - Warning: <img> lacks "alt" attribute
line 645 column 64 - Warning: <img> lacks "alt" attribute
line 645 column 113 - Warning: <img> lacks "alt" attribute
line 645 column 163 - Warning: <img> lacks "alt" attribute
line 646 column 11 - Warning: <img> lacks "alt" attribute
line 656 column 15 - Warning: <img> lacks "alt" attribute
line 671 column 23 - Warning: <img> lacks "alt" attribute
line 671 column 64 - Warning: <img> lacks "alt" attribute
line 671 column 113 - Warning: <img> lacks "alt" attribute
line 671 column 163 - Warning: <img> lacks "alt" attribute
line 672 column 11 - Warning: <img> lacks "alt" attribute
line 682 column 15 - Warning: <img> lacks "alt" attribute
line 702 column 11 - Warning: <img> lacks "alt" attribute
line 703 column 23 - Warning: <img> lacks "alt" attribute
line 703 column 64 - Warning: <img> lacks "alt" attribute
line 703 column 113 - Warning: <img> lacks "alt" attribute
line 703 column 163 - Warning: <img> lacks "alt" attribute
line 704 column 11 - Warning: <img> lacks "alt" attribute
line 714 column 15 - Warning: <img> lacks "alt" attribute
line 728 column 11 - Warning: <img> lacks "alt" attribute
line 729 column 22 - Warning: <img> lacks "alt" attribute
line 729 column 63 - Warning: <img> lacks "alt" attribute
line 729 column 111 - Warning: <img> lacks "alt" attribute
line 729 column 161 - Warning: <img> lacks "alt" attribute
line 730 column 11 - Warning: <img> lacks "alt" attribute
line 740 column 15 - Warning: <img> lacks "alt" attribute
line 757 column 22 - Warning: <img> lacks "alt" attribute
line 757 column 63 - Warning: <img> lacks "alt" attribute
line 757 column 112 - Warning: <img> lacks "alt" attribute
line 757 column 162 - Warning: <img> lacks "alt" attribute
line 758 column 11 - Warning: <img> lacks "alt" attribute
line 768 column 15 - Warning: <img> lacks "alt" attribute
line 786 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 786 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 786 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 795 column 25 - Warning: <img> lacks "alt" attribute
line 800 column 267 - Warning: <img> lacks "alt" attribute
line 354 column 175 - Warning: trimming empty <label>
line 354 column 235 - Warning: trimming empty <label>
line 354 column 284 - Warning: trimming empty <label>
line 356 column 358 - Warning: trimming empty <label>
line 780 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 203 column 27 - Warning: <nobr> is not approved by W3C
line 249 column 27 - Warning: <nobr> is not approved by W3C
line 289 column 27 - Warning: <nobr> is not approved by W3C
line 319 column 27 - Warning: <nobr> is not approved by W3C
line 351 column 27 - Warning: <nobr> is not approved by W3C
line 380 column 27 - Warning: <nobr> is not approved by W3C
line 408 column 27 - Warning: <nobr> is not approved by W3C
line 445 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 547 column 27 - Warning: <nobr> is not approved by W3C
line 573 column 27 - Warning: <nobr> is not approved by W3C
line 603 column 27 - Warning: <nobr> is not approved by W3C
line 631 column 27 - Warning: <nobr> is not approved by W3C
line 661 column 27 - Warning: <nobr> is not approved by W3C
line 687 column 27 - Warning: <nobr> is not approved by W3C
line 719 column 27 - Warning: <nobr> is not approved by W3C
line 745 column 27 - Warning: <nobr> is not approved by W3C
line 773 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 341 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