Register - Login
Views: 99392541
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 10:10:32 AM
Jul - Game Development/Mod Projects - Sanqui Hacks Harvest Moon 3 New poll - New thread - New reply
Next newer thread | Next older thread
Sanqui
2060
💛🤍💜🖤🦉
Level: 87


Posts: 1679/2066
EXP: 6305062
For next: 87712

Since: 12-20-09

Pronouns: any ✨
From: Czechia | Estonia

Since last post: 6 days
Last activity: 1 day

Posted on 02-07-18 08:07:41 PM (last edited by Sanqui at 02-07-18 09:16:25 PM) Link | Quote


*Sanqui flops, wings involved.

level 75

exp 3750280

exppct 55.8%

numposts 1679

 


Just a sort of visual hack log for fun. I like making screenshots when I'm working.

2018-02-05
Working on making the .tbl file


Got the first text table dumped


These strings are sorta ugly


Disassembling the control code... code. You can see a script I quickly made for dumping pointer tables in use.
Full desktop screenshot 1!

It's the character names! Quick hack - negative numbers actually reference RAM (e.g. for the player or partner names).


Figuring out all the text tables is a pain in the ass. I've had to rewrite this table since I discovered these are all metatables.


2018-02-06

Are you a brgil?


Apparently I'm horrible at choosing commit messages.


The text in this game is soooo cheeeesy....


Oh hey it's a bit of unreferenced, unterminated text! Gotta remember to put it on TCRF later.


Now my screen makes me look like a real hacker. You can see me using vbindiff in the bottom right corner to see where I messed up when trying to replicate the original ROM.
Full desktop screenshot 2!

And here we go, the first text replacement (read from a CSV) is a success!


Wikipedia claims the game came out in two, separate versions in Japanese for each gender, but the gender selection is there anyway, so I'm really confused. Can anybody enlighten this?


2018-02-07
The new font is in! As you can see, a lot of the menus don't actually use the font, instead having baked in tiles...


When labelling, I need to read the code, determine what's useful for me, and turn all the "Call_29fd" stuff into pretty labels like "DialogueNextChar".


And basic VWF for dialogue boxes is implemented! It wasn't too difficult. I mostly reused my old code.


Successfully reinserted the original text with new formatting. This will still need some work though. If you're wondering what happens if the player's name is longer than A... yeah.


---

The repo lives at https://github.com/Sanqui/hm3.

Feel free to ask questions. Otherwise I'll just keep on posting screenshots I find interesting.

____________________
In our brief lives,  •  we've managed to meet.  •  Treasure this gift,  •  this precious time that we have.        
a tiny fairy

Level: 18


Posts: 52/80
EXP: 28248
For next: 1649

Since: 01-16-18

Pronouns: —

Since last post: 4.1 years
Last activity: 3.6 years

Posted on 02-07-18 08:37:31 PM Link | Quote
Whenever I see something like the word "seeds" repeated over and over in item names, especially next to abbreviations like "W.Melon", I think back to how hard it is to read early Final Fantasy item lists in Japanese
(the English version made icons using the extra space for characters so stuff like "Blood sword" could be "🗡BLOOD")

____________________
Sanqui
2060
💛🤍💜🖤🦉
Level: 87


Posts: 1680/2066
EXP: 6305062
For next: 87712

Since: 12-20-09

Pronouns: any ✨
From: Czechia | Estonia

Since last post: 6 days
Last activity: 1 day

Posted on 02-08-18 08:30:42 PM (last edited by Sanqui at 02-08-18 08:31:18 PM) Link | Quote


*Sanqui flops, wings involved.

level 75

exp 3754272

exppct 58.1%

numposts 1680

 
2018-02-08
Lotsa work today! But most of it was spent wrestling the text storage to enable relocation and reinserting of longer strings. This code is a nightmare now...


Wrong, wrong, wrong!


Whoops!


Now the names are VWF and longer, too! And I finally fixed a long-standing oversight in my VWF making it use an extra tile sometimes.


