Register - Login
Views: 99406869
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 07:48:37 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 ... 91 92 93 94 95 96 97 98 99 100 101 Next newer thread | Next older thread
*67
20
Level: 12


Posts: 20/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 08-22-16 10:09:49 PM (last edited by *67 at 08-22-16 11:37:39 PM) Link | Quote



I was meddling around with Mega Man 7 last night, and manage to get the 2P Versus mode to load single-player stages. Normally, editing the RAM address for stage IDs doesn't work in 2P, but by altering the value that says what screen to load on, I finally got it to happen.

So far, it's not very useful and just kind of neat. Here's some oddities about it:

1. No enemies or objects load. Just you and the other player.
2. Screen transitions don't work. The screen will scroll with the player, but at the sliding transitions (like climbing up or dropping down), it simply doesn't go.
3. The screen scrolls with P1. If P1 moves in a way that scrolls the screen while P2 is at the edge, P2 is simply dragged along with the border. P2 be dragged through walls like this.
4. Special stage tiles (like spikes, slippery ice, Spring Man's level's springs, etc.) do nothing. Ladders cannot be used.
5. Pits don't kill you. You'll just be off-screen. You can still make the screen move and you can be heard doing stuff.

Side observation:
My original project was to see if it was possible to load the 2P Vs. versions of Mega Man or Bass in to the single-player game. Obviously, the game behaves differently and (mostly) uses RAM addresses for different things when in Versus mode. It shares some addresses with the 1P mode though, such as gravity and X/Y location, but not many.

On the other side of the spectrum, you can load the Vs stage in to 1P mode by loading Wily Stage 4 with a screen selector, indicating that the 2P stage exists in Wily Stage 4's map. You can also load the stage used in the Vs. Mode character select screen, but Mega Man will teleport down and miss the tiny platforms every time, killing him.


____________________
The curator of Namco Museum Online!
koolaidman
Member
Level: 24


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

Since: 07-17-10


Since last post: 3.4 years
Last activity: 1.2 years

Posted on 08-24-16 05:18:26 PM Link | Quote
There's a stray file called TEST.BIN in the Saturn port of Virtual On. The file itself contains mostly code and a few strings suggesting it was meant to be used to test the gameplay, since it's the only file to contain strings for printing X/Y/Z coordinates and what I assume is the current frame rate (the PC version refers to the framerate as "MOTION"). The file also has a list of a ton of strings for individual files pertaining to all the available mechs and stage specific objects.

The file itself has a base address 06010000 and is oddly enough selfcontained for the most part, meaning that there are next to no external function calls to other files. There are pointers that point to the M2ELIB.BIN file once it's been loaded. But aside from that, there don't seem to be any pointers to other LO/HIRAM memory locations either, as the majority of the pointers point to this weird blank padding space within the file itself. The file itself hasn't been changed at all throughout every version/release of the game as far as I know (the only version I couldn't check was the Taikenban, which hasn't been dumped). Unfortunately, there are no references to this file anywhere in the game files, so it's impossible to load this without having to hack the game. I think that the file itself was at one point supposed to be loaded by IP.BIN or maybe by 0.bin (the "1st_read" file) by default.

Here's a link to an IDA Pro 6.8 database of the file if you want to take a look:
https://dl.dropboxusercontent.com/u/38216/TEST.zip
koolaidman
Member
Level: 24


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

Since: 07-17-10


Since last post: 3.4 years
Last activity: 1.2 years

Posted on 08-27-16 08:50:53 PM (last edited by koolaidman at 08-27-16 08:58:05 PM) Link | Quote


In the US version of Burning Rangers, if 060FFC30 is h'2000 instead of h'200, it loads a small debugger. This is checked every frame by a function at 0601E474 (in 0.bin). To get this to load in game yourself, the instruction at 060040E6 should read "mov.w #h'2000, r0" instead of "mov.w #h'200, r0". The value used in this instruction is stored at 6004166 in 0.bin, so you can just modify the file with your favorite hex editor (in the file itself, the address will be at 0x166).

PRGTTL.bin contains text for a 'config' screen where you can modify the following settings:

- SET CONFIG -
START STAGE:
KEY ASSIGN :
PL NODISP :
PLAYER NAME:
NO OBJECT :
GENERATE :
INFO OFF :
TIME LIMIT :
ENV. LIGHT :
IMM GOUR :
MAP EDIT :
DEMO NUMBER:
CRYSTAL ALL:
CRYSTAL 20 :
LIGHT ONCE :
INVINCIBLE :
DEBUG DISP :

