Register - Login
Views: 99396404
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 01:10:59 PM
Jul - Posts by interdpth
Pages: 1 2 3 4
interdpth
Member
Level: 20


Posts: 41/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 01-16-13 04:20:06 PM, in Metroid Fusion debug menu(Video) Link
I am currently in process of documenting Fusion for a ROM/RAM Map. And PJboy told me about debug event names a while back so I asked him for the offset then noticed it's referenced in a function and it looks like it gets passed to a draw function. So from there we got this happening! Find of the Metroid decade!


http://youtu.be/dg8gSOJIYLo
http://metroidconstruction.com/IPS/interdpthFusionDebug.ips IPS patch

Apply to clean Fusion ROM with the header AMTE

I will be adding a page to the cutting room floor with the info as well
interdpth
Member
Level: 20


Posts: 42/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 01-17-13 03:16:20 AM, in Metroid Fusion Debug Menu Link
Oh, so I should've posted the thread here and not in rom hacking -.-

It's the find of the Metroid decade
interdpth
Member
Level: 20


Posts: 43/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 01-17-13 02:58:40 PM, in Metroid Fusion Debug Menu Link
Originally posted by Rena
Wow, that's a hell of a menu. Animated and everything. I wonder if there's more? Or if similar exists in other games using this engine...

Originally posted by Cuber456
.rtf
ಠ_ಠ


I'm going to dive into ZM this weekend and see if it has anything else besides the simple on and off for equipment.

That'd be rad.
interdpth
Member
Level: 20


Posts: 44/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 01-18-13 12:04:17 AM, in Metroid Fusion Debug Menu Link
If anyone is interested ZM has code meant to completely disable the on/off switch.

Here's some ASM spam