I wanted to document the unused strings (there aren't many) on TCRF but of course the day I want to add something to TCRF, it's down. I read the page though and thought I'd try out the debug menu.



There are apparently "movies" in this game and the debug menu lets you see the slides!



Oh no...



Actually this is a super impressive scene editor which lets you place sprites!


That's it for today!

____________________
In our brief lives,  •  we've managed to meet.  •  Treasure this gift,  •  this precious time that we have.        
Sanqui
2060
💛🤍💜🖤🦉
Level: 87


Posts: 1681/2066
EXP: 6305062
For next: 87712

Since: 12-20-09

Pronouns: any ✨
From: Czechia | Estonia

Since last post: 6 days
Last activity: 1 day

Posted on 02-09-18 04:51:37 PM Link | Quote


*Sanqui flops, wings involved.

level 75

exp 3758161

exppct 60.3%

numposts 1681

 
2018-02-09

Today, I set off to do menus. And menus I did!

It's beautiful!


And the definitions are so clean.


All the screens went by quickly.


...except for the naming screen. Had to disassemble a bunch of code too, since I wanted to add new characters and lengthen the names.


Holes and targets, oh my. My terminology is awful sometimes.


But here we are, eight character names just by changing a NAME_LENGTH variable!


It's all there!


____________________
In our brief lives,  •  we've managed to meet.  •  Treasure this gift,  •  this precious time that we have.        
Sanqui
2060
💛🤍💜🖤🦉
Level: 87


Posts: 1686/2066
EXP: 6305062
For next: 87712

Since: 12-20-09

Pronouns: any ✨
From: Czechia | Estonia

Since last post: 6 days
Last activity: 1 day

Posted on 02-12-18 12:30:55 PM (last edited by Sanqui at 02-12-18 01:45:41 PM) Link | Quote


*Sanqui flops, wings involved.

level 75

exp 3776730

exppct 71.1%

numposts 1686

 
2018-02-10

According to git I touched up some of the menus. Booring.

2018-02-11

Well this won't do. And look at those tiles wasted just for a few pixels! I shall widen the menu by one tile but not two, so I'll shrink the text graphics by hand.


A bit of Gimp work and here we are! Perfect!


Oh and I also replaced the Press Start! graphics. This was actually a bigger pain than I had expected. The graphics are compressed - I'm not going to bother writing a (de)compressor so I figured I'd just overwrite them while the title screen is loading. But I couldn't find a single entry point, everything was called every frame. So I ended up writing a hack for the decompression routine which lets me "redirect" any compressed graphics I want.


The list of replacement graphics in question. Only one entry so far, but it should come in handy in the future.


____________________
In our brief lives,  •  we've managed to meet.  •  Treasure this gift,  •  this precious time that we have.        
Xkeeper

Level: 263


Posts: 23358/25343
EXP: 296722063
For next: 2238390

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 9 days
Last activity: 3 days

Posted on 03-16-18 05:07:42 PM Link | Quote
I somehow hadn't seen this yet, which is a shame, because it looks really cool

I really like the VWF too. Readable without being too wide or too thin.

____________________
(Lv 242 with 223207292 EXP)
Sanqui
2060
💛🤍💜🖤🦉
Level: 87


Posts: 1714/2066
EXP: 6305062
For next: 87712

Since: 12-20-09

Pronouns: any ✨
From: Czechia | Estonia

Since last post: 6 days
Last activity: 1 day

Posted on 04-13-18 11:21:47 AM Link | Quote


*Sanqui flops, wings involved.

level 76

exp 3909971

exppct 46.4%

numposts 1714

 
I've replaced the godawful window you can have open at all times:


with something resembling a proper HUD:


____________________
In our brief lives,  •  we've managed to meet.  •  Treasure this gift,  •  this precious time that we have.        
Lunaria

Moon Bunny! :3
Level: 139


Posts: 5554/5751
EXP: 32000708
For next: 466737

Since: 07-28-07

Pronouns: she/her
From: pile of fluff

Since last post: 68 days
Last activity: 1 day

Posted on 04-13-18 11:27:06 AM Link | Quote
That looks way slicker and nice. ~w~

Good job!

____________________
[WIP layout as it's being made! 'w' ]
DarkWitchClaire

Giant Red Paratroopa
Level: 63


Posts: 59/1408
EXP: 2044044
For next: 53108

Since: 03-19-18

Pronouns: she/her
From: USA

Since last post: 12 days
Last activity: 12 days

Posted on 04-13-18 11:52:19 AM Link | Quote
Very nice. I especially liked how you improved the HUD.
Sanqui
2060
💛🤍💜🖤🦉
Level: 87


Posts: 1716/2066
EXP: 6305062
For next: 87712

Since: 12-20-09

Pronouns: any ✨
From: Czechia | Estonia

Since last post: 6 days
Last activity: 1 day

Posted on 05-04-18 07:22:15 AM Link | Quote


*Sanqui flops, wings involved.

level 76

exp 3930232

exppct 57.7%

numposts 1716

 
FUN HARVEST MOON 3 FACT: If you after you pick up and drop your pet 255 times it won't let itself be picked up any more

...

So I did actually properly lengthen the names, had to find a bit of free space in RAM and SRAM but it wasn't difficult.


I also reworked the status screen. It's still ugly, but I can't be bothered making it better.
->

____________________
In our brief lives,  •  we've managed to meet.  •  Treasure this gift,  •  this precious time that we have.        
marrub

Level: 19


Posts: 20/84
EXP: 30325
For next: 5452

Since: 01-23-18

Pronouns: they/them - others are welcome
From: colorado (previously hell (aka. ohio))

Since last post: 1.5 years
Last activity: 299 days

Posted on 07-06-18 06:50:48 AM Link | Quote
UESC-7010A > cat post
~/jul
Wow, this is really cool! I'd love to try this out some time, going to have to set up my Gameboy development stuff again.

____________________
EOF
[1] 0:zsh*
"lane" 14:31 25-Jul-49
Next newer thread | Next older thread
Jul - Game Development/Mod Projects - Sanqui Hacks Harvest Moon 3 New poll - New thread - New reply


Rusted Logic

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

27 database queries.
Query execution time:  0.085741 seconds
Script execution time:  0.040044 seconds
Total render time:  0.125785 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 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 206 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 91 - 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 179 column 74 - Warning: <style> isn't allowed in <td> elements
line 179 column 9 - Info: <td> previously mentioned
line 179 column 613 - Warning: <style> isn't allowed in <td> elements
line 179 column 9 - Info: <td> previously mentioned
line 179 column 3831 - Warning: '<' + '/' + letter not allowed here
line 184 column 20 - Warning: '<' + '/' + letter not allowed here
line 184 column 34 - Warning: '<' + '/' + letter not allowed here
line 188 column 21 - Warning: '<' + '/' + letter not allowed here
line 264 column 4370 - Warning: discarding unexpected </div>
line 264 column 4376 - Warning: discarding unexpected </div>
line 264 column 4382 - Warning: discarding unexpected </td>
line 267 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 269 column 9 - Warning: missing <tr>
line 287 column 13 - Warning: missing <tr>
line 288 column 102 - Warning: unescaped & or unknown entity "&postid"
line 294 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 296 column 9 - Warning: missing <tr>
line 314 column 13 - Warning: missing <tr>
line 315 column 102 - Warning: unescaped & or unknown entity "&postid"
line 317 column 74 - Warning: <style> isn't allowed in <td> elements
line 317 column 9 - Info: <td> previously mentioned
line 317 column 613 - Warning: <style> isn't allowed in <td> elements
line 317 column 9 - Info: <td> previously mentioned
line 317 column 3831 - Warning: '<' + '/' + letter not allowed here
line 322 column 20 - Warning: '<' + '/' + letter not allowed here
line 322 column 34 - Warning: '<' + '/' + letter not allowed here
line 326 column 21 - Warning: '<' + '/' + letter not allowed here
line 367 column 2146 - Warning: discarding unexpected </div>
line 367 column 2152 - Warning: discarding unexpected </div>
line 367 column 2158 - Warning: discarding unexpected </td>
line 370 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 372 column 9 - Warning: missing <tr>
line 390 column 13 - Warning: missing <tr>
line 391 column 102 - Warning: unescaped & or unknown entity "&postid"
line 393 column 74 - Warning: <style> isn't allowed in <td> elements
line 393 column 9 - Info: <td> previously mentioned
line 393 column 613 - Warning: <style> isn't allowed in <td> elements
line 393 column 9 - Info: <td> previously mentioned
line 393 column 3831 - Warning: '<' + '/' + letter not allowed here
line 398 column 20 - Warning: '<' + '/' + letter not allowed here
line 398 column 34 - Warning: '<' + '/' + letter not allowed here
line 402 column 21 - Warning: '<' + '/' + letter not allowed here
line 438 column 1705 - Warning: discarding unexpected </div>
line 438 column 1711 - Warning: discarding unexpected </div>
line 438 column 1717 - Warning: discarding unexpected </td>
line 441 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 443 column 9 - Warning: missing <tr>
line 461 column 13 - Warning: missing <tr>
line 462 column 102 - Warning: unescaped & or unknown entity "&postid"
line 464 column 74 - Warning: <style> isn't allowed in <td> elements
line 464 column 9 - Info: <td> previously mentioned
line 464 column 613 - Warning: <style> isn't allowed in <td> elements
line 464 column 9 - Info: <td> previously mentioned
line 464 column 3831 - Warning: '<' + '/' + letter not allowed here
line 469 column 20 - Warning: '<' + '/' + letter not allowed here
line 469 column 34 - Warning: '<' + '/' + letter not allowed here
line 473 column 21 - Warning: '<' + '/' + letter not allowed here
line 502 column 1887 - Warning: discarding unexpected </div>
line 502 column 1893 - Warning: discarding unexpected </div>
line 502 column 1899 - Warning: discarding unexpected </td>
line 505 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 507 column 9 - Warning: missing <tr>
line 525 column 13 - Warning: missing <tr>
line 526 column 102 - Warning: unescaped & or unknown entity "&postid"
line 528 column 74 - Warning: <style> isn't allowed in <td> elements
line 528 column 9 - Info: <td> previously mentioned
line 533 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 535 column 9 - Warning: missing <tr>
line 553 column 13 - Warning: missing <tr>
line 554 column 102 - Warning: unescaped & or unknown entity "&postid"
line 556 column 74 - Warning: <style> isn't allowed in <td> elements
line 556 column 9 - Info: <td> previously mentioned
line 556 column 613 - Warning: <style> isn't allowed in <td> elements
line 556 column 9 - Info: <td> previously mentioned
line 556 column 3831 - Warning: '<' + '/' + letter not allowed here
line 561 column 20 - Warning: '<' + '/' + letter not allowed here
line 561 column 34 - Warning: '<' + '/' + letter not allowed here
line 565 column 21 - Warning: '<' + '/' + letter not allowed here
line 582 column 1031 - Warning: discarding unexpected </div>
line 582 column 1037 - Warning: discarding unexpected </div>
line 582 column 1043 - Warning: discarding unexpected </td>
line 585 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 587 column 9 - Warning: missing <tr>
line 589 column 147 - Warning: <font> unexpected or duplicate quote mark
line 589 column 147 - Warning: <font> attribute with missing trailing quote mark
line 605 column 13 - Warning: missing <tr>
line 606 column 102 - Warning: unescaped & or unknown entity "&postid"
line 608 column 74 - Warning: <style> isn't allowed in <td> elements
line 608 column 9 - Info: <td> previously mentioned
line 614 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 616 column 9 - Warning: missing <tr>
line 634 column 13 - Warning: missing <tr>
line 635 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 663 column 74 - Warning: <style> isn't allowed in <td> elements
line 663 column 9 - Info: <td> previously mentioned
line 663 column 613 - Warning: <style> isn't allowed in <td> elements
line 663 column 9 - Info: <td> previously mentioned
line 663 column 3831 - Warning: '<' + '/' + letter not allowed here
line 668 column 20 - Warning: '<' + '/' + letter not allowed here
line 668 column 34 - Warning: '<' + '/' + letter not allowed here
line 672 column 21 - Warning: '<' + '/' + letter not allowed here
line 693 column 1256 - Warning: discarding unexpected </div>
line 693 column 1262 - Warning: discarding unexpected </div>
line 693 column 1268 - Warning: discarding unexpected </td>
line 696 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 698 column 9 - Warning: missing <tr>
line 716 column 13 - Warning: missing <tr>
line 717 column 102 - Warning: unescaped & or unknown entity "&postid"
line 719 column 74 - Warning: <style> isn't allowed in <td> elements
line 719 column 9 - Info: <td> previously mentioned
line 719 column 139 - Warning: missing </div>
line 722 column 17 - Warning: missing <tr>
line 722 column 17 - Warning: discarding unexpected <table>
line 725 column 35 - Warning: missing <tr>
line 725 column 50 - Warning: missing </font> before </td>
line 725 column 91 - Warning: missing </font> before </table>
line 727 column 35 - Warning: missing <tr>
line 727 column 50 - Warning: missing </font> before </td>
line 728 column 37 - Warning: unescaped & or unknown entity "&id"
line 727 column 206 - Warning: missing </font> before </table>
line 729 column 17 - Warning: discarding unexpected </textarea>
line 729 column 28 - Warning: discarding unexpected </form>
line 729 column 35 - Warning: discarding unexpected </embed>
line 729 column 43 - Warning: discarding unexpected </noembed>
line 729 column 53 - Warning: discarding unexpected </noscript>
line 729 column 64 - Warning: discarding unexpected </noembed>
line 729 column 74 - Warning: discarding unexpected </embed>
line 729 column 82 - Warning: discarding unexpected </table>
line 729 column 90 - Warning: discarding unexpected </table>
line 731 column 9 - Warning: missing </font> before <table>
line 743 column 25 - Warning: discarding unexpected </font>
line 752 column 37 - Warning: discarding unexpected </font>
line 730 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 45 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 248 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 16 - Warning: <img> lacks "alt" attribute
line 160 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 59 - Warning: <img> lacks "alt" attribute
line 160 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 102 - Warning: <img> lacks "alt" attribute
line 160 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 145 - 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 201 column 432 - Warning: <img> lacks "alt" attribute
line 207 column 659 - Warning: <img> lacks "alt" attribute
line 210 column 773 - Warning: <img> lacks "alt" attribute
line 213 column 896 - Warning: <img> lacks "alt" attribute
line 219 column 1335 - Warning: <img> lacks "alt" attribute
line 222 column 1577 - Warning: <img> lacks "alt" attribute
line 227 column 1735 - Warning: <img> lacks "alt" attribute
line 230 column 1870 - Warning: <img> lacks "alt" attribute
line 233 column 2003 - Warning: <img> lacks "alt" attribute
line 236 column 2180 - Warning: <img> lacks "alt" attribute
line 242 column 2636 - Warning: <img> lacks "alt" attribute
line 245 column 2908 - Warning: <img> lacks "alt" attribute
line 249 column 3129 - Warning: <img> lacks "alt" attribute
line 252 column 3363 - Warning: <img> lacks "alt" attribute
line 255 column 3580 - Warning: <img> lacks "alt" attribute
line 258 column 3847 - Warning: <img> lacks "alt" attribute
line 271 column 11 - Warning: <img> lacks "alt" attribute
line 272 column 22 - Warning: <img> lacks "alt" attribute
line 272 column 63 - Warning: <img> lacks "alt" attribute
line 272 column 112 - Warning: <img> lacks "alt" attribute
line 272 column 162 - Warning: <img> lacks "alt" attribute
line 273 column 11 - Warning: <img> lacks "alt" attribute
line 283 column 15 - Warning: <img> lacks "alt" attribute
line 298 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 298 column 16 - Warning: <img> lacks "alt" attribute
line 298 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 298 column 59 - Warning: <img> lacks "alt" attribute
line 298 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 298 column 102 - Warning: <img> lacks "alt" attribute
line 298 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 298 column 145 - Warning: <img> lacks "alt" attribute
line 299 column 22 - Warning: <img> lacks "alt" attribute
line 299 column 63 - Warning: <img> lacks "alt" attribute
line 299 column 112 - Warning: <img> lacks "alt" attribute
line 299 column 162 - Warning: <img> lacks "alt" attribute
line 300 column 11 - Warning: <img> lacks "alt" attribute
line 310 column 15 - Warning: <img> lacks "alt" attribute
line 341 column 616 - Warning: <img> lacks "alt" attribute
line 344 column 752 - Warning: <img> lacks "alt" attribute
line 347 column 875 - Warning: <img> lacks "alt" attribute
line 350 column 1097 - Warning: <img> lacks "alt" attribute
line 354 column 1381 - Warning: <img> lacks "alt" attribute
line 358 column 1554 - Warning: <img> lacks "alt" attribute
line 362 column 1649 - Warning: <img> lacks "alt" attribute
line 365 column 1810 - Warning: <img> lacks "alt" attribute
line 374 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 374 column 16 - Warning: <img> lacks "alt" attribute
line 374 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 374 column 59 - Warning: <img> lacks "alt" attribute
line 374 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 374 column 102 - Warning: <img> lacks "alt" attribute
line 374 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 374 column 145 - Warning: <img> lacks "alt" attribute
line 375 column 22 - Warning: <img> lacks "alt" attribute
line 375 column 63 - Warning: <img> lacks "alt" attribute
line 375 column 112 - Warning: <img> lacks "alt" attribute
line 375 column 162 - Warning: <img> lacks "alt" attribute
line 376 column 11 - Warning: <img> lacks "alt" attribute
line 386 column 15 - Warning: <img> lacks "alt" attribute
line 420 column 531 - Warning: <img> lacks "alt" attribute
line 423 column 647 - Warning: <img> lacks "alt" attribute
line 426 column 762 - Warning: <img> lacks "alt" attribute
line 429 column 979 - Warning: <img> lacks "alt" attribute
line 432 column 1123 - Warning: <img> lacks "alt" attribute
line 435 column 1294 - Warning: <img> lacks "alt" attribute
line 438 column 1397 - Warning: <img> lacks "alt" attribute
line 445 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 445 column 16 - Warning: <img> lacks "alt" attribute
line 445 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 445 column 59 - Warning: <img> lacks "alt" attribute
line 445 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 445 column 102 - Warning: <img> lacks "alt" attribute
line 445 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 445 column 145 - Warning: <img> lacks "alt" attribute
line 446 column 22 - Warning: <img> lacks "alt" attribute
line 446 column 63 - Warning: <img> lacks "alt" attribute
line 446 column 112 - Warning: <img> lacks "alt" attribute
line 446 column 162 - Warning: <img> lacks "alt" attribute
line 447 column 11 - Warning: <img> lacks "alt" attribute
line 457 column 15 - Warning: <img> lacks "alt" attribute
line 493 column 724 - Warning: <img> lacks "alt" attribute
line 496 column 852 - Warning: <img> lacks "alt" attribute
line 499 column 1384 - Warning: <img> lacks "alt" attribute
line 502 column 1579 - Warning: <img> lacks "alt" attribute
line 510 column 23 - Warning: <img> lacks "alt" attribute
line 510 column 64 - Warning: <img> lacks "alt" attribute
line 510 column 113 - Warning: <img> lacks "alt" attribute
line 510 column 163 - Warning: <img> lacks "alt" attribute
line 511 column 11 - Warning: <img> lacks "alt" attribute
line 521 column 15 - Warning: <img> lacks "alt" attribute
line 528 column 1061 - Warning: <img> proprietary attribute value "absmiddle"
line 528 column 1061 - Warning: <img> lacks "alt" attribute
line 537 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 537 column 16 - Warning: <img> lacks "alt" attribute
line 537 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 537 column 59 - Warning: <img> lacks "alt" attribute
line 537 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 537 column 102 - Warning: <img> lacks "alt" attribute
line 537 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 537 column 145 - Warning: <img> lacks "alt" attribute
line 538 column 22 - Warning: <img> lacks "alt" attribute
line 538 column 63 - Warning: <img> lacks "alt" attribute
line 538 column 112 - Warning: <img> lacks "alt" attribute
line 538 column 162 - Warning: <img> lacks "alt" attribute
line 539 column 11 - Warning: <img> lacks "alt" attribute
line 549 column 15 - Warning: <img> lacks "alt" attribute
line 579 column 501 - Warning: <img> lacks "alt" attribute
line 582 column 684 - Warning: <img> lacks "alt" attribute
line 589 column 11 - Warning: <img> lacks "alt" attribute
line 590 column 23 - Warning: <img> lacks "alt" attribute
line 590 column 64 - Warning: <img> lacks "alt" attribute
line 590 column 113 - Warning: <img> lacks "alt" attribute
line 590 column 163 - Warning: <img> lacks "alt" attribute
line 591 column 11 - Warning: <img> lacks "alt" attribute
line 601 column 15 - Warning: <img> lacks "alt" attribute
line 618 column 11 - Warning: <img> lacks "alt" attribute
line 619 column 22 - Warning: <img> lacks "alt" attribute
line 619 column 63 - Warning: <img> lacks "alt" attribute
line 619 column 112 - Warning: <img> lacks "alt" attribute
line 619 column 162 - Warning: <img> lacks "alt" attribute
line 620 column 11 - Warning: <img> lacks "alt" attribute
line 630 column 15 - Warning: <img> lacks "alt" attribute
line 644 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 644 column 16 - Warning: <img> lacks "alt" attribute
line 644 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 644 column 59 - Warning: <img> lacks "alt" attribute
line 644 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 644 column 102 - Warning: <img> lacks "alt" attribute
line 644 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 644 column 145 - Warning: <img> lacks "alt" attribute
line 645 column 22 - Warning: <img> lacks "alt" attribute
line 645 column 63 - Warning: <img> lacks "alt" attribute
line 645 column 112 - Warning: <img> lacks "alt" attribute
line 645 column 162 - Warning: <img> lacks "alt" attribute
line 646 column 11 - Warning: <img> lacks "alt" attribute
line 656 column 15 - Warning: <img> lacks "alt" attribute
line 690 column 693 - Warning: <img> lacks "alt" attribute
line 693 column 870 - Warning: <img> lacks "alt" attribute
line 693 column 948 - Warning: <img> lacks "alt" attribute
line 701 column 22 - Warning: <img> lacks "alt" attribute
line 701 column 63 - Warning: <img> lacks "alt" attribute
line 701 column 111 - Warning: <img> lacks "alt" attribute
line 701 column 161 - Warning: <img> lacks "alt" attribute
line 702 column 11 - Warning: <img> lacks "alt" attribute
line 712 column 15 - Warning: <img> lacks "alt" attribute
line 728 column 45 - Warning: <img> proprietary attribute value "absmiddle"
line 728 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 728 column 248 - Warning: <img> proprietary attribute value "absmiddle"
line 737 column 25 - Warning: <img> lacks "alt" attribute
line 742 column 267 - Warning: <img> lacks "alt" attribute
line 149 column 50 - Warning: trimming empty <font>
line 722 column 17 - Warning: trimming empty <tr>
line 725 column 50 - 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 288 column 27 - Warning: <nobr> is not approved by W3C
line 315 column 27 - Warning: <nobr> is not approved by W3C
line 391 column 27 - Warning: <nobr> is not approved by W3C
line 462 column 27 - Warning: <nobr> is not approved by W3C
line 526 column 27 - Warning: <nobr> is not approved by W3C
line 554 column 27 - Warning: <nobr> is not approved by W3C
line 606 column 27 - Warning: <nobr> is not approved by W3C
line 635 column 27 - Warning: <nobr> is not approved by W3C
line 661 column 27 - Warning: <nobr> is not approved by W3C
line 717 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 328 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