This file, and some of the other PRG bin files are compressed in some format and contain some small chunks of code. PRGTTL.bin in particular seems to be used for initializing stages. In the Taikenban, the code/strings for this file is actually compiled directly in 0.bin (the main executable). To view this file in the final version, you'll have to let the game decompress it and go to 06078000 in memory at the right time. I've disassembled the file in both the Taikenban and in the final and cant quite figure out how the game accesses this screen. The code that loads these strings as part of an array is located at 0607C720 with the base address and everything but nothing I know accesses it.

That weird mess of characters at the bottom of the print out in the screenshot is the current password.
Kak

...
Level: 80


Posts: 1572/1928
EXP: 4755395
For next: 27574

Since: 09-03-13

From: ???

Since last post: 61 days
Last activity: 57 days

Posted on 09-08-16 06:25:27 PM (last edited by Schezo at 09-08-16 09:14:59 PM) Link | Quote
KLayout v3.1
It turns out the prototype of Sonic Spinball does have an ending programmed, though it's very glitchy.

Video

For the record: normally the final boss is invincible, so you can't see this cutscene.


EDIT: Also, all the other bonus stages are implemented, to varying degrees of completion.
Use the PAR Code FF3949:0? to choose a bonus stage ID.

Where ? is:
- 0 for Robo Smile (the only accessible one)
- 1 for the Multi Ball stage
- 2 for Trapped alive
- 3 for The March (known as 'Scratch's March' at this point)

____________________
Profile - Send PM - Youtube - Hurr - Twitter
*67
20
Level: 12


Posts: 21/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 09-11-16 05:01:37 AM (last edited by *67 at 09-12-16 02:43:13 AM) Link | Quote

Meddled around with the special gold cartridge version of Punch-Out. As many of you know, only 10,000 copies of this gold cart were distributed via contest that took place a month before the normal release ("Mike Tyson's Punch Out!!"), and it does not feature a "final bout" with Tyson or Mr. Dream. Instead, it ends after Super Macho Man.

However, despite there not being any visible references to Tyson in this version, all of Tyson's graphics (portrait, name graphics for intro screen, and in-fight sprites) are in the ROM! I haven't checked to see if they're identical to MTPO's or not. And all Tyson-related text is in the ROM, and seems identical.

But as for fighting the big man himself? I don't think his fight is programmed in yet, as I can't get it to load through changing RAM addresses. However, it DOES yield a partially-finished profile page, containing proper text for "THE DREAM FIGHT" and "KID DYNAMITE." His proper profile information exists in the ROM, but as you can see, it's unused.

Attempting to load the fight crashes to a grey screen with crowd noise. The between-round banter for him hasn't been implemented yet, but as noted above, it exists in the ROM.

Someone a little more handy with hacking may be interested in seeing if any programming for him exists. Since the graphics and text for Tyson's special screens (like the one at the start of the game, the pre-fight flashing "THE DREAM MATCH screen, and post-fight "I've never seen such Finger Speed before!" screen) exist in the game, it's possible that they can be triggered to appear in the gold cart.



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


Posts: 70/72
EXP: 33186
For next: 2591

Since: 03-27-14


Since last post: 3.8 years
Last activity: 3.8 years

Posted on 09-13-16 03:42:53 PM Link | Quote
I was lookin around da web and found somethin about an unused level for TM:HO for ps2, here http://temp.tmalliance.com/?num=1448301730




the level still has some placeholder ramps and barebones destructible enviroment(some dissapear instantly) and you can easily fall off the map wich will make you warp back.
apparently they were gonna release a code on their forums but forgot, so i made a code for it (i only tested on codebreaker10) if anyone wanna see it:

Master code(must be on)
90295498 0C0A54CE

City of the Dead replaces Suburban Terror:
202F3388 475F4348
202F338C 00000044
dbg_01

Shyguy
Level: 21


Posts: 77/94
EXP: 47786
For next: 2157

Since: 10-14-14


Since last post: 3.8 years
Last activity: 2.4 years

Posted on 09-13-16 07:45:21 PM (last edited by dbg_01 at 09-24-16 04:20:20 PM) Link | Quote
Found this in RE: Revelation eShop Demo (EU):

romfs:\model\texturess103_006_BM.tex



look at the small picture in the middle of the texture, It looks like a place from the first trailer which was cutd from the release version
Hiccup
Member
Level: 57


Posts: 685/772
EXP: 1474155
For next: 11773

Since: 05-19-09


Since last post: 102 days
Last activity: 3 days

Posted on 09-14-16 07:24:45 AM Link | Quote
Which demo?

____________________
TCRF Contributions
divingkataetheweirdo

Bandit
TCRF Super Editor
Level: 57


Posts: 623/822
EXP: 1479794
For next: 6134

Since: 07-09-11


Since last post: 1.6 years
Last activity: 253 days

Posted on 09-14-16 08:41:40 AM Link | Quote
I'd presume it's the demo included with Resident Evil: The Mercenaries 3D.

____________________
rabidabid
Member
Level: 27


Posts: 90/135
EXP: 102376
For next: 13783

Since: 08-25-10


Since last post: 24 days
Last activity: 7 days

Posted on 09-19-16 12:36:01 AM Link | Quote
Noticed this a while ago but dunno where else to put it so

Here's some footage of NieR:Automata streamed during last E3 for PlayStation Underground. It has some debug menu action, notably some free enemy placement around the 11 minute mark. (There are some other copies of this stream footage uploaded on Youtube and likely elsewhere)

The menu's all in Japanese but it looks pretty in-depth.


Vera
User
Level: 9


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

Since: 05-05-16


Since last post: 4.4 years
Last activity: 3.2 years

Posted on 10-10-16 02:58:31 AM (last edited by Vera at 10-10-16 03:01:50 AM) Link | Quote
Found some old UI stuff digging through Illbleed's textures:



A life insurance mechanic is something that is mentioned in several Dreamcast Magazine previews, but was eventually cut from the game. I assume blood types were relevant at some point for transfusions at the ER, but that also did not make it to the final game.



In the retail version, guns do not consume ammo, and the scoring system is more simplistic. The characters Alicia Evans and Wong Cheung Yi are never mentioned anywhere outside of this graphic. They may have been cut pretty early on. Eriko Christy is referred to as Christy Redgrave in several UI elements.



The item in the third row, fifth from the right does not appear in the final game. I don't think this sheet is used, either.




Presumably intended for some kind of demo. Sega Retro says an @barai version was planned, but cancelled.
divingkataetheweirdo

Bandit
TCRF Super Editor
Level: 57


Posts: 635/822
EXP: 1479794
For next: 6134

Since: 07-09-11


Since last post: 1.6 years
Last activity: 253 days

Posted on 10-10-16 05:05:04 AM (last edited by divingkataetheweirdo at 10-10-16 05:11:04 AM) Link | Quote
Illbleed also has icons for bunch of Dreamcast peripherals, IIRC. Some of them were never released or only released in Japan. Some more things can be found here (Content Warning: Nudity), though some of the images were not successfully archived in time.

On a semi-related note, this has yet to be looked into:



I worked on an early Dreamcast game and was in charge of writing the code that displayed pictures on the VMU (if you remember the memory cards on the Dreamcast had little LCD panels on them and could be used as tiny, very simple game consoles). Anyway, we only used them to display static pictures during play, and an artist was meant to be making some icons for me to use. However, the artist in question was busy with other stuff so I turned my hand to some pixel art and did them myself. They turned out pretty well and it was decided to use them in the finished product.

However, when writing the VMU display code, I noticed that although VMU could only display things in black and white, the API for displaying pictures actually accepted a 4bpp greyscale image. Values of 7 and under would show up black, 8 and above would show up white.

I figured that this was a bit of future-proofing by Sega in case they wanted to release a more advanced VMU with a greyscale screen. It was then that I came up with a cunning plan. I made two images (one of a big grinning picture of my face, and one with my web address on it), rendered in 8-colour (3bpp) greyscale.

So I then had two sets of images – the proper ones, which had values of 0 for black and 8 for white, and the ‘hidden’ ones which had values from 0 to 7. I added the two together, which gave me an image that would show the proper image on the standard VMU but would (presumably) show my hidden images overlaid if they ever released a greyscale VMU.

Sadly, I don’t think Sega ever released a greyscale VMU.




____________________
Vera
User
Level: 9


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

Since: 05-05-16


Since last post: 4.4 years
Last activity: 3.2 years

Posted on 10-10-16 05:49:33 PM Link | Quote
I found that thread while trying to figure out how to get at the textures, but didn't think to run it through Wayback. My eyes glazed over when I saw the regular Dreamcast mic, although I doubt I would have recognized that third peripheral as unusual. That's pretty neat. Incidentally, I went through all of the enemy files, and did not see anything unused.



This was also just floating around in the root directory along with the textures for the easter egg mini game. Might have been intended for a store demo, or possibly the 2000 TGS showing?

The Japanese version also has a selection of what look like forum avatars in the "DPSS" directory, in .gif format. Not sure if or how these were integrated with the network feature that was cut from the US release, as Crazy Games' website at the time had a text-only BBS in both English and Japanese, and their download page had only promo videos.


Foxhack
Member
Annoying fuzzball
Level: 54


Posts: 670/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 10-10-16 09:32:54 PM (last edited by Foxhack at 10-11-16 02:06:35 AM) Link | Quote
Originally posted by Vera



... huh.

I'm not sure how to feel about that. XD

Edit: Vera, could it be possible that those avatars were meant to be the game's bonuses that are shown when you pop the game disc on a normal PC? Like the wallpapers and such in other games?

____________________
My Video Game Collection
Vera
User
Level: 9


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

Since: 05-05-16


Since last post: 4.4 years
Last activity: 3.2 years

Posted on 10-11-16 06:29:42 PM Link | Quote
It's certainly possible that they were some kind of bonus content, but I don't think that directory is normally accessible on a CD-ROM drive. I don't have an original Japanese copy of the game to check. In my experience, bonus Dreamcast stuff is always "loose" in the main directory with the abstract, bibliography and copyright text files, and always in .bmp format. Given that they and all of the other network files are in directories beginning with "DP" (and the other images intended to be displayed on the INDEX.HTML Dricas splash page on the disc are also in .gif format), I would guess that, at minimum, you needed to access them through the network feature.
rabidabid
Member
Level: 27


Posts: 92/135
EXP: 102376
For next: 13783

Since: 08-25-10


Since last post: 24 days
Last activity: 7 days

Posted on 10-23-16 10:58:39 PM Link | Quote
So a little while ago I found this recent interview between Yuji Naka and a dude from Game Center CX. I think it's supposed to be about the idea of creating a new licensed Genesis game. But it ends up covering a range of topics, including the Ghouls'n Ghosts port and, of course, Sonic. Seems pretty insightful.

But what's really interesting is the couple pieces of software he brought with him.


One is a scaling/rotating test, apparently meant to be used for the Sonic 1 special stages, but ultimately wasn't.


The other is a cancelled space game called Metal Lancer (メタルランサー), which was being developed after GnG, but before Sonic.

(I'm just using Google Translate to get an idea of what's being talked about, so may be inaccurate.)
*67
20
Level: 12


Posts: 22/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 10-26-16 01:50:24 PM Link | Quote

Originally posted by Foxhack
Originally posted by Vera



... huh.

I'm not sure how to feel about that. XD


But I do.


____________________
The curator of Namco Museum Online!
dbg_01

Shyguy
Level: 21


Posts: 82/94
EXP: 47786
For next: 2157

Since: 10-14-14


Since last post: 3.8 years
Last activity: 2.4 years

Posted on 11-08-16 05:33:29 PM Link | Quote
some textures from the HD version of The Silver Case
DD

*67
20
Level: 12


Posts: 24/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-14-16 01:20:12 AM (last edited by *67 at 11-14-16 01:36:27 AM) Link | Quote

Getting screwy with Teenage Mutant Ninja Turtles prototype for the NES. This may also apply to the retail version, which is supposed to be nearly identical to the prototype available.

By editing the "current sub-weapon equipped" value in the RAM, I found some interesting results. For instance, many of the values yield friendly versions of enemies (Albeit with glitched graphics) that fight along side you and don't harm you (their projectiles may, though). There's a few variations on the friendly versions I've found so far, mostly friendly Foot Soldiers and some glitched thing that stays stationary and damages anything that contacts it. Other values produce glitchy projectiles that one fire diagonally downwards. There was one value that acted like a invisible temporary shield directly in front of the turtle that killed enemies; I couldn't determine if its duration was based on number of hits or time elapsed, because I quickly moved on to the next value.

I didn't go all the way to FF, but a lot of the results fell in to one of the aforementioned categories. Also of note is that these seem to one-shot ALMOST everything. Those that aren't killed in a single hit, like Shredder, are heavily damaged to the point that it only takes two or three hits.

____________________
The curator of Namco Museum Online!
FMecha
Member
Level: 14


Posts: 26/32
EXP: 10427
For next: 2644

Since: 03-24-13


Since last post: 4.4 years
Last activity: 4.0 years

Posted on 11-16-16 02:55:54 PM (last edited by FMecha at 11-16-16 04:09:17 PM) Link | Quote
I already posted about the WRC Rally Evolved debug menu that nobody cared, and using the Japanese language option - which otherwise blanks out all in-game text - does have actual text relating to memory cards:


No memory card found. (at startup)


Save current profile?

EDIT: Video of the whole debug menu.
Pages: 1 2 3 4 5 6 7 8 9 10 ... 91 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.

37 database queries, 6 query cache hits.
Query execution time:  0.113530 seconds
Script execution time:  0.040740 seconds
Total render time:  0.154270 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 713 - Warning: unescaped & or unknown entity "&page"
line 149 column 749 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 788 - 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 180 column 277 - Warning: missing </div>
line 179 column 144 - Warning: missing </div>
line 179 column 74 - Warning: missing </div>
line 199 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 201 column 9 - Warning: missing <tr>
line 219 column 13 - Warning: missing <tr>
line 220 column 102 - Warning: unescaped & or unknown entity "&postid"
line 230 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 232 column 9 - Warning: missing <tr>
line 250 column 13 - Warning: missing <tr>
line 251 column 102 - Warning: unescaped & or unknown entity "&postid"
line 283 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 285 column 9 - Warning: missing <tr>
line 303 column 13 - Warning: missing <tr>
line 304 column 102 - Warning: unescaped & or unknown entity "&postid"
line 306 column 74 - Warning: <style> isn't allowed in <td> elements
line 306 column 9 - Info: <td> previously mentioned
line 320 column 3310 - Warning: missing <tr>
line 323 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 325 column 9 - Warning: missing <tr>
line 343 column 13 - Warning: missing <tr>
line 344 column 102 - Warning: unescaped & or unknown entity "&postid"
line 347 column 277 - Warning: missing </div>
line 346 column 144 - Warning: missing </div>
line 346 column 74 - Warning: missing </div>
line 360 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 362 column 9 - Warning: missing <tr>
line 380 column 13 - Warning: missing <tr>
line 381 column 102 - Warning: unescaped & or unknown entity "&postid"
line 399 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 401 column 9 - Warning: missing <tr>
line 419 column 13 - Warning: missing <tr>
line 420 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 458 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 460 column 9 - Warning: missing <tr>
line 478 column 13 - Warning: missing <tr>
line 479 column 102 - Warning: unescaped & or unknown entity "&postid"
line 484 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 486 column 9 - Warning: missing <tr>
line 504 column 13 - Warning: missing <tr>
line 505 column 102 - Warning: unescaped & or unknown entity "&postid"
line 517 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 519 column 9 - Warning: missing <tr>
line 537 column 13 - Warning: missing <tr>
line 538 column 102 - Warning: unescaped & or unknown entity "&postid"
line 560 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 562 column 9 - Warning: missing <tr>
line 580 column 13 - Warning: missing <tr>
line 581 column 102 - Warning: unescaped & or unknown entity "&postid"
line 601 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 603 column 9 - Warning: missing <tr>
line 621 column 13 - Warning: missing <tr>
line 622 column 102 - Warning: unescaped & or unknown entity "&postid"
line 636 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 638 column 9 - Warning: missing <tr>
line 656 column 13 - Warning: missing <tr>
line 657 column 102 - Warning: unescaped & or unknown entity "&postid"
line 668 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 670 column 9 - Warning: missing <tr>
line 688 column 13 - Warning: missing <tr>
line 689 column 102 - Warning: unescaped & or unknown entity "&postid"
line 694 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 696 column 9 - Warning: missing <tr>
line 714 column 13 - Warning: missing <tr>
line 715 column 102 - Warning: unescaped & or unknown entity "&postid"
line 730 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 732 column 9 - Warning: missing <tr>
line 750 column 13 - Warning: missing <tr>
line 751 column 102 - Warning: unescaped & or unknown entity "&postid"
line 754 column 277 - Warning: missing </div>
line 753 column 144 - Warning: missing </div>
line 753 column 74 - Warning: missing </div>
line 764 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 766 column 9 - Warning: missing <tr>
line 784 column 13 - Warning: missing <tr>
line 785 column 102 - Warning: unescaped & or unknown entity "&postid"
line 793 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 795 column 9 - Warning: missing <tr>
line 813 column 13 - Warning: missing <tr>
line 814 column 102 - Warning: unescaped & or unknown entity "&postid"
line 817 column 277 - Warning: missing </div>
line 816 column 144 - Warning: missing </div>
line 816 column 74 - Warning: missing </div>
line 824 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 826 column 9 - Warning: missing <tr>
line 844 column 13 - Warning: missing <tr>
line 845 column 102 - Warning: unescaped & or unknown entity "&postid"
line 858 column 17 - Warning: missing <tr>
line 858 column 17 - Warning: discarding unexpected <table>
line 861 column 35 - Warning: missing <tr>
line 861 column 95 - Warning: unescaped & or unknown entity "&page"
line 861 column 128 - Warning: unescaped & or unknown entity "&page"
line 861 column 161 - Warning: unescaped & or unknown entity "&page"
line 861 column 194 - Warning: unescaped & or unknown entity "&page"
line 861 column 227 - Warning: unescaped & or unknown entity "&page"
line 861 column 260 - Warning: unescaped & or unknown entity "&page"
line 861 column 293 - Warning: unescaped & or unknown entity "&page"
line 861 column 326 - Warning: unescaped & or unknown entity "&page"
line 861 column 359 - Warning: unescaped & or unknown entity "&page"
line 861 column 392 - Warning: unescaped & or unknown entity "&page"
line 861 column 430 - Warning: unescaped & or unknown entity "&page"
line 861 column 465 - Warning: unescaped & or unknown entity "&page"
line 861 column 500 - Warning: unescaped & or unknown entity "&page"
line 861 column 535 - Warning: unescaped & or unknown entity "&page"
line 861 column 573 - Warning: unescaped & or unknown entity "&page"
line 861 column 608 - Warning: unescaped & or unknown entity "&page"
line 861 column 643 - Warning: unescaped & or unknown entity "&page"
line 861 column 678 - Warning: unescaped & or unknown entity "&page"
line 861 column 713 - Warning: unescaped & or unknown entity "&page"
line 861 column 749 - Warning: unescaped & or unknown entity "&page"
line 861 column 50 - Warning: missing </font> before </td>
line 861 column 788 - Warning: missing </font> before </table>
line 863 column 35 - Warning: missing <tr>
line 863 column 50 - Warning: missing </font> before </td>
line 864 column 37 - Warning: unescaped & or unknown entity "&id"
line 863 column 188 - Warning: missing </font> before </table>
line 865 column 17 - Warning: discarding unexpected </textarea>
line 865 column 28 - Warning: discarding unexpected </form>
line 865 column 35 - Warning: discarding unexpected </embed>
line 865 column 43 - Warning: discarding unexpected </noembed>
line 865 column 53 - Warning: discarding unexpected </noscript>
line 865 column 64 - Warning: discarding unexpected </noembed>
line 865 column 74 - Warning: discarding unexpected </embed>
line 865 column 82 - Warning: discarding unexpected </table>
line 865 column 90 - Warning: discarding unexpected </table>
line 867 column 9 - Warning: missing </font> before <table>
line 879 column 25 - Warning: discarding unexpected </font>
line 888 column 57 - Warning: discarding unexpected </font>
line 866 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 14 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 14 - Warning: <img> lacks "alt" attribute
line 160 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 57 - 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 162 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 180 column 391 - Warning: <img> lacks "alt" attribute
line 204 column 22 - Warning: <img> lacks "alt" attribute
line 204 column 63 - Warning: <img> lacks "alt" attribute
line 204 column 112 - Warning: <img> lacks "alt" attribute
line 204 column 162 - Warning: <img> lacks "alt" attribute
line 215 column 15 - Warning: <img> lacks "alt" attribute
line 235 column 22 - Warning: <img> lacks "alt" attribute
line 235 column 63 - Warning: <img> lacks "alt" attribute
line 235 column 112 - Warning: <img> lacks "alt" attribute
line 235 column 162 - Warning: <img> lacks "alt" attribute
line 246 column 15 - Warning: <img> lacks "alt" attribute
line 253 column 74 - Warning: <img> lacks "alt" attribute
line 287 column 11 - Warning: <img> lacks "alt" attribute
line 288 column 22 - Warning: <img> lacks "alt" attribute
line 288 column 63 - Warning: <img> lacks "alt" attribute
line 288 column 112 - Warning: <img> lacks "alt" attribute
line 288 column 162 - Warning: <img> lacks "alt" attribute
line 289 column 11 - Warning: <img> lacks "alt" attribute
line 299 column 15 - Warning: <img> lacks "alt" attribute
line 320 column 3438 - Warning: <img> lacks "alt" attribute
line 320 column 3874 - Warning: <img> lacks "alt" attribute
line 320 column 4283 - Warning: <img> lacks "alt" attribute
line 320 column 4597 - Warning: <img> lacks "alt" attribute
line 320 column 4928 - Warning: <img> lacks "alt" attribute
line 327 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 327 column 14 - Warning: <img> lacks "alt" attribute
line 327 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 327 column 57 - Warning: <img> lacks "alt" attribute
line 328 column 22 - Warning: <img> lacks "alt" attribute
line 328 column 63 - Warning: <img> lacks "alt" attribute
line 328 column 112 - Warning: <img> lacks "alt" attribute
line 328 column 162 - Warning: <img> lacks "alt" attribute
line 329 column 11 - Warning: <img> lacks "alt" attribute
line 339 column 15 - Warning: <img> lacks "alt" attribute
line 351 column 1411 - Warning: <img> lacks "alt" attribute
line 365 column 22 - Warning: <img> lacks "alt" attribute
line 365 column 63 - Warning: <img> lacks "alt" attribute
line 365 column 112 - Warning: <img> lacks "alt" attribute
line 365 column 162 - Warning: <img> lacks "alt" attribute
line 376 column 15 - Warning: <img> lacks "alt" attribute
line 386 column 220 - Warning: <img> lacks "alt" attribute
line 403 column 11 - Warning: <img> lacks "alt" attribute
line 404 column 22 - Warning: <img> lacks "alt" attribute
line 404 column 63 - Warning: <img> lacks "alt" attribute
line 404 column 112 - Warning: <img> lacks "alt" attribute
line 404 column 162 - Warning: <img> lacks "alt" attribute
line 405 column 11 - Warning: <img> lacks "alt" attribute
line 415 column 15 - Warning: <img> lacks "alt" attribute
line 425 column 167 - Warning: <img> lacks "alt" attribute
line 429 column 378 - Warning: <img> lacks "alt" attribute
line 437 column 22 - Warning: <img> lacks "alt" attribute
line 437 column 63 - Warning: <img> lacks "alt" attribute
line 437 column 112 - Warning: <img> lacks "alt" attribute
line 437 column 162 - Warning: <img> lacks "alt" attribute
line 448 column 15 - Warning: <img> lacks "alt" attribute
line 462 column 11 - Warning: <img> lacks "alt" attribute
line 463 column 22 - Warning: <img> lacks "alt" attribute
line 463 column 63 - Warning: <img> lacks "alt" attribute
line 463 column 112 - Warning: <img> lacks "alt" attribute
line 463 column 161 - Warning: <img> lacks "alt" attribute
line 464 column 11 - Warning: <img> lacks "alt" attribute
line 474 column 15 - Warning: <img> lacks "alt" attribute
line 481 column 180 - Warning: <img> lacks "alt" attribute
line 489 column 22 - Warning: <img> lacks "alt" attribute
line 489 column 63 - Warning: <img> lacks "alt" attribute
line 489 column 111 - Warning: <img> lacks "alt" attribute
line 489 column 161 - Warning: <img> lacks "alt" attribute
line 490 column 11 - Warning: <img> lacks "alt" attribute
line 500 column 15 - Warning: <img> lacks "alt" attribute
line 513 column 545 - Warning: <img> lacks "alt" attribute
line 514 column 616 - Warning: <img> lacks "alt" attribute
line 522 column 21 - Warning: <img> lacks "alt" attribute
line 522 column 62 - Warning: <img> lacks "alt" attribute
line 522 column 111 - Warning: <img> lacks "alt" attribute
line 522 column 161 - Warning: <img> lacks "alt" attribute
line 523 column 11 - Warning: <img> lacks "alt" attribute
line 533 column 15 - Warning: <img> lacks "alt" attribute
line 542 column 142 - Warning: <img> lacks "alt" attribute
line 546 column 473 - Warning: <img> lacks "alt" attribute
line 550 column 849 - Warning: <img> lacks "alt" attribute
line 554 column 1044 - Warning: <img> lacks "alt" attribute
line 555 column 1103 - Warning: <img> lacks "alt" attribute
line 564 column 11 - Warning: <img> lacks "alt" attribute
line 565 column 22 - Warning: <img> lacks "alt" attribute
line 565 column 63 - Warning: <img> lacks "alt" attribute
line 565 column 112 - Warning: <img> lacks "alt" attribute
line 565 column 161 - Warning: <img> lacks "alt" attribute
line 566 column 11 - Warning: <img> lacks "alt" attribute
line 576 column 15 - Warning: <img> lacks "alt" attribute
line 598 column 2192 - Warning: <img> lacks "alt" attribute
line 606 column 21 - Warning: <img> lacks "alt" attribute
line 606 column 62 - Warning: <img> lacks "alt" attribute
line 606 column 111 - Warning: <img> lacks "alt" attribute
line 606 column 161 - Warning: <img> lacks "alt" attribute
line 607 column 11 - Warning: <img> lacks "alt" attribute
line 617 column 15 - Warning: <img> lacks "alt" attribute
line 626 column 439 - Warning: <img> lacks "alt" attribute
line 632 column 1052 - Warning: <img> lacks "alt" attribute
line 632 column 1107 - Warning: <img> lacks "alt" attribute
line 632 column 1162 - Warning: <img> lacks "alt" attribute
line 632 column 1217 - Warning: <img> lacks "alt" attribute
line 633 column 1276 - Warning: <img> lacks "alt" attribute
line 633 column 1331 - Warning: <img> lacks "alt" attribute
line 633 column 1386 - Warning: <img> lacks "alt" attribute
line 641 column 22 - Warning: <img> lacks "alt" attribute
line 641 column 63 - Warning: <img> lacks "alt" attribute
line 641 column 112 - Warning: <img> lacks "alt" attribute
line 641 column 162 - Warning: <img> lacks "alt" attribute
line 642 column 11 - Warning: <img> lacks "alt" attribute
line 652 column 15 - Warning: <img> lacks "alt" attribute
line 659 column 147 - Warning: <img> lacks "alt" attribute
line 673 column 21 - Warning: <img> lacks "alt" attribute
line 673 column 62 - Warning: <img> lacks "alt" attribute
line 673 column 111 - Warning: <img> lacks "alt" attribute
line 673 column 161 - Warning: <img> lacks "alt" attribute
line 674 column 11 - Warning: <img> lacks "alt" attribute
line 684 column 15 - Warning: <img> lacks "alt" attribute
line 699 column 22 - Warning: <img> lacks "alt" attribute
line 699 column 63 - Warning: <img> lacks "alt" attribute
line 699 column 111 - Warning: <img> lacks "alt" attribute
line 699 column 161 - Warning: <img> lacks "alt" attribute
line 700 column 11 - Warning: <img> lacks "alt" attribute
line 710 column 15 - Warning: <img> lacks "alt" attribute
line 721 column 548 - Warning: <img> lacks "alt" attribute
line 724 column 760 - Warning: <img> lacks "alt" attribute
line 734 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 734 column 14 - Warning: <img> lacks "alt" attribute
line 734 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 734 column 57 - Warning: <img> lacks "alt" attribute
line 735 column 22 - Warning: <img> lacks "alt" attribute
line 735 column 63 - Warning: <img> lacks "alt" attribute
line 735 column 112 - Warning: <img> lacks "alt" attribute
line 735 column 162 - Warning: <img> lacks "alt" attribute
line 736 column 11 - Warning: <img> lacks "alt" attribute
line 746 column 15 - Warning: <img> lacks "alt" attribute
line 754 column 540 - Warning: <img> lacks "alt" attribute
line 768 column 11 - Warning: <img> lacks "alt" attribute
line 769 column 22 - Warning: <img> lacks "alt" attribute
line 769 column 63 - Warning: <img> lacks "alt" attribute
line 769 column 112 - Warning: <img> lacks "alt" attribute
line 769 column 162 - Warning: <img> lacks "alt" attribute
line 770 column 11 - Warning: <img> lacks "alt" attribute
line 780 column 15 - Warning: <img> lacks "alt" attribute
line 788 column 132 - Warning: <img> proprietary attribute value "absmiddle"
line 788 column 132 - Warning: <img> lacks "alt" attribute
line 790 column 194 - Warning: <img> lacks "alt" attribute
line 797 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 797 column 14 - Warning: <img> lacks "alt" attribute
line 797 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 797 column 57 - Warning: <img> lacks "alt" attribute
line 798 column 22 - Warning: <img> lacks "alt" attribute
line 798 column 63 - Warning: <img> lacks "alt" attribute
line 798 column 112 - Warning: <img> lacks "alt" attribute
line 798 column 162 - Warning: <img> lacks "alt" attribute
line 799 column 11 - Warning: <img> lacks "alt" attribute
line 809 column 15 - Warning: <img> lacks "alt" attribute
line 829 column 22 - Warning: <img> lacks "alt" attribute
line 829 column 63 - Warning: <img> lacks "alt" attribute
line 829 column 111 - Warning: <img> lacks "alt" attribute
line 829 column 161 - Warning: <img> lacks "alt" attribute
line 840 column 15 - Warning: <img> lacks "alt" attribute
line 849 column 351 - Warning: <img> lacks "alt" attribute
line 852 column 459 - Warning: <img> lacks "alt" attribute
line 864 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 864 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 864 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 873 column 25 - Warning: <img> lacks "alt" attribute
line 878 column 267 - Warning: <img> lacks "alt" attribute
line 858 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 220 column 27 - Warning: <nobr> is not approved by W3C
line 251 column 27 - Warning: <nobr> is not approved by W3C
line 304 column 27 - Warning: <nobr> is not approved by W3C
line 344 column 27 - Warning: <nobr> is not approved by W3C
line 381 column 27 - Warning: <nobr> is not approved by W3C
line 420 column 27 - Warning: <nobr> is not approved by W3C
line 453 column 27 - Warning: <nobr> is not approved by W3C
line 479 column 27 - Warning: <nobr> is not approved by W3C
line 505 column 27 - Warning: <nobr> is not approved by W3C
line 538 column 27 - Warning: <nobr> is not approved by W3C
line 581 column 27 - Warning: <nobr> is not approved by W3C
line 622 column 27 - Warning: <nobr> is not approved by W3C
line 657 column 27 - Warning: <nobr> is not approved by W3C
line 689 column 27 - Warning: <nobr> is not approved by W3C
line 715 column 27 - Warning: <nobr> is not approved by W3C
line 751 column 27 - Warning: <nobr> is not approved by W3C
line 785 column 27 - Warning: <nobr> is not approved by W3C
line 814 column 27 - Warning: <nobr> is not approved by W3C
line 845 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 380 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