loc_08071BD6
LDRB R6, [R1];30016C4 menuvar
LDR R5, =SuitMisc_ActivationStatus
CMP R6, #4
BNE loc_8071C1A
LDRB R0, [R5,#(ExtraSuitStatus - 0x300153F)]

loc_8071C14:
CMP R0, #1
BEQ loc_8071C1A

loc_8071C18:
MOVS R6, #0 ; R6 is the on/off flag set it to zero so users don't see it. Set it to 1

loc_8071C1A:

LDR R0, [R2]
LDRH R1, [R0]
MOVS R0, 0x200
ANDS R0, R1
CMP R0, #0
BNE DoWeGoToDebug
LDR R0, =MenuStatus
LDRB R0, [R0]
LSLS R0, R0, #0x18
ASRS R0, R0, #0x18
CMP R0, #6 ; Valid screen
BEQ DoWeGoToDebug
MOVS R6, #0 ; Another attempt at blocking the on/off flag from users, change it to 1

DoWeGoToDebug:

CMP R6, #0
BNE debugonoff
MOVS R3, #0
MOVS R7, #0xFF ;Nop this, if it's 0xFF you can't toggle suits.
B loc_8071D8A

off_8071C40: .long off_8754BC4
off_8071C44: .long SuitMisc_ActivationStatus
off_8071C48: .long MenuStatus

debugonoff: @ CODE XREF: sub_8071B2C+10Cj
CMP R7, #0
BEQ loc_8071C54
CMP R7, #2 ;I need to research this
BNE loc_8071C64
interdpth
Member
Level: 20


Posts: 45/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 01-18-13 02:39:02 AM, in Metroid Fusion Debug Menu Link
Originally posted by Cuber456
Originally posted by interdpth
If anyone is interested ZM has code meant to completely disable the on/off switch.

Here's some ASM spam

Are you talking about the on/off switch on the status screen? That has already been found though. It can be enabled in game by patching the ROM.

http://tcrf.net/Metroid_Zero_Mission#Unused_Features

Yes, I am. I was poking around in ZM looking for similar code. But it was interesting how the purposefully block the on
interdpth
Member
Level: 20


Posts: 46/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 01-21-13 08:22:18 PM, in Metroid Fusion/Zero Mission hacking Link
Originally posted by Rena
Originally posted by interdpth
Originally posted by Rena
...how the tiles are stored in the game shouldn't be any reason you can't improve the UI, and generate maps based on the room layout. Just drawing the tiles a few pixels apart from eachoth

Anything else you need done for you?

I had edited my post stating I'd do it :p


Anywho,

UI is reverting to the one Zero Fission had



Make organization easier
interdpth
Member
Level: 20


Posts: 47/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 01-25-13 03:06:18 AM, in The General Project Screenshot/Videos Thread... Link
Working on a disassembly of the Sa-X AI in Fusion.

Funny tidbit I made
http://www.youtube.com/watch?v=X-altINxEKI
interdpth
Member
Level: 20


Posts: 48/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 02-04-13 01:29:46 AM, in Thumb decompiler plugin for IDA pro 6.1 Link
Long story short, I found an ancient(Like 8 year old) plugin for IDA Pro that can decompile THUMB asm. I find a copy of it's source through the wayback machine and got started this.
This was like a month ago.

So here's my first release of it.



http://youtu.be/kNK48VfMVqg <--Tutorial video.




Easy to use, with powerful results. That Ludde is a genius. Anyway, it's helped me a lot with my rom hacking and I hope it can help with malicious, or bad code or debug something that got compiled wrong

https://dl.dropbox.com/u/12510094/NEVERDELETE/IDATHUMBDECOMPILER.zip Plugin link

https://dl.dropbox.com/u/12510094/NEVERDELETE/thumb.zip Source code.
interdpth
Member
Level: 20


Posts: 49/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 02-04-13 03:10:18 AM, in Metroid Fusion Debug Menu Link
G on the debug menu, is for the door samus last used. In the current room
interdpth
Member
Level: 20


Posts: 50/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 04-13-13 12:10:42 AM, in BioShock Infinite (last edited by interdpth at 04-13-13 03:20:36 AM) Link
I'm trying to take a crack at it. Enabling debug more is harder than I thought

While digging through files, I'm quite certain we'll be seeing an online mode.
There's a file called "Master P.xxx"

I have to see that one day

All possible command line params?
%d x %d
%d x %d%s
\
activatetestingactions
bAdaptiveTraining
bAimAssist
bArtSubtitles
bControllerInvertLook
bDialogSubtitles
bEnableHudMarkers
bEnemyHealthBars
BezelCompensatedLabel
bFloatingCombatText
bHasCompletedFirstBootFlow
bHasInput1999Code
bHasRegisteredEmail
bHasRegisteredFoundersClub
bHasRegisteredIndustrialRevolution
bItemShimmer
bLockFramerate
bMouseInvertLook
bOptionsHasBeenSavedEver
bReduceMotionSickness
Brightness
bSkylineControlPanel
bSwitchMeleeSwapWeaponInput
bUsableObjectHighlight
bUserRequestedReducedViolence
bVibration
ControllerLookSensitivity
DefaultEngineSteamworks.ini
DifficultyLevel
DisplayMode
DPadLayout
EnableMouseAcceleration
FieldOfView
ForceCompatLevel=
FULLSCREEN
FULLSCREENWINDOWED
gamma %f
HorizontalMargin
JPN
lowGore
LowPCTexturePoolSizeMB
MasterVolume
MinControllerLookSensitivity
MouseLookSensitivity
MultiMonitorLabel
MusicVolume
norumble
NOVSYNC
OptionsVersionNumber
PrivacyPolicyVersion
reduceGore
RESETPROFILE
ResolutionX
ResolutionY
ResX=
ResY=
runfrombenchmarkbat
SFXVolume
Stereoscopic3DAdjust
TermsOfServiceVersion
TextureStreaming
ThumbStickLayout
TRIOVIZSET3DINTENSITY %f
TRIOVIZSETMODE 0
TRIOVIZSETMODE 3
TRIOVIZSETMODE 4
VerticalMargin
Video3DDisplayOption
VOVolume
WINDOWED
interdpth
Member
Level: 20


Posts: 51/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 04-13-13 02:18:40 AM, in BioShock Infinite Link
It sure seems that way. I'm gonna see what I can do over sunday. Maybe I can get a converter going or something.... That'd be neat.
interdpth
Member
Level: 20


Posts: 52/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 05-11-13 12:16:53 PM, in Metroid Fusion + Metroid Zero Mission Prototypes Link
Hey man,
Just replied to your thread on assemblergames. And your PM. sorry it took so long.

Regards,
interdpth
interdpth
Member
Level: 20


Posts: 53/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 05-11-13 12:18:57 PM, in BioShock Infinite Link
I'm not a fan of how unreal engine works.

It makes it worse I can't disassemble the exe properly due to how big it is and how outdated my pc is. Either way

Fun stuff in this vid.
http://www.youtube.com/watch?v=33C70AHpBeM
interdpth
Member
Level: 20


Posts: 54/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 05-11-13 12:26:23 PM, in Metroid Fusion + Metroid Zero Mission Prototypes (last edited by interdpth at 05-11-13 12:37:07 PM) Link
I fully agree with him not wanting to release the dumps. It's also a personal treasure to him probably. Totes would be to me. But I'd release pix of erry map.

DH can automate these things if I made it.
interdpth
Member
Level: 20


Posts: 55/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 05-11-13 02:51:10 PM, in Weird Discoveries Link
Pretty much everything but my voice in this video.
http://www.youtube.com/watch?v=33C70AHpBeM
interdpth
Member
Level: 20


Posts: 56/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 05-11-13 03:44:03 PM, in Metroid Fusion + Metroid Zero Mission Prototypes Link
Where could one find said protos? Or be given said protos.
interdpth
Member
Level: 20


Posts: 57/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 05-11-13 04:41:35 PM, in Metroid Fusion + Metroid Zero Mission Prototypes Link
Interesting, I've only seen Kiosk roms. I need to google harder when I get home. I'd love to put proto support in DH.

Dem dreams
interdpth
Member
Level: 20


Posts: 58/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 05-11-13 10:50:27 PM, in Metroid Fusion + Metroid Zero Mission Prototypes Link
Originally posted by xdaniel
The Metroid ones aren't out there AFAIK, and considering who it is who has them... I'm not counting on ever getting a release. See the Lufia fiasco.


I'll work with what he lets us.
interdpth
Member
Level: 20


Posts: 59/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 05-12-13 12:38:36 PM, in Metroid Fusion + Metroid Zero Mission Prototypes (last edited by interdpth at 05-12-13 12:43:49 PM) Link
We got DH loading a bit of the data. Hopefully by EoD today we can have screenies of all the rooms.
Also, please keep the non-metroid related shit out of this thread.
interdpth
Member
Level: 20


Posts: 60/64
EXP: 37466
For next: 4973

Since: 08-26-07


Since last post: 5.4 years
Last activity: 5.8 years

Posted on 06-18-13 06:41:11 PM, in Thumb decompiler plugin for IDA pro 6.1 Link
if it turns into a whole bunch of DWORDs, press C and it should spitout pseudo code after that. Has something to do with user defined values. For the other feel free to check out the source!
Pages: 1 2 3 4
Jul - Posts by interdpth


Rusted Logic

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

29 database queries, 48 query cache hits.
Query execution time:  0.081196 seconds
Script execution time:  0.023976 seconds
Total render time:  0.105172 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
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 147 column 136 - 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 163 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 198 - 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 190 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 192 column 9 - Warning: missing <tr>
line 210 column 13 - Warning: missing <tr>
line 218 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 220 column 9 - Warning: missing <tr>
line 238 column 13 - Warning: missing <tr>
line 251 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 253 column 9 - Warning: missing <tr>
line 271 column 13 - Warning: missing <tr>
line 327 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 329 column 9 - Warning: missing <tr>
line 347 column 13 - Warning: missing <tr>
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 382 column 147 - Warning: missing </blockquote>
line 382 column 74 - Warning: missing </blockquote>
line 397 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 399 column 9 - Warning: missing <tr>
line 417 column 13 - Warning: missing <tr>
line 426 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 428 column 9 - Warning: missing <tr>
line 446 column 13 - Warning: missing <tr>
line 468 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 470 column 9 - Warning: missing <tr>
line 488 column 13 - Warning: missing <tr>
line 494 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 496 column 9 - Warning: missing <tr>
line 514 column 13 - Warning: missing <tr>
line 600 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 602 column 9 - Warning: missing <tr>
line 620 column 13 - Warning: missing <tr>
line 626 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 628 column 9 - Warning: missing <tr>
line 646 column 13 - Warning: missing <tr>
line 656 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 658 column 9 - Warning: missing <tr>
line 676 column 13 - Warning: missing <tr>
line 687 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 689 column 9 - Warning: missing <tr>
line 707 column 13 - Warning: missing <tr>
line 715 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 717 column 9 - Warning: missing <tr>
line 735 column 13 - Warning: missing <tr>
line 742 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 744 column 9 - Warning: missing <tr>
line 762 column 13 - Warning: missing <tr>
line 768 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 770 column 9 - Warning: missing <tr>
line 788 column 13 - Warning: missing <tr>
line 796 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 798 column 9 - Warning: missing <tr>
line 816 column 13 - Warning: missing <tr>
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 851 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 853 column 9 - Warning: missing <tr>
line 871 column 13 - Warning: missing <tr>
line 877 column 17 - Warning: missing <tr>
line 877 column 17 - Warning: discarding unexpected <table>
line 880 column 35 - Warning: missing <tr>
line 880 column 95 - Warning: unescaped & or unknown entity "&page"
line 880 column 128 - Warning: unescaped & or unknown entity "&page"
line 880 column 163 - Warning: unescaped & or unknown entity "&page"
line 880 column 50 - Warning: missing </font> before </td>
line 880 column 198 - Warning: missing </font> before </table>
line 882 column 35 - Warning: missing <tr>
line 882 column 50 - Warning: missing </font> before </td>
line 882 column 136 - Warning: missing </font> before </table>
line 884 column 17 - Warning: discarding unexpected </textarea>
line 884 column 28 - Warning: discarding unexpected </form>
line 884 column 35 - Warning: discarding unexpected </embed>
line 884 column 43 - Warning: discarding unexpected </noembed>
line 884 column 53 - Warning: discarding unexpected </noscript>
line 884 column 64 - Warning: discarding unexpected </noembed>
line 884 column 74 - Warning: discarding unexpected </embed>
line 884 column 82 - Warning: discarding unexpected </table>
line 884 column 90 - Warning: discarding unexpected </table>
line 886 column 9 - Warning: missing </font> before <table>
line 898 column 25 - Warning: discarding unexpected </font>
line 907 column 58 - Warning: discarding unexpected </font>
line 885 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 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 172 column 15 - Warning: <img> lacks "alt" attribute
line 179 column 387 - Warning: <img> proprietary attribute value "absmiddle"
line 179 column 387 - Warning: <img> lacks "alt" attribute
line 195 column 22 - Warning: <img> lacks "alt" attribute
line 195 column 63 - Warning: <img> lacks "alt" attribute
line 195 column 112 - Warning: <img> lacks "alt" attribute
line 195 column 162 - Warning: <img> lacks "alt" attribute
line 206 column 15 - Warning: <img> lacks "alt" attribute
line 223 column 22 - Warning: <img> lacks "alt" attribute
line 223 column 63 - Warning: <img> lacks "alt" attribute
line 223 column 112 - Warning: <img> lacks "alt" attribute
line 223 column 162 - Warning: <img> lacks "alt" attribute
line 234 column 15 - Warning: <img> lacks "alt" attribute
line 256 column 22 - Warning: <img> lacks "alt" attribute
line 256 column 63 - Warning: <img> lacks "alt" attribute
line 256 column 112 - Warning: <img> lacks "alt" attribute
line 256 column 162 - Warning: <img> lacks "alt" attribute
line 267 column 15 - Warning: <img> lacks "alt" attribute
line 332 column 22 - Warning: <img> lacks "alt" attribute
line 332 column 63 - Warning: <img> lacks "alt" attribute
line 332 column 112 - Warning: <img> lacks "alt" attribute
line 332 column 162 - Warning: <img> lacks "alt" attribute
line 343 column 15 - 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 375 column 15 - Warning: <img> lacks "alt" attribute
line 382 column 432 - Warning: <img> proprietary attribute value "absmiddle"
line 382 column 432 - Warning: <img> lacks "alt" attribute
line 392 column 727 - Warning: <img> lacks "alt" attribute
line 402 column 22 - Warning: <img> lacks "alt" attribute
line 402 column 63 - Warning: <img> lacks "alt" attribute
line 402 column 112 - Warning: <img> lacks "alt" attribute
line 402 column 162 - Warning: <img> lacks "alt" attribute
line 413 column 15 - Warning: <img> lacks "alt" attribute
line 431 column 22 - Warning: <img> lacks "alt" attribute
line 431 column 63 - Warning: <img> lacks "alt" attribute
line 431 column 112 - Warning: <img> lacks "alt" attribute
line 431 column 162 - Warning: <img> lacks "alt" attribute
line 442 column 15 - Warning: <img> lacks "alt" attribute
line 473 column 22 - Warning: <img> lacks "alt" attribute
line 473 column 63 - Warning: <img> lacks "alt" attribute
line 473 column 112 - Warning: <img> lacks "alt" attribute
line 473 column 162 - Warning: <img> lacks "alt" attribute
line 484 column 15 - Warning: <img> lacks "alt" attribute
line 499 column 22 - Warning: <img> lacks "alt" attribute
line 499 column 63 - Warning: <img> lacks "alt" attribute
line 499 column 112 - Warning: <img> lacks "alt" attribute
line 499 column 162 - Warning: <img> lacks "alt" attribute
line 510 column 15 - Warning: <img> lacks "alt" attribute
line 514 column 145 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 517 column 153 - Warning: <img> proprietary attribute value "absmiddle"
line 517 column 153 - Warning: <img> lacks "alt" attribute
line 605 column 22 - Warning: <img> lacks "alt" attribute
line 605 column 63 - Warning: <img> lacks "alt" attribute
line 605 column 112 - Warning: <img> lacks "alt" attribute
line 605 column 162 - Warning: <img> lacks "alt" attribute
line 616 column 15 - Warning: <img> lacks "alt" attribute
line 631 column 22 - Warning: <img> lacks "alt" attribute
line 631 column 63 - Warning: <img> lacks "alt" attribute
line 631 column 112 - Warning: <img> lacks "alt" attribute
line 631 column 162 - Warning: <img> lacks "alt" attribute
line 642 column 15 - Warning: <img> lacks "alt" attribute
line 661 column 22 - Warning: <img> lacks "alt" attribute
line 661 column 63 - Warning: <img> lacks "alt" attribute
line 661 column 112 - Warning: <img> lacks "alt" attribute
line 661 column 162 - Warning: <img> lacks "alt" attribute
line 672 column 15 - Warning: <img> lacks "alt" attribute
line 681 column 238 - Warning: <img> proprietary attribute value "absmiddle"
line 681 column 238 - Warning: <img> lacks "alt" attribute
line 692 column 22 - Warning: <img> lacks "alt" attribute
line 692 column 63 - Warning: <img> lacks "alt" attribute
line 692 column 112 - Warning: <img> lacks "alt" attribute
line 692 column 162 - Warning: <img> lacks "alt" attribute
line 703 column 15 - Warning: <img> lacks "alt" attribute
line 707 column 177 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 720 column 22 - Warning: <img> lacks "alt" attribute
line 720 column 63 - Warning: <img> lacks "alt" attribute
line 720 column 112 - Warning: <img> lacks "alt" attribute
line 720 column 162 - Warning: <img> lacks "alt" attribute
line 731 column 15 - Warning: <img> lacks "alt" attribute
line 747 column 22 - Warning: <img> lacks "alt" attribute
line 747 column 63 - Warning: <img> lacks "alt" attribute
line 747 column 112 - Warning: <img> lacks "alt" attribute
line 747 column 162 - Warning: <img> lacks "alt" attribute
line 758 column 15 - Warning: <img> lacks "alt" attribute
line 773 column 22 - Warning: <img> lacks "alt" attribute
line 773 column 63 - Warning: <img> lacks "alt" attribute
line 773 column 112 - Warning: <img> lacks "alt" attribute
line 773 column 162 - Warning: <img> lacks "alt" attribute
line 784 column 15 - Warning: <img> lacks "alt" attribute
line 801 column 22 - Warning: <img> lacks "alt" attribute
line 801 column 63 - Warning: <img> lacks "alt" attribute
line 801 column 112 - Warning: <img> lacks "alt" attribute
line 801 column 162 - Warning: <img> lacks "alt" attribute
line 812 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 112 - Warning: <img> lacks "alt" attribute
line 829 column 162 - Warning: <img> lacks "alt" attribute
line 840 column 15 - Warning: <img> lacks "alt" attribute
line 844 column 177 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 856 column 22 - Warning: <img> lacks "alt" attribute
line 856 column 63 - Warning: <img> lacks "alt" attribute
line 856 column 112 - Warning: <img> lacks "alt" attribute
line 856 column 162 - Warning: <img> lacks "alt" attribute
line 867 column 15 - Warning: <img> lacks "alt" attribute
line 892 column 25 - Warning: <img> lacks "alt" attribute
line 897 column 267 - Warning: <img> lacks "alt" attribute
line 147 column 136 - Warning: trimming empty <font>
line 149 column 198 - Warning: trimming empty <font>
line 877 column 17 - Warning: trimming empty <tr>
line 880 column 198 - Warning: trimming empty <font>
line 882 column 136 - Warning: trimming empty <font>
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 211 column 27 - Warning: <nobr> is not approved by W3C
line 239 column 27 - Warning: <nobr> is not approved by W3C
line 272 column 27 - Warning: <nobr> is not approved by W3C
line 348 column 27 - Warning: <nobr> is not approved by W3C
line 380 column 27 - Warning: <nobr> is not approved by W3C
line 418 column 27 - Warning: <nobr> is not approved by W3C
line 447 column 27 - Warning: <nobr> is not approved by W3C
line 489 column 27 - Warning: <nobr> is not approved by W3C
line 515 column 27 - Warning: <nobr> is not approved by W3C
line 621 column 27 - Warning: <nobr> is not approved by W3C
line 647 column 27 - Warning: <nobr> is not approved by W3C
line 677 column 27 - Warning: <nobr> is not approved by W3C
line 708 column 27 - Warning: <nobr> is not approved by W3C
line 736 column 27 - Warning: <nobr> is not approved by W3C
line 763 column 27 - Warning: <nobr> is not approved by W3C
line 789 column 27 - Warning: <nobr> is not approved by W3C
line 817 column 27 - Warning: <nobr> is not approved by W3C
line 845 column 27 - Warning: <nobr> is not approved by W3C
line 872 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 248 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